@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia;
	font-size: 75%;
	color: #000000;
	text-decoration: none;
	background-color: #323232;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.spacer {
	font-size: .4em;
}
a.link{
	padding-right:5px;
	padding-left:5px;
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
}
a.link:hover{
	padding-right:5px;
	padding-left:5px;
	font-size: 1.1em;
	color: #FFF000;
	text-decoration: none;
	font-weight: bold;
	
}
.form_text {
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.form_textarea {
	font-size: 1em;
	color: #323232;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #666666;
}

.head_green {
	font-size: 1.5em;
	color: #549F37;
	text-decoration: none;
	font-weight: normal;
	font-family: "Myriad Pro";
}

.green_text {
	font-size: 1em;
	color: #54AB05;
	text-decoration: none;
	font-weight: bold;
}


a.green_text:link, a.green_text:visited {
	font-size: 1em;
	color: #54AB05;
	text-decoration: none;
	font-weight: bold;
}

a.green_text:hover{
	font-size: 1em;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.head_blue {
	font-size: 1.5em;
	color: #3b6c90;
	text-decoration: none;
	font-weight: normal;
	font-family: "Myriad Pro";
}

.head_orange {
	font-size: 1.5em;
	color: #f4bf1a;
	text-decoration: none;
	font-weight: normal;
	font-family: "Myriad Pro";
}

.bottom_nav {
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.border {
	border: 1px solid #000000;
	font-family: "Myriad Pro";
}

.ribo_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.ri_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.bo_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}