/*page colors

orange background: #f7941d
yellow background: #FFCC00
green border: #8ACC8F


*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	min-width: 950px;
}	
a:link {
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	text-decoration: none;
	color: #8ACC8F;
}
a:hover {
	text-decoration: none;
	color: #8ACC8F;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
	


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.page_background {
	background-color: #f7941d;
}
.table_bkgrd {
	background-color: #FFCC00;
	border-top-color: #8ACC8F;
	border-right-color: #8ACC8F;
	border-bottom-color: #8ACC8F;
	border-left-color: #8ACC8F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Header Styles*/
.right_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
	background-image: url(../images/header/right_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_box a:active {
	color: #FF6600;
	text-decoration: none;	
}
.right_box a:hover {
	color: #8ACC8F;
	text-decoration: none;	
}
.right_box a:visited {
	color: #FF6600;
	text-decoration: none;	
}
/*Content Styles*/
.Content_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align:justify;
}
.Contact_Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.Contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	text-align:justify;
}

Button Style 
.button_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	letter-spacing: 2pt;
	text-decoration: none;
	background-color: #000000;
}

/*footer*/
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
