BODY
{ 
	font-family:Verdana;
	font-size: 10pt;
}

P
{
	font-family:Verdana;
	font-size: 10pt;
}
.DODTAG
{
	font-size: 8pt;
	font-family: Verdana;
}

TD.menuheader
{
	background-color: #E6E6E6;
	font-family:Verdana;
	font-size: 10pt;
}
TD.menuitem
{
	font-family:Verdana;
	font-size: 10pt;
}
TD.HelpDesk
{
	font-family:Arial;
	font-size: x-small;
	font-weight:bold;
}
A.menulink
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	display: block;
	font-size: 12px;
	border-left: #ffffff 1px solid;
	width: 198px;
	color: #000000;
	border-bottom: #ffffff 1px solid;
	font-family: Verdana;
	text-align: left;
	text-decoration: none;
}

A.menulink:hover
{
	border: solid 1px MidnightBlue;
	background-color: CornFlowerblue;
}
.telestyle
{
	font-weight: normal;
	font-size: 15pt;
	filter: alpha(opacity=100);
	left: 60px;
	visibility: visible;
	width: 400px;
	color: #000066;
	font-family: Arial;
	position: absolute;
	top: 300px;
	height: 32px;
}

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: black;
}

.loginDisplay a:link
{
	color: black;
}

.loginDisplay a:visited
{
	color: black;
}

.loginDisplay a:hover
{
	color: black;
}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0px;
	padding: 1em;
	border: 1px solid #ccc;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
	display: block;
}

fieldset label.inline 
{
	display: inline;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input.textEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

input.passwordEntry 
{
	width: 320px;
	border: 1px solid #ccc;
}

div.accountInfo
{
	width: 80%
}

.ErrorMessage
{
	
	font-size: small;
	color: Red;
	font-family: Arial;
	font-weight: bold;
}