/* CTM Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

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

TD {
	font-family: verdana,arial;
	font-size: 10pt;
}

TD.DateDisplay {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
}

TD.Footer {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
}

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

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

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

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: #003300;	
	border: 1px;
	border-style: solid;
	border-color: #000033;
	background-color: #ffffff;
}

INPUT.submit {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000033;	
	border-width: 1px;
/*	border-color: 660033;*/
/*	border-style: inset;*/
	background-color: #cccccc;
}

