/* CSS Document */


body {
	background-color: #4A6382;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	scrollbar-base-color:#7267AA;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
}

p {
	color: #404040;
}

h1 {
	margin-top:0;
	line-height: 0.9em;
	font-size: 1.9em;
	color: #38649C;

}

h2 {
	margin-top:0;
	line-height: 0.7em;
	font-size: 1.7em;
	color: #666666;

}

ul {
	padding: 10px;
	margin: 10px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
A  {
    COLOR: #2A5B9A;
    TEXT-DECORATION: none;
	letter-spacing:-.5;
}

a:active {
    color:#333333;
}

a:visited {
    color:#7C7C7C;
}

A:hover {
    COLOR: #333333;
    TEXT-DECORATION: underline;
}



