BODY
{
	margin:0px;
	margin-top:12px;
}

P, TD
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#363636;
	line-height:18px;
	margin-top:0px;
}

DIV, SPAN, INPUT, SELECT, TEXTAREA
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#363636;
	line-height:normal;

}

LI
{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#363636;
	line-height:normal;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
A
{
	color:#333366;
	text-decoration:underline;
}

A:hover
{
	color:#000000;
}

h1 {
	font-family: Arial, Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;

	color: #444444;
}
h2, h3, h4, h5, h6, h7 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;

	color: #444444;
}


/* ---- CLASSES ---- */
.header
{
	background-image:url(../images/headerBG.jpg);
	height:80px;
	background-repeat:repeat-x;
}

.blueLine
{
	background-color:#333366;
	height:5px;
}

.whiteRight
{
	background-image:url(../images/whiteborderRight.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.whiteTop
{
	background-image:url(../images/whiteborderTop.gif);
	background-repeat:repeat-x;
}

#menu a
{
	display:block;
	text-transform:uppercase;
	line-height:normal;
	font-weight:bold;
	color:#464646;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
}


#menu a:hover
{
	background-color:#ebebeb;
}

#menu a.selected
{
	background-color:#ebebeb;
}

.html4, .html4 p, .html4 TD
{
	color:#333366;
	line-height:normal;
	margin:0px;
}