@charset "utf-8";
/* CSS Document */

a {
	color: #E97730;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #666666;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.bgTop {
	background-image: url(images/bgtop.jpg);
	background-repeat: repeat-x;

}
.bgTop2 {
	background-image: url(images/menu3.jpg);
	background-repeat: repeat-x;

}
.bgMenu{
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bgDivider{
	background-image: url(images/divider.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.bgHomeMenu{
	background-image: url(images/homemenu.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-bottom: 5px;
}
.bgBottom {
	background-image: url(images/bgbottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 11px;
}
.title {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #E97730;
	letter-spacing: 0px;
	margin-top:0px;
}
.bgBottom a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
.bgBottom a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
.bgFooter {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
	font-size: 10px;
	border: 1px solid #666666;
	color: #CCCCCC;
	padding: 5px;
}
.bgFooter a{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.bgFooter a:hover{
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

.homeFooterBottom{
	color: #CCCCCC;
	position: absolute;
	bottom: 0px;
	width:100%;
	font-size: 10px;
}

.homeFooterBottom a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight:normal;
}

.homeFooterBottom a:hover{
	color: #E97730;
	text-decoration: none;
	font-weight:normal;
}
.copyright{
	 font-size:11px;
	 color: #CCCCCC;
}
.copyright a{
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: none;
}

.copyright a:hover{
	color: #E97730;
	font-weight:normal;
	text-decoration: none;
}
.leftMenu{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.leftMenu a{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.leftMenuSelected {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.leftMenu a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.disignedBy{
	font-size:10px;
}

.repMenu a{
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.repMenu a:hover{
	color: #E97730;
	font-weight:bold;
	text-decoration: none;
}
.repMenuTable{
	font-size:11px;
	line-height: 20px;
	border: thin solid #CCCCCC;
	padding-left: 2px;
}

table.borderBottom td {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.caption{
	font-size:10px;
}