/* Default styles */
td { 
	font-family: Century Gothic; 
	font-size: 11px; 	
	cellspacing:0;
	cellpadding:0;

}

.titleCont{
	font-family: Century Gothic; 
	font-size: 14px; 	
	cellspacing:0;
	cellpadding:0;
}

.titleBig{
	font-family: Century Gothic; 
	font-size: 16px; 	
	cellspacing:0;
	cellpadding:0;
}

.titleBig2{
	font-family: Century Gothic; 
	font-size: 16px; 	
	color:#008347;
	cellspacing:0;
	cellpadding:0;
}

.contentPgs { 
	font-family: Century Gothic; 
	font-size: 12px; 	
	cellspacing:0;
	cellpadding:0;

}

.subTitle{
	font-family: Century Gothic; 
	font-size: 11px;
	color: #666666;
}
.allText{
	font-family: Century Gothic; 
	font-size: 11px;
	color: #000000;
}

.style1{
	font-family: Century Gothic; 
	font-size: 11px;
	color: #75C054;
}

.style2{
	font-family: Century Gothic; 
	font-size: 11px;
	color: #75C054;
}
.styleLink{
	font-family: Century Gothic; 
	font-size: 11px;
	color: #45A082;
}

.titleText{
	font-family: Century Gothic; 
	font-size: 12px;
	color: #45A082;
}



.allTitle{
	font-family: verdana; 
	font-size: 16px;
	color: #AE2320;
}

.newsTitle{
	font-family: verdana; 
	font-size: 11px;
	color: #AE2320;
}
input, textarea{
	font-family: verdana; 
	font-size: 9px;
	border-left: 1 solid #999999;
	border-top: 1 solid #999999;
	border-bottom: 1 solid #999999; 
	border-right: 1 solid #999999; 
}

input:focus, input.sffocus {
	font-family: verdana; 
	font-size: 9px; 
	border-left: 1 solid red;
	border-top: 1 solid red;
	border-bottom: 1 solid red; 
	border-right: 1 solid red; 
}

input.checkbox {
	border-left: 1 solid red;
	border-top: 0 solid red;
	border-bottom: 0 solid red; 
	border-right: 0 solid red; 
}


select{
	font-family: verdana; 
	font-size: 9px;
	border-left: 1 solid #999999;
	border-top: 1 solid #999999;
	border-bottom: 1 solid #999999; 
	border-right: 1 solid #999999; 
}

a:link { color: #082B47; text-decoration: none; }
a:active { color: #082B47; text-decoration: none; }
a:visited { color: #082B47; text-decoration: none; }
a:hover { color: #082B47; text-decoration: underline; }