a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #333333;
	text-decoration: underline;
	
	font-variant: normal;
	
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	
	font-variant: normal;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
	font-variant: normal;
	text-decoration: underline;
	
}

a.bottommenu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	width: 75px;	
	white-space: nowrap;
	font-variant: small-caps;
}
a.bottommenu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	text-align: left;
	padding: 10px;
	width: 75px;
	white-space: nowrap;
	font-variant: small-caps;
}
a.bottommenu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E0040B;
	text-decoration: underline;
	text-align: left;
	padding: 10px;
	width: 75px;
	white-space: nowrap;
	font-variant: small-caps;
}

a.topmenu:link {
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	text-align: right;
	padding: 10px;
	width: 75px;
	white-space: nowrap;
}
a.topmenu:visited {
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-size: 14px;
	color: #006600;
	text-decoration: none;
	text-align: right;
	padding: 10px;
	width: 75px;
	white-space: nowrap;
}
a.topmenu:hover {
	font-family: Times New Roman, Times, serif;
	font-variant: small-caps;
	font-size: 14px;
	color: #E0040B;
	text-decoration: underline;
	text-align: right;
	padding: 10px;
	width: 75px;
	white-space: nowrap;
	
}
.topmenu_table {
	text-align: right;
}
.bottommenu_table {
	text-align: right;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bolder;
}

.submenu_popup {
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 10px;
	border: medium ridge #003333;
}
.popup_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #003333;
}
body {
	background-image: url(images/interface/background.gif);
	background-repeat: repeat-x;
	background-color: #5b5b1f;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.main_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	font-variant: small-caps;
	color: #666600;
	text-align: center;
}
.quotebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #666600;
	text-align: center;
	text-indent: 15px;
	padding: 10px;
	width: 250px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	position: absolute;
	//top: 100px;
	right: 10%;
	margin: auto;
	float: right;
	clear: right;
	z-index: 2;
	background-color: #CCFFFF;
	overflow: scroll;
	height: 250px;
}
.image_right {
	margin: 10px;
	clear: left;
	float: right;
}
.image_left {
	margin: 10px;
	clear: right;
	float: left;
}
