@charset "utf-8";
/* CSS Document */

body{
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
background-color:#FFFFFF;
}

a {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #F57F26;
	text-indent:5px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F57F26;
}
a:hover {
	text-decoration: underline;
	color: #0058a7;
}
a:active {
	text-decoration: none;
	color: #F57F26;
}




.horizontal-line{
border-bottom: 1px dotted #666666;
width:100px;
} 





.text-but{
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
color: #333333;
}

.text-orange{
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
color:#F57F26;
}


.text-small{
font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color:#000;

}

.text-gray{
font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color:#666;

}

.arrow{
font-family:Tahoma;
font-size:12px;
font-weight:bold;
color:#fff;


}

.text-blue{
font-family:Trebuchet MS;
font-size:13px;
font-weight:normal;
color:#0058a7;
}

.text-bluebold{
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
color:#0058a7;
}


.small-blue{
font-family:Trebuchet MS;
font-size:12px;
font-weight:normal;
color:#0058a7;
}


.button:link { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #666666 text-decoration: none; }
.button:visited { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #666666; text-decoration: none; }
.button:hover { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #F57F26; text-decoration: none; }
.button:active { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #666666; text-decoration: none; }


.button-side:link { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #0058a7; text-decoration: none; }
.button-side:visited { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #0058a7; text-decoration: none; }
.button-side:hover { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #F57F26; text-decoration: underline; }
.button-side:active { font: Trebuchet MS; font-size: 13px; font-weight:normal; color: #0058a7; text-decoration: none; }

