body
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				10pt;
	background-color:		#E3D5E3;
	margin:					0px;
	}

.welcomebody
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				10pt;
	background-color:		#E3D5E3;
	margin-top:				15%;
	margin-right:			30%;
	margin-bottom:			15%;
	margin-left:			30%;
	}

.welcometable
	{
	width:					100%;
	height:					100%;
	border-collapse:		collapse;
	border:					#FFFFFF solid 1px;
	background-color:		#996699;
	text-align:				center;
	color:					#FFFFFF;
	font-family:			Arial;

	}

.main
	{
	width:					100%;
	height:					100%;
	border-collapse:		collapse;
	}

.banner
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				10pt;
	background-color:		#996699;
	height:					130px;
	width:					35%;
	border-bottom:			#FFFFFF solid 2px;
	background-image:		url('../images/logo.jpg');
	background-repeat:		no-repeat;
	background-position:	left bottom;
	padding-top:			15px;
	padding-left:			390px;
	}

.content
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				10pt;
	line-height:			130%;
	background-color:		#E3D5E3;
	padding:				20px;
	}

.copy
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				8pt;
	background-color:		#996699;
	border-top:				#FFFFFF solid 2px;
	height:					20px;
	padding:				10px;
	}

.subtables
	{
	border-collapse:		collapse;
	color:					#000000;
	font-family:			Arial;
	font-size:				10pt;
	line-height:			130%;
	width:					100%;
	}

.title
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				14pt;
	}

a, a:active, a:hover, a:link, a:visited
	{
	color:					#000000;
	font-family:			Arial;
	font-size:				10pt;
	font-weight:			bold;
	text-decoration:		underline;
	}

.error {
	color: #f00;
}

.success {
	color: #090;
}