
body {
	font: 100%  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:150%;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 { font-family: Verdana; font-size: 13px; color:#444444; font-weight: bold; font-variant:small-caps;}

h2 { font-family: Verdana; font-size: 14px; color:#444444; font-weight: bold; font-variant:small-caps; }

h3 { font-family: Verdana; font-size: 16px; color: NAVY; font-variant:small-caps; padding-left:85px; padding-top:15px;}

h4 { font-family: Verdana; font-size: 16px; color: NAVY; font-variant:small-caps; padding-left:20px; padding-top:5px;}

UL {
	margin-top:3px;
} 

A:link {
	text-decoration:none;
	color:#B76A1C;
	font-weight:bold;
}


A:visited {
	text-decoration:none;
	color:#B76A1C;
	font-weight:bold
}


A:hover {
	text-decoration:underline;
	color:#B76A1C;
	font-weight:bold	

}

.Menu
{
	FONT-SIZE : 13px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Verdana, Arial;
	Color: White;
	font-variant:small-caps;
	padding-bottom: 2px;
}


.Menu A:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	
}


.Menu A:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}

.Menu A:hover {
	text-decoration:underline;
	color:Gold;
	font-weight:bold	

}

.FooterMenu
{
	FONT-SIZE : 10px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Verdana, Arial;
	Color: NAVY;
	font-variant:small-caps;
	padding-bottom: 2px;
}


.FooterMenu A:link {
	color:NAVY;
	text-decoration:none;
	font-weight:bold;
	
}


.FooterMenu A:visited {
	color:NAVY;
	text-decoration:none;
	font-weight:bold;

}

.FooterMenu A:hover {
	text-decoration:underline;
	color:BLUE;
	font-weight:bold	

}



.PMenu
{
	FONT-SIZE : 13px;
	FONT-WEIGHT : bold;
	FONT-FAMILY : Verdana, Arial;
	font-variant:small-caps;
	padding-bottom: 2px;
}


.PMenu A:link {
	text-decoration:none;
	font-weight:bold;
	Color: NAVY;
	
}


.PMenu A:visited {
	text-decoration:none;
	font-weight:bold;
	Color: NAVY;

}

.PMenu A:hover {
	text-decoration:underline;
	color:blue;
	font-weight:bold	

}


.footer {
	text-decoration:none;
	color:#000066;
	font-weight:normal;
	font-size:10px;
	line-height:125%;
}

.Footer A:link {
	text-decoration:none;
	font-weight:bold;
	
}


.Footer A:visited {
	text-decoration:none;
	font-weight:bold
}


.Footer A:hover {
	text-decoration:underline;
	color:blue;
	font-weight:bold	

}


.text {
	font-size:13px;
	font-face: Verdana;
	color:#000066;
	font-weight:normal;
}

.title {
	font-size:20px;
	font-face: Verdana;
	padding-bottom: 15px;
	color:#B76A1C;
	font-weight:bold;
	font-variant:small-caps;
}

.form {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.small {
	font-size:10px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}

.large {
	font-size:14px;
	font-face: Arial;
	color:#000066;
	font-weight:bold;
}