@charset "UTF-8";
/* CSS Document */

#ContentMw
{
	width: 500px;
}

body {
	padding-left: 		20px;
	margin-left: 		20px;
}

body, div, td
{
	font-family:		Helvetica,Arial,sans-serif;
	font-size:			10pt;
	color:				#ffffff;
/*	padding-left: 		0;
	margin-left: 		0; */
	background-color: 	#ff0000;
}

h1
{
	font-size:			16pt;
	font-weight:		bold;
	margin-top:			20px;
	margin-bottom:		10px;
	color:				#ffffff;
}

h2
{
	font-size:			14pt;
	font-weight:		bold;
	margin-top:			10px;
	margin-bottom:		10px;
	color:				#ffffff;
}

p
{
	margin-top:			5px;
	margin-bottom:		5px;
	padding:			0;
}

a
{
	color:				#ffffff;
}

input
{
	font-size:			10pt;
}

.error
{
	color:				#ffffff;
}

.important
{
	font-style:			italic;
	font-weight:		bold;
	color:				#000000;
}

.sendbutton
{
	font-size: 10pt;
}

