/* CSS Document */	

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html,blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,blockquote,fieldset,input,body
{ margin:0; padding:0 }

/* Hidden Layer used for Search Engine Maximization */
.seo {
	visibility: hidden;
	display:none;
}

/*
body {
	font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif; 
}
*/	
	
body 
{
	font-family:"Gill Sans MT", Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}	
	

a.home:link { 
   color: #ffffff; 
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}

a.home:visited { 
   
   color: #ffffff; 
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}
a.home:hover { 
    
   color: #ffffff; 
   text-decoration: underline;
   font-size: 12px;
   font-weight: bold;
}

red {
   color:#F03B1D;
   
   font-size: 17px;
   letter-spacing: 9px;
   
}

td.red {
   color:#F03B1D;
   
   font-size: 17px;
   letter-spacing: 9px;
   
}
td.text {
   
   font-size:12px;
   color:#FFFFFF;
}
a.sub:link { 
   
   color: #000000; 
   text-decoration:underline;
   font-size: 13px;
}
a.sub:visited { 
   
   color: #000000; 
   text-decoration:underline;
   font-size: 13px;
}
a.sub:hover { 
   
   color: #F03B1D; 
   text-decoration:underline;
   font-size: 13px;
}
td.sub  {
   font-size: 12px;
   color:#F03B1D;
   
   letter-spacing: 2px;
}

td.subtext {
   
   font-size:12px;
   color:#000000;
}
a.page:link { 
   
   color: #F03B1D; 
   text-decoration: none;
   font-size: 12px;
   font-weight:500;
}
a.page:visited { 
    
   color: #CC0000; 
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}
a.page:hover { 
    
   color: #CC0000; 
   text-decoration: underline;
   font-size: 12px;
   font-weight: bold;
}