/* COANS Stylesheet */

A:link {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}

A.Footer:link {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #183d38;
}

A.Footer:visited {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #e7b900;
}

A.Footer:hover {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #e7b900;
}

A.LINKS:link {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

A.LINKS:visited {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

A.LINKS:hover {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}

A.MEMBERS:link {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

A.MEMBERS:visited {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

A.MEMBERS:hover {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}

TD {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
}

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

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

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

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

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

INPUT.submit {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #e7b900;	
	border-width: 1px;
	border-style: solid;
	background-color: #003300;
}

