/* CSS Document */
p.header {font-family: arial;
		  font-size: 14px;
		  font-weight: bold;
		  color: #ffffff;
		  background-color: #cc0000;
		  letter-spacing: 0.01em;}
		
p.body {font-family: verdana;
		font-size: 11px;
		color: #000000;
		line-height: 140%;}
		
p.bodyred {font-family: verdana;
			font-size: 11px;
			color: #cc0000;}

p.redbold {font-family: verdana;
			font-size: 11px;
			color: #cc0000;
			font-weight: bold;}
			
font.red {font-family: verdana;
			font-size: 11px;
			color: #cc0000;
			line-height: 140%;}
			
font.redbold {font-family: verdana;
			font-size: 11px;
			color: #cc0000;
			font-weight: bold;}
			
font.black {font-family: verdana;
			font-size: 11px;
			color: #000000;
			line-height: 140%;}
			
font.gray {font-family: verdana;
			font-size: 11px;
			color: #333333;
			line-height: 140%;}
		
ul.body {font-family: verdana;
		font-size: 11px;
		color: #000000;
		line-height: 140%;
		list-style-type: circle;}
		
a.nav:link {text-decoration: none;
			 font-family: arial;
			 font-size: 12px;
			 color: #ffffff;}
			 
a.nav:visited {text-decoration: none;
			  font-family: arial;
			  font-size: 12px;
			  color: #ffffff;}

a.nav:hover {text-decoration: none;
			  font-family: arial;
			  font-size: 12px;			  
			  color: #660000;}

a.email:link {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #333333;
			 background-color: #ffffff;}
			 
a.email:visited {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #333333;
			 background-color: #ffffff;}

a.email:hover {text-decoration: none;
			  font-family: verdana;
			  font-size: 11px;
			  color: #999999;
			  background-color: #ffffff;}
			  
a.redlink:link {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #cc00000;
			 background-color: #ffffff;}
			 
a.redlink:visited {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #cc00000;
			 background-color: #ffffff;}
			 
a.redlink:hover {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #999999;
			 background-color: #ffffff;}
			 
a.redboldlink:link {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #cc0000;
			 font-weight: bold;
			 background-color: #ffffff;}
			 
a.redboldlink:visited {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #cc00000;
			 font-weight: bold;
			 background-color: #ffffff;}
			 
a.redboldlink:hover {text-decoration: none;
			 		 font-family: verdana;
			 		 font-size: 11px;
			 		 color: #660000;
					 font-weight: bold;
			 		 background-color: #ffffff;}
			 
a.graylink:link {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #999999;
			 background-color: #ffffff;}
			 
a.graylink:visited {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #999999;
			 background-color: #ffffff;}
			 
a.graylink:hover {text-decoration: none;
			 font-family: verdana;
			 font-size: 11px;
			 color: #cc000000;
			 background-color: #ffffff;}
			 

			 
