/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:Arial;
	
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545d16;

}
.style1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545d16;

}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
}
.style2 a{
	color: #535353;
	text-decoration: none;

}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #545d16;
	font-weight: bold;
}
.orangetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf6906;

}
.orangetxt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf6906;

}
body {
	background-color: #FFFFFF;
}
.ActiveAccountsContainer
{
	background-color:#949C36;
	font-size: 9px;
	padding-left:5px;
	border:1px solid black;
	color:#ffffff;
}
.ActiveAccountsContainer:hover
{
	background-color:#6B7331;
}
.ActiveAccountsContainer a
{
	color:#ffffff;
}
.PendingAccountsContainer
{
	background-color:#949C36;
	font-size: 9px;
	padding-left:5px;
	border:1px solid black;
	color:#ffffff;
}
.PendingAccountsContainer:hover
{
	background-color:#6B7331;
}
.PendingAccountsContainer a
{
	color:#ffffff;
}
.LoginControl
{
	vertical-align: top;
	text-align: right;
}

.LoginControlLabel
{
	vertical-align: bottom;
	text-align: left;
}



