body {
	font-family: "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	background-color: #333366;
	margin: 0px;
}
.Header01 {
	font-size: 24px;
	font-weight: bold;
	background-color: #666699;
	border : 1px solid #9999CC;
}
.ContentText {
	background-color: #666699;
	border : 1px solid #9999CC;
	font-size : 11px;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333366;
}
.Header02 {
	font-size: 14px;
	font-weight : bold;
}
li {
	list-style-image: url(/images/bullet_arrow.gif);
}

td {
	font-size: 11px;
}
.BigNumbers {
	font-size: 16px;
	font-weight: bold;
	background-color: #000099;
	padding : 5;
}
hr {
	height : 1px;
	border : dashed #F8F8FF;
}
.SubmitButton {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	font-family : "Trebuchet MS", sans-serif;
	border : 1px solid #9999CC;
	margin: 0px;
	padding: 3px;


}
