/*////////////////////////////////////////////
General
////////////////////////////////////////////*/

.navBack
{
background-color:#A9A5A4;
}
body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #ffffff;	
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
td{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
  font-size: 11px;
}
.footer{
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 10px;
}

strong, b, .bold {
	font-weight: bold;
}
h1 {
	color: #25497B;
	text-transform: uppercase;
}
h2 {
	color: #003366;
}
li {
	list-style-position: outside;
	list-style-type: circle;
}
HR {
	color: #eee;
	background-color: #eee;
	height: 5px;
}
a:link, a:active, a:visited{
	text-decoration: none;
	color: #666666;
}
a:hover{
	text-decoration: underline;
	color: #666666;
}

.center{
	text-align: center;
}
.justify{
	text-align: justify;
}
.blueBar{
	background-image: url(../images/common/blueBar.jpg);
	background-repeat: repeat-x;
}

.footertext{
font-family: Arial;
font-size: 10px;
color: #333333;

}


.footerlinks{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
}



.PageTitle
{
color: #34689A;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
}

.PageSubTitle
{
color: #34689A;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
}



/* Mohammad */
.memberLogin
{
	padding-left: 55px;
}

.PageBody
{
	background-image: url(/images/greenFadeBg.jpg);
	background-repeat: repeat-x;
}
.PageBodyTbl
{	
	border: solid 1px #084829;
	background-color: White;
}

.BodyText
{
	font-family: Arial;
	font-size: 11px;
	color:#807c6b;
}

.TopDos
{
	font-family: Arial;	
	font-weight: bold;
	font-size: 11px;
	color:#084829;
}