	/* CSS Document */
	
	body {
	background-color: #ffffff;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	/* Standard anchor tag formatting */ 
	A:link, A:visited { 
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #000;
	text-decoration:underline;
	}
	
	A:hover, A:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #003399;
	text-decoration: underline;
	}
	
	A.list:link, A.list:visited { 
	font-family: "Courier New", Courier, monospace;
	font-size:15px;
	font-weight:bold;
	line-height: 20px;
	text-decoration:none;
	}
	
	A.list:hover, A.list:active {
	font-family: "Courier New", Courier, monospace;
	font-size:15px;
	font-weight:bold;
	line-height: 20px;
	text-decoration: underline;
	}
	
/* end Standard anchor tag formatting */

.top_nav {
	color:#003399;
	}

A.top_nav:link, A.top_nav:visited { 
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	
A.top_nav:hover, A.top_nav:active {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}



/* End navigation link formatting */

/* table color formatting */
table, td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	}

/* end table color formatting */

/* Text formatting for content */

.title {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:20px;
	color:#003399;
	}

.content {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:15px;
	line-height: 20px;
	}

.bluecontent {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:17px;
	line-height: 20px;
	color:#003399;
	}
	
.bluecontentReg {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:15px;
	line-height: 20px;
	color:#003399;
	}
  
/* End formatting for content */

/* List formatting */
ol, li {

font-family:"Courier New", Courier, monospace;
font-size:15px;
font-weight:bold;
line-height: 20px;

}



/* end formatting */

/* Header formatting */

/* End Header formatting */

/* Class Selectors */

/* End class selectors */

/* form elements formatting */
input, textarea, select{ 
	BORDER: #003399 1px solid;
	FONT-SIZE: 11px; font-weight:normal; COLOR: #000000; FONT-FAMILY: verdana,arial; 
	BACKGROUND-COLOR: #fff; vertical-align: middle;
	}
	
/* end form elements formatting */
