
body	{
	background-color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.text14	{
	font-size: 14px;
}

img	{
	border: none;
}

p	{
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_center	{
display: block; margin-left: auto; margin-right: auto;
}

.back	{
	float: left;
}

.forward	{
	float: right;
}

.clear_both	{
	clear: both;
}

#header	{
	background: url(/Images/BG_BorderTop.gif) top no-repeat; padding: 0px 10px;
}

#content_main	{
	background: url(/Images/BG_BorderCenter.gif) repeat-y; padding: 0px 10px;
}

#content_main_inner	{
	margin-top: -30px; 
}

h1.green	{
	display: inline;
	font-size: 24px;
	color: #26b635;
	}
	
h1.white	{
	display: inline;
	font-size: 24px;
	color: #fff;
	}

h1.yellow	{
	display: inline;
	font-size: 24px;
	color: #fff571;
	}

h1.orange	{
	display: inline;
	font-size: 24px;
	color: #f78f2f;
	}

h2.white	{
	display: inline;
	font-size: 14px;
	color: #fff;
}

h2.orange	{
	display: inline;
	font-size: 14px;
	color: #f78f2f;
}

h2.green	{
	display: inline;
	font-size: 14px;
	color: #26b635;
}

a:link, a:visited	{
	color: #fff;
	text-decoration: none;
}

a:active, a:hover	{
	text-decoration: underline;
}

a:link.nav_green, a:visited.nav_green, a:link.nav_orange, a:visited.nav_orange, a:link.nav_yellow, a:visited.nav_yellow	{
	font-weight: normal;
	font-family: arial, sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin: 0px 10px;
}

a:active.nav_green, a:hover.nav_green, a:link.nav_green_on, a:visited.nav_green_on, a:active.nav_green_on, a:hover.nav_green_on	{
	font-family: arial, sans-serif;
	border-bottom: 4px solid #26b635;
	font-size: 18px;
	margin: 0px 10px;
	text-decoration: none;
}

a:active.nav_orange, a:hover.nav_orange, a:link.nav_orange_on, a:visited.nav_orange_on, a:active.nav_orange_on, a:hover.nav_orange_on	{
	font-family: arial, sans-serif;
	border-bottom: 4px solid #f78f2f;
	font-size: 18px;
	margin: 0px 10px;
	text-decoration: none;
}

a:active.nav_yellow, a:hover.nav_yellow, a:link.nav_yellow_on, a:visited.nav_yellow_on, a:active.nav_yellow_on, a:hover.nav_yellow_on		{
	font-family: arial, sans-serif;
	border-bottom: 4px solid #fff571;
	font-size: 18px;
	margin: 0px 10px;
	text-decoration: none;
}

.footer	{
	padding-top: 40px;
	text-align: center;
	font-size: 11px;
}

.portfolio	{
	width: 165px;
	float: left;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
.portfolio_center	{
	width: 165px;
	float: left;
	margin: 0px 12px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}

.portfolio_center img, .portfolio img	{
	margin-bottom: 3px;
}

.form_label	{
	width: 100px;
	float: left;
	clear: left;
	padding: 2px;
}
.form_data	{
	width: 400px;
	float: left;
	padding: 2px;
}

.input_data	{
	width: 250px;
}
