body {
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	/*
	background-image: url(../images/imagename.gif);
	background-repeat: repeat-y;
	*/
}

p {
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

td {
	font-size: 11px;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

a{
	color: blue;
	font-family: verdana, arial, helvetica;
	text-decoration: underline;
}

a:hover{
	color: purple;
	font-family: verdana, arial, helvetica;
	text-decoration: underline;
}

.welcomePage {
	font-size: 16px;
	color: #7C7C7C;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
}

a.welcome{
	font-size: 16px;
	color: #7C7C7C;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}

a.welcome:hover{
	font-size: 16px;
	color: #800080;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	text-decoration: none;
}

/********** Form Styles ********************/

.entertext{
	color: #000000;
	font-size: 12px;
	background-color: #EBEBEB;
	width: 200px;
}

.required{
	color: #830000;
	/*background-color: #E0C9C9;*/
}

/********** List Styles ********************/

ol {
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 23;
}

li {
	line-height: 130%;
}

/******* Webfodder Logo Sizing for Div *********/

div.fodder{
	filter:alpha(Opacity=100);
	width:32px;
	height:32px;
}
