@charset "utf-8";
/* CSS Document */


/* This is the sites main style sheet */


.fontTitle {
font-family : Verdana; 
font-size : 14px; 
font-weight : bold; 
color : #000000;

} 

.font1 {
font-family : Verdana; 
font-size : 11px; 
color : #000000;
} 

A.font1:link {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.font1:visited {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.font1:hover {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : none; 
} 

.font2 {
font-family : Verdana; 
font-size : 11px; 
color : #ffffff;

} 

A.font2:link {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.font2:visited {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.font2:hover {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : none; 
}

.font3 {
font-family : Verdana; 
font-size : 9px; 
color : #000000;

} 

.font4 {
font-family : Verdana; 
font-size : 14px; 
color : #000000;

} 

.fontApplication {
font-family : Verdana; 
font-size : 12px; 
color : #ffffff;

} 
.fontApplicationTitile {
font-family : Verdana; 
font-size : 14px; 
color : #ffffff;

} 

.MainPageText {
font-family : Verdana; 
font-size : 10px; 
color : #333333;
} 

A.MainPageText  {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.MainPageText:visited {
font-family : Verdana;  
font-size : 11px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.MainPageText:hover {
font-family : Verdana;  
font-size : 11px; 
color : #cccccc; 
font-weight : bold; 
text-decoration : none; 
} 

.bottomNAVfont {
font-family : Verdana;  
font-size : 10px; 
font-weight : bold; 
color : #000000;
} 

A.bottomNAVfont:link {
font-family : Verdana;  
font-size : 10px; 
color : #000000; 
font-weight : bold; 
text-decoration: none;	
} 

A.bottomNAVfont:visited {
font-family : Verdana;  
font-size : 10px; 
color : #FFFFFF; 
font-weight : bold; 
text-decoration: none;	
} 

A.bottomNAVfont:hover {
font-family : Verdana;  
font-size : 10px; 
color : #808080; 
font-weight : bold; 
text-decoration : none; 
} 

.CWfont {
font-family : Verdana; 
font-size : 9px; 
color : #999999;
} 

.FAQfont {
font-family : Verdana; 
font-size : 9px; 
color : #000000;
} 

A.FAQfont:link {
font-family : Verdana;  
font-size : 9px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.FAQfont:visited {
font-family : Verdana;  
font-size : 9px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.FAQfont:hover {
font-family : Verdana;  
font-size : 9px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : none; 
} 

.fontSmall {
font-family : Verdana; 
font-size : 8px; 
color : #000000;

} 

A.fontSmall:link {
font-family : Verdana;  
font-size : 8px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.fontSmall:visited {
font-family : Verdana;  
font-size : 8px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : underline; 
} 

A.fontSmall:hover {
font-family : Verdana;  
font-size : 8px; 
color : #3366cc; 
font-weight : bold; 
text-decoration : none; 
} 

input.btn{
   color:#050;
   font-family:'verdana';
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}
