
body			{ 		
	background:	white;
	color: #333333;
	font: 13px arial;
	scrollbar-face-color: #990000; 
	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #990000; 
	scrollbar-3dlight-color: #333333; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-track-color: #333333; 
	scrollbar-arrow-color: white;
	}
/* Basic Styles */
a:link, a:visited	{			
		color: #990000;
		text-decoration: none	
		}
a:hover, a:active	{			
		color: #CC0000;	
		text-decoration: underline;
		}
th	{
	font-weight: bold;
	text-align: left;		
	}
	
/* Header Styles */
h1	{ 					
	font: bold 2.0em tahoma, verdana, sans-serif;
	color: #990000;
	margin: 0px;
	}
h2	{ 					
	font: 1.9em tahoma, verdana, sans-serif;
	color: #990000	
	}
h3	{ 					
	font:  1.7em tahoma, verdana, sans-serif;
	color: #990000;
	}
h4	{ 					
	font:  1.7em tahoma, verdana, sans-serif;
	color: #990000;
	margin: 14px 0px 0px 0px;	
	}
h5	{ 					
	font: bold 1.0em tahoma, verdana, sans-serif;
	color: #990000;
	margin: 10px 0px 0px 0px;	
	}
h6	{ 					
	font: bold .8em tahoma, verdana, sans-serif;
	color: #990000;
	margin: 0px;	
	}
	
/* Form fields */																																																						
.text			{		
	border: 1px solid #333333;
	background: white;
	font: 13px arial, helvetica, sans-serif;
	}
.textOn		{		
	border: 1px solid #CC0000;
	background: white;
	font: 13px arial, helvetica, sans-serif;
	}
.textFocus		{		
	border: 1px solid red;
	background: white;
	font: 13px arial, helvetica, sans-serif;
	}
.submit		{		
	background: #990000;
	color: white;
	font-weight: bold;		
	}
.submitOn	{		
	background: #CC0000;
	color: white;
	font-weight: bold;
	}
.labelReq	{		
	font-weight: bold;	
	cursor: help; 
	}							
.labelOpt	{		
	cursor: help; 
	}							
	
/* Some custom styles */	
#copy	{	
	font: 13px arial;
	padding: 0px 0px 0px 8px;
	} 
.hidden	{		 		
	display: none;
	margin: 5px	
	}
.smallcopy	{
	font: 10px tahoma, helvetica, sans-serif;
	}
.footer	{
	text-align: center;
	font: 10px tahoma, helvetica, sans-serif;
	}
.calendarDay, a.calendarDay:link, a.calendarDay:visited	{
	color: #333333;
	}	
.calendarToday, a.calendarToday:link, a.calendarToday:visited	{
	background: #CC0000;
	color: white;
	}
.linkFocus	{
	font-weight: bold;
	}	
