BODY
{
	background-color: #336699;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	text-align: justify;
	text-decoration: none;
	color: White;
	/* IE scrollbars */
	scrollbar-3d-light-color : #006699;
	scrollbar-arrow-color : #006699;
	scrollbar-base-color : #006699;
	scrollbar-dark-shadow-color : #003399;
	scrollbar-face-color : #003366;
	scrollbar-highlight-color : #336699;
	scrollbar-shadow-color : #003399;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}

/* normal links are some sort of blue */
A {
	text-decoration: underline;
	font-size: 8pt;
	color: White;
	font-family: Verdana, Arial;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	color:white;
}

A:hover {
	text-decoration: underline;
	color:#ffffff;
}




.center {
	text-align: center;
}

.right {
	text-align: right;
}



A.list {
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	color: Black;
	font-weight: normal;
}

A.list:visited {
	text-decoration: none;
	color: Black;
}

A.list:hover {
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-decoration: none;
	color: Black;
	font-weight: normal;
	background-color: transparent;
}






FORM {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}

INPUT, SELECT {
	font-family: Verdana, Arial;
	font-size: 8.5pt;
	background-color: White;
	font-weight: bold;
	color: Black;
}

INPUT.buttonlink {
	color:#1D3565;
	border: outset #CBCBD7;
	font-weight:bold;
	cursor: hand;
	border-color: #EDEEF6;
	background : #B8B5C6;
}




