	BODY, HTML
		{
		 margin: 0;
		 background-image: url(../images/bg_body.jpg);
		 background-repeat: repeat-x;
		 background-color: #003663;		
		 font-family: Arial, Helvetica, sans-serif;
		 color: #333; 
	 	 font-size:100%;
	 	 line-height: 1.5;		 	
		}
		
	DIV#mainHolder
		{
			width: 774px;
			margin: 0 auto;
			position: relative;
		}		
	
	TABLE
		{
		 border-collapse: 	collapse;
		 margin: 			0;
		}

				TD
					{
					 padding: 0; 
					}
					
					
	TABLE .nav TD
					{
					 border-top: 1px solid #033143;
					 border-right: 1px solid #033143;
					 border-left: 1px solid #033143;
					 padding: 9px 10px 8px 10px;
			 		 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		 			 color: #fff; 
	 	 			 font-size:13px;
	 	 			 font-weight: bold;
	 	 			 cursor: pointer;
					} 

	DIV.heading
		{
		 			 background-color: #00213D;
					 padding: 8px 10px 7px 10px;
		 			 color: #fff; 
		}			
		
	DIV.subheading
		{
		 			 background-color: #ccc;
			 		 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
		 			 color: #fff; 
	 	 			 font-size:15px;
	 	 			 font-weight: bold;		 
		}			
		
	DIV#bottomnav
		{
		 			 margin: 10px;
		 			 color: White;
		} 
		
	A:link, A:active, A:visited, A:hover
		{
			 		 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif; 
		} 		
		
	A:link, A:active, A:visited	
		{
		 color: Blue;
		}

	A:hover	
		{
		 color: #0072bc;
		}

	.smaller
		{
		 font-size: 75%;
		} 
		
	DIV#bottomnav A
		{ 
		 color:				#fff;
		 text-decoration:	underline;	
		 font-size:13px;
		}		

	DIV#bottomnav A:hover		
		{	
		 color: #c3ecfc;
		} 


	SPAN.heading
		{	
		 	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	 	 	font-size:15px;
	 	 	font-weight: bold;	
	 	 	color: #fff;	 
	 	 }	

	SPAN.date
		{	
		 	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	 	 	font-size:13px;
	 	 	font-weight: bold;		 
	 	 	color: #fff;
	 	 }	

	TABLE.frm
		{
		 border-collapse: 	collapse;
		 margin: 			0;
		}

				TABLE.frm TD
					{
					 padding: 2px; 
					}
					
				TABLE.frm TD.r
					{ text-align: right; 
					  vertical-align: top;	
					  color: #03668C;
					  font-weight: bold;
					  font-size: 82%;
					  white-space: nowrap;
					}
						
				TABLE.frm input, TABLE.frm textarea
					{
					 border: 1px solid #506D93;
		 			 background-image: url(../images/text_input.gif);
		 			 background-repeat: no-repeat;					 
					}		
				


	TR.footer TD
		{
		 background-color: #03668C;
		 color: White; font-size: 82%;
		}
		
		
	SPAN.subtitle
		{
		 color: #468FAB;		
		 font-weight: bold;
		} 