/* Global Styles */

body {
	margin:0px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	background-image: url(images/bg-ruby.jpg);
	}
	

	
a {
	color: #333333;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	text-decoration: none;
	background-color: #D8A647;
	}
	
#navigation a {
	color: #000000;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	background-color: #D8A647;
	}
	
#navigation a:hover {
	color:#0C4B05;
	background-color: #D8A647;
	background-position: 14px 45%;
	text-decoration: underline;
	}
	
/* Class Styles */
	
.bodyText {
	color:#333333;
	margin-top:0px;
	margin-right: 60px;
	margin-left: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	

	
.navText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

#footer {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.table_brd {
	border: 4px solid #0c4b05;
	background-repeat: no-repeat;
}
