body {
	font-family: verdana, arial, tahoma;
	font-size: 11px;
}

.NAVTEXT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	Text-Transform: lowercase;
	padding-bottom:1px;
	color: #200D51;
}
.NAVTEXTHIGH {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 18px;
	Text-Transform: lowercase;
	text-decoration:none;
	padding-bottom:1px;
	color: #200D51;
}

a:link .navtext, a:visited .navtext, a:link .navtexthigh, a:visited .navtexthigh {
	text-decoration: none;
}

p.title {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11pt;
	color: #200D51;
	font-weight : bold;
	font-variant : small-caps;
	margin-bottom : 11px;
}
p.legal {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	FONT-SIZE: 7pt;
	COLOR:#3F3F3F;
	margin-bottom : 7px;
}
p.pagetitle {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	FONT-SIZE: 11pt;
	color: #200D51;
	font-weight : bold;
	font-variant : small-caps;
	margin-bottom : 11px;
}

.FormError, .FormWarning, .Message 
{
	font-family: verdana,geneva,arial;
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 6px;
	line-height: 1.3em;
}
.Message {
	width: 350px;
	text-align: center;
	background: #f4f4f4;
	border: solid 1px #666;
}
.FormWarning {
	border: solid 2px #f00;
}
.FormError {
	border: solid 2px #f00;
}
.FormWarning, .FormError {
	text-align: left;
	width: 550px;
}

TD {
	font-size: 11px;
}