body {
	background-color: white; 
}

.static, .text, .loginLabel, .message, .menu, h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

.static, .text, .message 
{
	font-size:13px;
	color: black;
}
.footer {
	color: #999999;
}

a,a:visited {color:#333399;background-color:transparent;text-decoration:none;}
a:hover {text-decoration:underline;}

img.right {
   float:right;
   padding: 0px 0px 15px 15px;
}

.loginLabel, a.login, a:visited.login, a:hover.login { font-size:10px; color: white; }   


.textBox, .shortTextBox, .button, .redBox, td.filterRow { 
	border-style: solid;
	border-width: 1px;

}

.textBox, .shortTextBox {
	overflow: hidden;
	border-color: #20466C;
}

.textBox {
	width: 100%;
}

.redBox {
	width: 100%;
	border-color: red;
}

.button {
	border-color: black;
}

td.filterRow { border-color: white; }

.thinBorderBottom { border-bottom-style:solid; border-color:#20466C; border-width:1px; }
.thinBorder, .noneRightBorder {
	border-style:solid;
	border-width: 1px;
	border-color: #20466C; 
}
.noneRightBorder {
	border-right-style:none; 
}

.small, .tableList, .textBox, .shortTextBox, .button, table.login, .redBox, .footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.listRow, .listRow2 { 
	background-color: #dee7ff; 
	padding: 2px 4px 2px 4px;
}

.listRow2 { 
	background-color: #9cb7d1; 
}

.menu, a.menu ,a:visited.menu, a:hover.menu {
	font-size:11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
}

a.scroll, a:visited.scroll {
	font-weight: bold;
	text-decoration: underline;
}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight: bold;
}

th {
	background-color: #20466C; 
	color: white;
	padding: 6px 4px 6px 4px;
}

td.login { padding: 0px 8px 0px 8px; }
table.login { color:white; }
h3 {
	font-weight: bold;
}
