body {
	font-family: Century Gothic, Helvetica, Arial, Geneva, sans-serif;
	background-color: #007A41;
}
.tiny {
	font-family: Century Gothic, Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
}

.golden {
	color: #907141;
	font-weight: bold;
}

.heading {
	color: #907141;
	font-weight: bold;
	font-size: 14px;
}

.content_area {
	width: 960px;
	background-color: #00532F;
	background-image: url("images/content_bg.jpg");
}

.login {
	width: 280px;
	height: 287px;
	background-image: url("images/login_bg.jpg");	
	
}

td {
	font-family: Century Gothic, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: black;
	border: 1px;
}

td.main {
	background-color: #FFFFFF;
	background-image: url("images/white_main_bg.jpg");		

}

.footer {
	text-align: center;
	background-color: #CD6427;
	background-image: url("images/orange_bg.jpg");	
}

.right_head_tab {
	background-image: url("images/top_buttons.jpg");
}

.upper_bar {
	background-color: #EAA92D;
	background-image: url("images/upper_bar.jpg");
}

.bottom_bar {
	background-color: #FFFFFF;
	background-image: url("images/bottom_bar.jpg");
}

h4 {
	color: #907141;
}

a:link {
	text-decoration: underlined;
	color: #256AB7;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #256AB7;
	text-decoration: underlined;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: #1C4C82;
	text-decoration: underlined;
	font-weight: bold;
	font-size: 12px;
}

a.right_head:link {
	text-decoration: none;
	color: #FFEFC0;
	font-weight: bold;
}
a.right_head:visited {
	color: #FFEFC0;
	text-decoration: none;
	font-weight: bold;
}
a.right_head:hover {
	color: #FADF80;
	text-decoration: none;
	font-weight: bold;
}


a.biggie:link {
	text-decoration: underlined;
	color: #256AB7;
	font-weight: bold;
	font-size: 14px;
}
a.biggie:visited {
	color: #256AB7;
	text-decoration: underlined;
	font-weight: bold;
	font-size: 14px;
}

a.biggie:hover {
	color: #1C4C82;
	text-decoration: underlined;
	font-weight: bold;
	font-size: 14px;
}

.white {
	font-family: Century Gothic, Helvetica, Arial, Geneva, sans-serif;
	color: #FFFFFF;	
}

.rightborder {
	border-right-style: groove; 
	border-right-width: 2px;
	border-bottom-style: ridge;
	border-bottom-width: 2px;
}

.rightonly {
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #D4D4D4;
}

.bottomdotted {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #D4D4D4;
}

.topdotted {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #D4D4D4;
}


.rightdotted {
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #D4D4D4;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #D4D4D4;	
}



