/* By The Dock Of The Bay Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

A:hover {
	text-decoration: underline;
	color: red;
}

A.footer:link {
	text-decoration: none;
	color: #999999;
}

A.footer:visited {
	text-decoration: none;
	color: #999999;
}

A.footer:hover {
	text-decoration: underline;
	color: #000000;
}

TD {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}

TD.editor {
	font-family: arial;
	font-size: 9pt;
	color: #333333;
}

TD.Photo {
	font-family: arial;
	font-size: 11pt;
	font-weight: normal;
	color: #D46E06;
}

TD.footer {
	font-family: verdana,arial;
	font-size: 7pt;
	color: #666666;
}

INPUT.textbox {
	font-family: arial;
	font-size: 10pt;
	color: #000000;	
	background-color: #ffffff;
	border: 1px;
	border-style: solid;
	border-color: #000033;
}

INPUT.radiobutton {
	background-color: #ffffff;
}

INPUT.check {
	background-color: #ffffff;
}

TEXTAREA.commentbox {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	border: 1px;
	border-style: solid;
	border-color: #000033;
	background-color: #ffffff;
}

SELECT.picklist {
	font-family: arial;
	font-size: 10pt;
	color: #000000;	
	border: 1px;
	border-style: solid;
	border-color: #000033;
	background-color: #ffffff;
}

INPUT.submit {
	cursor: hand;
	font-family: verdana,arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000033;	
/*
	border-width: 1px;
	border-style: solid;
*/
	background-color: #cccccc;
}

