/* CSS Document */
a:link {
    color: #FFE942;
    font-weight:bold;
    text-decoration:underline;
}
a:visited {
    color: #FFE942;
    font-weight:bold;
    text-decoration:underline;
}
a:hover {
    color: #A80007;
    font-weight:bold;
    text-decoration:underline;
}
a:active {
    color: #FFE942;
    font-weight:bold;
    text-decoration:underline;
}
.main_bg {
	background-attachment: scroll;
	background-color: #CA0007;
	background-image: url(images/table_bckg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.leftmenubox {
	background-image: url(images/left_button.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 133px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 25px;
	
}
.leftmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.leftmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.leftmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #020200;
	text-decoration: none;
} 
.shadow {
height: 1em;
filter: Shadow(Color=#666666, 
Direction=135, 
Strength=5);
}
.sitemap:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.sitemap:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.sitemap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #8C0006;
	text-decoration: none;
} 
.partners:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.partners:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.partners:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8C0006;
	text-decoration: none;
} 
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FFE942;
	text-decoration: none;
}
.error_message {	color: #FF0000;

	font-weight: bold;
}
