body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;

}

.button{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:white;
text-transform:uppercase;
text-decoration:none;

}


.button:hover{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFF99;
text-transform:uppercase;
text-decoration:none;

}


.content {
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;


}


.blue{
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:11px;
color:#004282;

}


.blueb{
font-family:Tahoma,Arial, Helvetica, sans-serif;
font-size:11px;
color:#004282;
font-weight:bold;


}


.lightblue{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#20a3df;
text-decoration:underline;
font-weight:bold;

}




.title{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#09447e;
font-weight:bold;
}



.title2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#20a3df;
font-weight:bold;
}


.orange{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FF6600;
font-weight:bold;

}


.bottomline{

border-bottom:2px solid #C3C3C3;

}


.right{
border-right:1px solid #20a3df;


}


.border{
border:1px solid #C3C3C3;

}


.border_dashed{
border-bottom:1px dashed #C3C3C3;


}


.small_title{

font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#004282;
font-weight:bold;
text-transform:capitalize;

}
