/* CSS Document */

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
}
.caption {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.textred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #CC0033;
	text-decoration: none;
}

.bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#333333;
}
.textwh{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}
.titles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#103B83;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.textbox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:1px solid #C1C1C1;
}

.forms {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#009900;
	text-decoration: none;
}
.forms:hover {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#3366cc;
	text-decoration: underline;
}
.bolder {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#009900;
	text-decoration: none;
}
.bolder:hover {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#3366cc;
	text-decoration: underline;
}
.input{
	font-family:Arial, sans-serif;
	font-size:10pt;
	border:1px solid #3366cc;
}


.normal
{
	font-family: Arial, sans-serif;
	font-size:10pt;
		}
.content{
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
}

.loginHead{
	
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#999999;
	border: 1px solid #999999;
}
.links{
	font-family: Arial;
	font-size: 8pt;
	color:color:#CC0033;
	font-weight:normal;
		 
.Textbold{
	font-family: Arial;
	font-size: 8pt;
	color:color:#009900;
	font-weight:normal;

.login{
	
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	background-color:#ffffff;
	border: 1px solid #999999;
}

.inputBox{
	font-family: Arial, sans-serif;
	font-size:10pt;
	border:1px inset #B0C4DE;
}

.Button{
	border:1px outset #B0C4DE;
	font-family:verdana;
	font-weight:normal;
	color:#B30838;
}

.tableHead{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:'#B30838';
	font-weight:bold;
	background-color:#E0E0E0;
	border: 1px solid #ffffff;
	margin-top:1px;
}

.tableBody{
	
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color:#ffffff;
	border: 1px solid #999999;

}

.textred:hover{
	text-decoration: underline;
}
.greenlist{
	list-style-image:url(../images/list_green.gif)
}

.bluelist{
	list-style-image:url(../images/list_blue.gif)
}
