@charset "iso-8859-1";

/****************************** Layout *********************************/
body{
background-color:#676767;
}
.outsideTable{
	border-top-color: #FFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.borderRight{
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
}
.borderBottom{
	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/****************************** Footer *********************************/
.footer{
	font-family:Verdana, Arial, Helvetica;
	font-size:9px;
	color:#CCCCCC;
}
.footer a:link {
	color: #ccc;
	text-decoration: none;
}
.footer a:visited {
	color: #ccc;
	text-decoration: none;
}
.footer a:hover {
	color: #CEC965;
	text-decoration: none;
}
/****************************** mainMenu *********************************/
.mainMenu{
	font-family:Verdana, Arial, Helvetica;
	font-size:9px;
	color:#FFFFFF;
}
.mainMenu a:link {
	color: #FFF;
	text-decoration: none;
}
.mainMenu a:visited {
	color: #FFF;
	text-decoration: none;
}
.mainMenu a:hover {
	color:#333;
	text-decoration: none;
}
/****************************** Content *********************************/
.content{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#333333;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}
.content a:link {
	color: #78741A;
	text-decoration: none;
}
.content a:visited {
	color: #78741A;
	text-decoration: none;
}
.content a:hover {
	color: #333;
	text-decoration: none;
}
.content h1{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica;
	font-size:13px;
	color:#D18C06;
}

.contentRight{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#333333;
	padding-top:53px;
	padding-bottom:10px;
	margin-left:40px;
	margin-right:40px;
}
.contentRight a:link {
	color: #78741A;
	text-decoration: none;
}
.contentRight a:visited {
	color: #78741A;
	text-decoration: none;
}
.contentRight a:hover {
	color: #333;
	text-decoration: none;
}

.txt{
	font-family:Verdana, Arial, Helvetica;
	font-size:11px;
	color:#333333;
}
.txt a:link {
	color: #78741A;
	text-decoration: none;
}
.txt a:visited {
	color: #78741A;
	text-decoration: none;
}
.txt a:hover {
	color: #333;
	text-decoration: none;
}