/* Tulips and Thistle Stylesheet */

A:link {
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
}

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

A.resform:link {
	text-decoration: none;
}

A.resform:visited {
	text-decoration: none;
}

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

A.navbar:link {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

A.navbar:visited {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

A.navbar:hover {
	text-decoration: underline;
	color: red;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #660033;
}

A.navbar2:link {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #660033;
}

A.navbar2:visited {
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #660033;
}

A.navbar2:hover {
	text-decoration: none;
	color: red;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #660033;
}

A.footer:link {
	text-decoration: none;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
}

A.footer:visited {
	text-decoration: none;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
}

A.footer:hover {
	text-decoration: underline;
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9pt;
	color: #666666;
}

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

TD.navtitle {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
}

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

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

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

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

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

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

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

