/* CSS Document */

BODY	{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
}

BODY, DIV, P, STRONG	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

P	{
	line-height: 150%;
}

#content	UL, TD {
	line-height: 150%;
}

H1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #004A70;
}

A	{
	color: #004A70;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER	{
	color: #B5CD7A;
}

#Navigation UL	{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* letter-spacing: 1pt; */
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
			
#Navigation LI	{
	display: inline;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}
			
#Navigation A	{
	text-decoration: none;
	color: #ffffff;
}
			
#Navigation A:HOVER	{
	color: #B5CD7A;
}

#Subnavigation UL	{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1pt;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: block;
}

#Subnavigation LI	{
	margin-bottom: 20px;
}
			
#Subnavigation A	{
	text-decoration: none;
	color: #004A70;
}
			
#Subnavigation A:HOVER	{
	color: #B5CD7A;
}
