/*regular fonts*/
.normal {font-family:verdana; font-size:8pt; color: #666666}
.red {font-family:verdana; font-size:8pt; color: #990000}
.footer {font-family:verdana; font-size:7.5pt; color: #999999}
.smallwhite {font-family:verdana; font-size:7.0pt; color: #FFFFFF}
.smallgray {font-family:verdana; font-size:7.0pt; color: #666666}
.bluegraybold {font-family:verdana; font-size:8pt; color: #7B939F; font-weight:bold}
.boldgreen {font-family:verdana; font-size:8pt; color: #7B939F; font-weight:bold}

/*links*/
a:active {color: 990033}
a:link {color: 990033}
a:visited {color: 990033}
a:hover {color: 990033}

A.redLink:link  {font-family:verdana; font-size:8pt; color:990033; text-decoration: underline;}
A.redLink:visited  {font-family:verdana; font-size:8pt; color:990033; text-decoration: underline;}
A.redLink:active {font-family:verdana; font-size:8pt; color:990033; text-decoration: underline;}
A.redLink:hover {font-family:verdana; font-size:8pt; color:990033; text-decoration: none}

/*main border*/
.border {
	border: 1px solid #666666;
}

/*gray font and spacing on login page*/
.graypadding {
	font-family: verdana;
	font-size: 8pt;
	color: #666666;
	line-height: 18px;
}

/*title headers with dotted line*/
.title {
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	color:990033;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: 990033;
	width: 100%;
}

/*inner table border*/
.bluegrayborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: 7B939F;
	border-bottom-color: 7B939F;
	border-left-color: 7B939F;
}

/*inner table header row*/
.header {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	color: FFFFFF;
	background-color: 7B939F;
}

/*inner table gray row*/
.grayrow {
	font-family: verdana;
	font-size: 8pt;
	color: 666666;
	background-color: EEEEEE;
}

