/*
	CSS External Stylesheet for: FishResearch.org website
	Created at Image Works <http://www.imagewks.com>
	Jamie Peloquin <jamie@imagewks.com.com>
	modified to add a center class by JG, <jg@gma.org>
*/


/*	Layout styles ------------------------------------------------------------ */

body
{
	background-color: white;
}



/*	Typographic styles ------------------------------------------------------ */

p, h1, h2, h3, h4, h5, td, ul, ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

p, td, ul, ol
{
	font-size: 10px;
	color: #333;
}

a
{
	color: #339;
}

a.special
{
	color: #006;
}

.header
{
	font-size: 12px;
	font-weight: bold;
	color: #930;
}

.subhead
{
	background-color: #CCF;
	font-size: 12px;
	color: #339;
	padding: 4px 0px 4px 4px;
	width: 100%;
}

.project_title, .project_section
{
	font-size: 12px;
	font-weight: bold;
}

.formfield
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: balck;
}

.required, .error
{
	color: red;
}

/*	Other styles ------------------------------------------------------ */

.center

{
	text-align: center;
}

hr
{
	color: #99F;
	height: 1px;
}

.formtable, .updatestable, .reportstable
{
	background-color: #F8F8FF;
}
