@import "positioning.css";
@import "style.css";


/*
	Body Styles
*/
body
{
	background:			#e0e0e0;
	color:				#333333;
	font-family:		Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
	font-size:			11px;
	margin:				16px;
	padding:			0px;
	text-align:			center;
}

p, td
{
	color:				#333333;
	font-family:		Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
	font-size:			11px;
	vertical-align:		top;	
}

h1
{
	border-bottom:		solid 2px #3e7708;
	color:				#3e7708;
	font-size:			16px;
	font-weight:		bold;
	margin-bottom:		10px;
}

h2
{
	color:				#3e7708;
	font-size:			12px;
	font-style:			italic;
	margin-bottom:		10px;
}

input
{
	font-family:		Verdana, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
	font-size:			12px;
}

a, a:active, a:focus, a:link, a:visited
{
/*	color:				#6ab029;*/
	color:				#3e7708;
	font-weight:		bold;
	text-decoration:	none;
}

a:hover
{
/*	color:				#6ab029;*/
	color:				#3e7708;
	font-weight:		bold;
	text-decoration:	underline;
}

li
{
	line-height:		1.5em;
	list-style-image:	url(http://www.inpute.com/content/images/icons/green_button.png);
}

