body{
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/bkg2.gif);
	background-position: bottom;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #3C404A;
}

/* HEADERS */
h1{
	font-size: 1.6em;
	display: inline;
}
h2{
	font-size: 1.4em;
	display: inline;
}
h3{
	font-size: 1.2em;
	display: inline;
}

/* PRIMARY LINKS */
a:link, a:visited{
	color: #2652A3;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active{
	color: #6685BF;
}

/* TABLE DISPLAYS */


/* FORMS */
label{
	padding-top: 3px;
	display: block;
	width: 120px;
	float: left;
}
input{
	margin: 1px 0 2px 0;
}

