/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/


span.top-info {
        /*
	clear: left;
        */
	float: right;
        display: inline;
        color: #999;
        font-family: Arial, Tahoma, sans-serif;
        font-size: 16px;
        line-height: 16px;
	margin-top: 38px;
}



p {
margin-top: 0px;
padding-top: 0px;
}

table, td, th {
border: 0px
}


.tablebox {
border: 1px solid #666666;
}


.alignright {
float: right;
padding-top: 17px;
}


.disclaimer{
margin-top: 10px;
padding-top: 0px;
font-style: italic;
}

#text-6{
border: 1px solid gray;
border-color: gray;
padding: 10px; 
text-align:center;
}

div.box
{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
width:35%;
float:left;
}

.col1 {
height: 600px;
float: left;
padding: 20px;
width: 125px;
margin-right:15px;
}

.col2 {
height: 600px;
float: left;
padding: 20px;
width: 125px;
margin-right:15px;
}

.col3 {
height: 600px;
float: left;
padding: 20px;
width: 200px;
}

.image_square {
float:left;
height: 120px;
width: 120px;
margin-left:auto;
margin-right:auto;
}

.replist-columns {
background:pink;
border: 2px solid blue;
}

a { color: #336699; text-decoration:none; }
a:hover { color: #214b7b; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }




.actionbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.actionbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.actionbutton:active {
	position:relative;
	top:1px;
}


blockquote { margin: 1em 40px; size: 150%; }




