@charset "utf-8";
/* CSS Document */

body {
	background-color: White;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

table{
margin:0;
padding:0;
border:0;
}

td.padded {
	padding-top:10px;

}

.bodytable{
border:#F3E82A;
}

.orangebar{
background-color:#F3DA04;

}
.redbar{
background-color:#F3DA04;
}

 
.bluebar{
background-color: #283A82;
}

.blackbar{
background-color: #283A82;
color:#FFFFFF;
}

.whitefont {color: #FFFFFF}

.topborderblack{}
.baseborderblack{
	border-bottom-color:#000000;
	border-bottom:1px;
	border-bottom-style:solid;
 }
.bodyleftborder {
	padding-left:25px;
	border-left-color:#000000;
	border-left: 1px;
	border-left-style:solid;
}
.titleText
{
	font-weight: bold;
	font-size: 16px;
	color: dimgray;
	font-family: Verdana;
	
}
a:link
{
	font-weight: bold;
	font-size: 11px;
	color: blue;
	font-family: verdana;
	text-decoration: none;
}


a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: verdana;
	text-decoration: underline;
}

a.whitelink:link
{
	font-size: 11px;
	color: white;
	font-family: verdana;
	text-decoration: none;
}

a.whitelink:hover
{
	font-size: 11px;
	color: white;
	font-family: verdana;
	text-decoration: none;
}

a.yellow:link, a:visited {
	text-decoration: none;
	color: #FFFF00;
	}

a.yellow:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
	
.login_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-align:center;
	border-bottom: solid 1px #999999;
	background:url(../images/tabs09_up.jpg);
	background-repeat: repeat-x;
}

.login_table_home {
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}



