body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #333333;
	font-weight:normal;
	margin:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #666666;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #333333;
	font-weight:normal;
	margin:0px;
	text-decoration: underline;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #666666;
}
.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 20px;
}
.body a:hover{
	color:#f85900;
	font-weight: normal;
}
.body a:link{
	color:#197fe4;
	font-weight: normal;
}
.body a:visited{
	color:#197fe4;
	font-weight: normal;
}


.reverse {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
padding-left:10px;

}
.reverse a:link{
color:#FFFFFF;
text-decoration:none;
}
.reverse a:visited{
color:#FFFFFF;
text-decoration:none;
}

.form {
background-color:#EEEEEE;
border: 1px solid #666666;
font-family:"Courier New", Courier, monospace;
}

.button {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-size:14px;
font-weight:bold;
padding: 7px;
	
}

.invalid {
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

img {
border-color: #000000;
}



