body {
	margin: 10px 0px 0px 0px; 
	background-color: #1D618C;
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
	
	Scrollbar-Face-Color:  #1D618C;
	Scrollbar-Arrow-Color: #FFFFFF;
	Scrollbar-Base-Color: #CCCCCC;
	Scrollbar-Shadow-Color: #660000;
	Scrollbar-Darkshadow-Color: #000000;
	Scrollbar-Highlight-Color: #ffffff;
	Scrollbar-3Dlight-Color: #9699B1;
	Scrollbar-Track-Color: #CCCCCC;
}

p {
	margin: 30px 0px 0px 0px;
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

h2 {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

h3 {
	margin-top: 20px;
	font-family: times new roman, times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

h4 {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

table {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

td {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

blockquote {
	margin: 0px 0px 0px 50px;
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

ul {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

ol {
	list-style-type: upper-roman;
	list-style-position: outside;	
	
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

hr {
	height: 1px;
	color: #CCCCCC;
	width: 100%;
}

form {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
	}

input {
	font-family: times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}
 
textarea {
	background-color: #e1e1e1;
	border: 3px double #cccccc;

}

select {
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;	
	
	font-family: times new roman, times, serif;
	font-size: 11px;
	padding: 3px;
}

A:link {
	color: #CCCCCC;
	text-decoration: underline;
}

A:active {
	color: #CCCCCC;
	text-decoration: underline;
}

A:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

A:hover {
	color: #3399CC;
	text-decoration: none;
}
	


/* _____________CUSTOM CSS CLASSES_____________ */

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hp_nav {
	width: 589px;
}







