@charset "utf-8";
/* CSS Document */


body {
	background-color: #626262;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin-top: 0px;
}

.commontext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

#popitmenu{
position: absolute;
background-color: #687585;
border:1px solid #cfcfcf;
font: normal 12px Verdana #fefda7;
line-height: 24px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 6px;
color: #FFFFFF;
display: block;
font-size: 11px;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #808d9d;
}

a:link {
	color: #0092A1;
}
a:visited {
	color: #0B7BAD;
}
a:hover {
	color: #00B8CC;
}
a:active {
	color: #0092A1;
}

.footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF

}

.footer2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF

}

.footer2 a:link {
	color: #00CCFF;
}
.footer2 a:visited {
	color: #00CCFF;;
}
.footer2 a:hover {
	color: #00FFFF;
}
.footer2 a:active {
	color: #00CCFF;
}

