body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EFCF50;
}

p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #EFCF50;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 18px;
	color: #EFCF50;
}

a {
	color: #3366CC;
}

a:hover {
	color: #3333FF;
	background-color: #000000;
}

form {
	background-color: #000000;
}

input {
background-color:#FFFFCC;
}

.FormText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight:bold;
	font-style:italic;
	line-height: 38px;
	color: #EFCF50;
}
.titleLevel2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	line-height: 38px;
	color: #EFCF50;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
    color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
    color: #FFFF66;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #EFCF50;
	line-height: 18px;
	padding: 3px;
}

.SpecialNote {
	color: #FFFFFF;
	font-size: 12px;
}

.button
{
    background:#EFCF50;
    color:#000000;
    font-family:"Times New Roman", Times, serif;
    font-size:10pt;
    font-weight:bold;
    border:2PX outset #c0c0c0;
    cursor:hand;
}

