td
{
	font-size: 9pt;
}
A:link
{
	color: #335599;
	text-decoration: underline;
}
A:visited
{
	color: #335599;
	text-decoration: underline;
}
A:hover
{
	color: #aa3333;
}
A:active
{
	color: #aa3333;
}
INPUT, SELECT, TEXTAREA {
   font-size: 9pt;
}
P 
{
   font-size: 9pt;
}
INPUT.button {
    border-left: solid 1px #336699;
    border-top: solid 1px #336699;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 9pt;
    color: #FFFFFF;
    cursor: hand;
    background-color: #003366;
}
.bottom-border-1px
{
	border-bottom: black 1px solid;
}
.bottom-border-2px
{
	border-bottom: black 2px solid;
}
.bottom-border-3px
{
	border-bottom: black 3px solid;
}
.bottom-border-1px-dot
{
	border-bottom: dotted 1px #cccccc;
}
.module-title
{
	font-weight: bold;
	border-bottom: #335599 2px solid;
	height: 25px;
}
.top-border-1px
{
	border-top: black 1px solid;
}
.top-border-2px
{
	border-top: black 2px solid;
}
.top-border-3px
{
	border-top: black 3px solid;
}
.hdr
{
	background-image: url("../images/hdr.gif");
	height: 19px;
	color: white;
	text-indent: 20px;
	line-height: 120%;
	letter-spacing: 3px;
}
.title-font
{
	font-weight: bold;
	font-size: 9pt;
	color: #aa3333;
}
.column-border
{
	border-right: #6699cc 1px solid;
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}
.right-border
{
	border-right: #cccccc 1px solid;
}
.requiredInput {
   font-weight: normal;
   font-size: 9pt;
   color: #FFFFFF;
   text-align: right;
   line-height: 16px;
   background-color: #990000;
}
.dataLabel {
   font-weight: normal;
   font-size: 9pt;
   color: #000000;
   text-align: right;
   line-height: 16px;
   background-color: #DDDDDD;
}
.dataField {
   font-weight: bold;
   font-size: 9pt;
   color: #000000;
   text-align: left;
   line-height: 16px;
   background-color: #EEEEEE;
}
