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

html, body {
width: 600px;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	line-height: 15px;
	background-color: #000000;
}

td {color: #ffffff;}

a {
	color: #FFFFFF;
}


p {
	line-height:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #ffffff;
}



h1 {
	font-family: Tahoma;
	font-size: 25px;
	color: #990000;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:center;
}

h2.black {
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


h3 {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #C39373;
}
h4 {
	font-family: Georgia;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #C39373;
	font-style: italic;
}






.required { color:#FF0000;}

