body {
	background-image: url(10_pattern.gif);
	background-repeat: repeat;
	margin: 0px;
}
td {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #335EA8;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.TitleText {
	font-family: "Trebuchet MS", Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.dataview {
	border: 1px solid #CCCCCC;
	background-color: #f1f1f1;
}
.boldword {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.smalltext {
	font-size: 11px;
}
input,textarea,select {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
}
.AddressFont {
	font-size: 11px;
	color: #ffffff;
}
a.AddressFont {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a.AddressFont:hover {
	text-decoration: underline;
}
.Header {
	background: #5967a4;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
	color: #ffffff;
}
.FormSubmit
{
	border: #2F53B1 2px double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	background-color: #2F53B1;
	text-transform: uppercase;
	cursor:pointer;
	cursor:hand;
}
.FormSubmit:hover
{
    color: #d26257;
}
.ErrorBox
{
	color: red;
	font-weight: bold;
	text-align: left;
	border: red solid 2px;
}
