BODY {
	background : url(images\plot.gif) fixed;
	margin-left : 8px;
	margin-top : 8px;
	text-align : justify;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	scrollbar-face-color : #CAD2DF;
	scrollbar-arrow-color : #5B7297;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : White;
	scrollbar-base-color : #CAD2DF;
	scrollbar-3dlight-color : #5B7297;
	scrollbar-track-color : #EAEDF2;
	scrollbar-darkshadow-color : #5B7297;
}

	.text {
	text-align : justify;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	}

	A, A:VISITED {
	color : #5B7297;
}

	A:ACTIVE {
	color : Red;
}

	A:HOVER {
	color : Red;
}

	H1 {
	color : #5B7297;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-weight : bolder;
	border-bottom : 1px dotted #CAD2DF;
	padding-bottom : 3px;
	text-transform : uppercase;
	border-top : 1px dotted #CAD2DF;
	padding-top : 3px;
}

	H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	letter-spacing : 3px;
	color : #5B7297;
	font-size : 18px;
}

.mail {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border : 1px solid Gray;
}

.submit {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #5B7297;
	text-align : center;
}

.button {
	background-color : White;
	color : #5B7297;
	text-align : center;
	border : 1px solid Gray;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	width : 90px;
	height : 28px;
	cursor : hand;
}

