﻿body
{
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a
{
    text-decoration: underline;
    cursor: pointer;
}

input
{
   font-size: 10pt; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.c_title 
{
    font-weight: bold;
}
.c_back1 {background-color: #FFFFFF;}
.c_back2 {background-color: #E4E5ED;}
.td_title 
{
    font-weight: bold;
    background-color: #838B8B;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
.section_title {
	color:#66A;
	font-size:12pt;
	font-weight:bold;
	border-bottom: 1px solid #66A;
}
.section_content {
	margin: 30px;
	display: block;
	white-space: normal;
}
.valid {
	/* green */
	color: #009900;
}
.void {
	/* red */
	color: #990000;
}
.sitename {
	/* blue */
	color: #000099;
}