/* CSS Document */
a:link {
    color: #E6CD81;
    font-weight:bold;
    text-decoration:underline;
}
a:visited {
    color: #E6CD81;
    font-weight:bold;
    text-decoration:underline;
}
a:hover {
    color: #191E00;
    font-weight:bold;
    text-decoration:underline;
}
a:active {
    color: #E6CD81;
    font-weight:bold;
    text-decoration:underline;
}

.leftmenubox {
	background-image: url(images/button_left.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 170px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 40px;
}
.rightmenubox {
	background-image: url(images/button_right.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 145px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 15px;
	
}
.middlemenubox {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;

}
.top10 {
	background-image: url(images/top_10_bckg.jpg);
	background-repeat: no-repeat;
	height: 318px;
	width: 161px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	
	
}
a.leftmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
	
}
a.leftmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
}
a.leftmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FE1402;
	text-decoration: none;
} 

a.rightmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
	
}
a.rightmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
}
a.rightmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C1BF08;
	text-decoration: none;
} 
a.sitemap:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
	
}
a.sitemap:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
}
a.sitemap:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE1402;
	text-decoration: none;
} 
a.middlemenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
}
a.middlemenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #E6CD81;
	text-decoration: none;
}
a.middlemenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FE1402;
	text-decoration: none;
} 

.border {
	border: 1px solid #E6CD81;
}

.error_message {	color: #FF0000;

	font-weight: bold;
}

