/* 	CSS Document 
	Stafford Johnson
*/

html, body
{
	width				:100%;
	height				:100%;
	margin-top			:0px;
	margin-left			:0px;
	background-color	:#F0EEEC;
}

/*styled tags*/
table
{
	font-family			:Arial, Helvetica, sans-serif;
	font-weight			:normal;
	font-size			:12px;
	color				:#000066;
	background-color	:#FFFFCB;
}

a
{
	border				:none;
}

h1
{
	font-family			:Arial, Helvetica, sans-serif;
	font-weight			:bold;
	font-size			:13px;
	color				:#000066;
}

/*forms*/
textarea, select, option
{
	font-family			:Arial, Helvetica, sans-serif;
	font-weight			:normal;
	font-size			:12px;
	color				:#000066;
	width				:165px;
}

.textboxes
{
	font-family			:Arial, Helvetica, sans-serif;
	font-weight			:normal;
	font-size			:12px;
	color				:#000066;
	width				:165px;
}

/*classes*/
.text
{
	font-family			:Arial, Helvetica, sans-serif;
	font-weight			:normal;
	font-size			:12px;
	color				:#000066;
}

/*links*/
a:link, a:visited
{
	color				:#ad1d24;
	font-weight			:bold;
	text-decoration		:none;
}

a:hover
{
	color				:#000066;
	font-weight			:bold;
	text-decoration		:none;
}

a.pS:link
{
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:10px;
	font-weight			:normal;
	color				:#AD1D24;
	text-decoration		:none;
	text-align			:center;
	display				:block;
	border-width		:1px;
	border-style		:solid;
	border-color		:#AD1D24;
}

a.pS:visited
{
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:10px;
	font-weight			:normal;
	color				:#AD1D24;
	text-decoration		:none;
	text-align			:center;
	display				:block;
	border-width		:1px;
	border-style		:solid;
	border-color		:#AD1D24;
}

a.pS:hover
{
	font-family			:Arial, Helvetica, sans-serif;
	font-size			:10px;
	font-weight			:normal;
	color				:#FFFFFF;
	text-decoration		:none;
	background-color	:#AD1D24;
	text-align			:center;
	display				:block;
	border-width		:1px;
	border-style		:solid;
	border-color		:#AD1D24;
}


a.search:link, a.search:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
	border-style:solid;
	border-width:2px;
	border-color:#7073A1;
	height:20px;
	background-color:#9E0001;
	vertical-align:middle;
	padding:4px;
	
}

a.search:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
	border-style:solid;
	border-width:2px;
	border-color:#7073A1;
	height:20px;
	background-color:#003366;
	vertical-align:middle;
	padding:4px;
}