/*BASE*/
BODY {
	background: #c4af88 url(../images/bg.jpg) repeat-x;		
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: center;	
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}

/*DEFAULT HREF*/
a {
	color: #5e5543; 
	text-decoration: underline;
}

a:hover {
	color: #5e5543; 
	text-decoration: underline;
}

/*TEXT NAV HREF*/
a.textnav {
	color: #5e5543; 
	text-decoration: underline;
	font-size: 10px;	
}

.textnav {
	color: #5e5543; 
	font-size: 10px;	
}

.title {
	color: #bf8629; 
	font-size: 20px;
	font-weight: bold;	
}

.title2 {
	color: #bf8629; 
	font-size: 17px;
	font-weight: bold;	
}

.subtitle {
	color: #5e5543; 
	font-size: 14px;
	font-weight: bold;	
}

.entersite 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5543; 
	font-size: 12px;
	font-weight: bold;	
}

.error {
	color: #ff3300; 
	font-size: 14px;
	font-weight: bold;	
}

/*OTHER*/
.entry {
	background-color: #ffffff;	
	text-align: center;
}

.copyright {
	font-size: 10px;	
	text-align: center;
	padding: 8px;
}

.button {
	font-family:Arial; 
	font-size:11px; 
	font-weight:bold;
	cursor:hand; 
	color:#ffffff; 
	background-color:#5e5543; 
}

.bgwhite {
	background-color: #ffffff;
}

.google 
{
	color: #c4af88
}

.bgbrown {
	background-color: #efe2ca;
}

/*MENU*/
.navmenu {
	background-color: #bf8629;	
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
.subnavmenu {
	background-color: #a59576;	
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
/* rollover color */
.down {
	background-color:#5e5543;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
.subdown {
	background-color:#5e5543;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
/* rolloff color */
.up {
	background-color:#bf8629;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
.subup {
	background-color:#a59576;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
/* selected menu color */
.on {
	background-color:#5e5543;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}
.subon {
	background-color:#5e5543;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	height: 24px;	
	background-image: url(../images/whiteline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: hand;
	line-height: 18pt;
}