td
{
text-align:left;
font-size:8pt;
font-family:"verdana";
color: #313131;
vertical-align:top;
}

a 
{
text-decoration: none;
color: blue;
}

a:hover
{
text-decoration: underline;
color: #9A3F15;
}

.error
{
font-size:9pt;
color:#990000;
background-color:#eeeeee;
border:1px dashed #990000;
}
.success
{
font-size:9pt;
color:Green;
background-color:#eeeeee;
border:1px dashed Green;
}
p
{
color: #313131;
}
.logout
{
color:#990000;
}

.logout a
{
color:#990000;
text-decoration:none;
}

.logout a:hover
{
color:#990000;
text-decoration:underline;
}

input
{
	text-align:left;
	font-size:8pt;
	font-family:"verdana";
	color: #313131;
}
textarea
{
	text-align:left;
	font-size:8pt;
	font-family:"verdana";
	color: #313131;
}