/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #de0056;
	color: #0D004C;
	line-height: 2em;
	font-size: 12px;
	text-align: justify;
}
html { /*\*/ margin: 0; padding: 0; border: 0; width: 100%; height: 100%; }

#content {
	background-color: #FFFFFF;
}
.style1 {
	font-size: small;
	font-weight: bold;
}
a {
	font-size: x-small;
	color: #DE0056;
	line-height: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE0056;
}
a:hover {
	text-decoration: none;
	color: #0D004C;
}
a:active {
	text-decoration: none;
	color: #DE0056;
}
.blueLinks a {
	font-size: small;
	color: #0D004C;
	line-height: normal;
}
.blueLinks a:link {
	text-decoration: none;
}
.blueLinks a:visited {
	text-decoration: none;
	color: #0D004C;
}
.blueLinks a:hover {
	text-decoration: none;
	color: #DE0056;
}
.blueLinks a:active {
	text-decoration: none;
	color: #DE0056;
}
h1 {
	font: bold 20px/21px Helvetica, Arial, sans-serif;
	margin: 10px 0px;
}

/* form styles */
