@import url("styles.css");
@import url("forms.css");
body 
{
	background-color: #FFFFFF;
	margin: 0px;
}

.button_name
{
	font-size:18px;
}


.footer
{
 color: #194C60;
 font-size:9px;
}

.footer A:link, A:visited, A:active, A:hover
{
 color: #194C60;
 text-decoration:underline;
}

.header
{
	font-size:18px;
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2C4834;
	spacing:1px;
}

.header_white
{
	font-size:14px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	spacing:1px;
}

.sub_header
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
}

.highlight
{
	color:#CC0000;
}

.body_copy
{

}





.buttons A:link, .buttons A:visited, .buttons A:active, .buttons A:hover
{ 
	background-color:#FCDC79;
	display: block;
	line-height:26px;
	padding: 0px 30px 0px 0px;
	color: #000000; 
	text-align:center;
	text-decoration: none;
	align: center;
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;
	background-image: url(/insite_scripts/navs/nav_002/graphics/button_up.gif);
}

.buttons A:hover
{ 
	text-decoration: underline;
	background-image: url(/insite_scripts/navs/nav_002/graphics/button_downa.gif);
}

.buttons_end A:link, .buttons_end A:visited, .buttons_end A:active, .buttons_end A:hover
{
	background-color:#FCDC79;
	display: block;
	line-height:26px;
	padding: 0px 15px 0px 0px;
	color: #000000; 
	text-align:center;
	text-decoration: none;
	align: center;
	vertical-align:middle;
	background-position:right;
	background-repeat:no-repeat;
	background-image: url(/insite_scripts/navs/nav_002/graphics/button_up_end.gif);
}

.buttons_end A:hover
{ 
	text-decoration: underline;
	background-image: url(/insite_scripts/navs/nav_002/graphics/button_down_end.gif);
}

