

/* ______________________ B O D Y   S T Y L E S _______________________ */


body	{		
	scrollbar-face-color:#000080;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#cccccc;
	scrollbar-shadow-color:'#000000';
	scrollbar-highlight-color:'006699';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:''
	}


/* ______________________ H E A D E R   S T Y L E S _______________________ */


h1 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #999999
	}

h2 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333333
	}

h3 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006699
	}

h4	{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333
	}


/* ______________________ T E X T    S T Y L E S _______________________ */


p 	{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
	}
	

/* ______________________ T A B L E   S T Y L E S _______________________ */


td	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
	}

.subsectext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #000080
	}

.subsec	{
	background-color: #ffffff;
	border-bottom: 2px dashed #cccccc
	}

.bump	{
	padding-top: 10pt;
	padding-bottom: 25pt
	}

.cell	{
	background-color: #ffffff;
	border-right: 1px solid #000000
	}


/* ______________________ L I N K   S T Y L E S _______________________ */


a	{
	}

a:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none
	}

a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none
	}

a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff; 
	text-decoration: underline
	}

a.blue:link	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	text-decoration: none
	}

a.blue:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000080;
	text-decoration: none
	}

a.blue:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
	text-decoration: underline
	}


/* ______________________ B U L L E T   S T Y L E S _______________________ */


ol	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	//list-style: square;
	text-indent: -10pt;
	color: #333333
	}

ul	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	//list-style: square;
	text-indent: -10pt;
	color: #333333
	list-style: outside 
	}

li	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333
	}


/* ______________________ F O R M   E L E M E N T   S T Y L E S _______________ */


.forms	{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	color: #333333;
	Border: solid 1pxl #000000
	}

.formsButtons	{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000080;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	border-top: outset 1px #006699;
	border-right: outset 1px #000000;
	border-bottom: outset 1px #000000;
	border-left: outset 1px #006699;
}



