html,body
{
	margin:0px;
	padding:0px;
	height:100%;
	border:none;
	background-color:#394747;
	background-image:url(../images/body_fill.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.full_height
{
	height:100%;
}

h1
{
	color:#0a4119;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	display:inline;
	text-transform:uppercase;
}

h2
{
	color:#0a4119;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	display:inline;
	text-transform:capitalize;
}

td,p,body,input,textarea
{
	font-size:13px;
	font-family:tahoma;
	color:#154b1a; 
/*	color:#27302d; */
	line-height:14px;
}

a
{
	text-decoration:underline;
	color:#2a5102;
}
a:hover
{
	text-decoration:none;
	color:#9abb3b;
}

ul
{
	list-style-image:url(../images/icon_list_item.gif);
	line-height:18px;
}

.button
{
	color:#0a4119;
	background-color:#FFFFFF;
	border: 1px solid #27302d;
	font-weight:bold;
}
.image
{
	border: 2px solid #154722;
}

.footer
{
	font-size:11px;
	color:#bec8c9;
}
.footer a
{
	color:#bec8c9;
	text-decoration:none;
}
.footer a:hover
{
	color:#dddfe1;
	text-decoration:underline;
}