/* Rivendell Software Stylesheet */

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

A:link {
	text-decoration: none;
	color: blue;
}

A:visited {
	text-decoration: none;
	color: purple;
}

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

A.Thumb:link {
	color: #003333;
	text-decoration: underline;
}

A.Thumb:visited {
	color: #003333;
	text-decoration: underline;
}

A.Thumb:hover {
	color: #003333;
	text-decoration: underline;
}

A.Navbar:link {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.Navbar:visited {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

A.Navbar:hover {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ff3300;
	text-decoration: none;
}

A.Navbar2:link {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
}

A.Navbar2:visited {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
}

A.Navbar2:hover {
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
}

A.Footer:link {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}

A.Footer:visited {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}

A.Footer:hover {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}

A.footer:link {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
A.footer:visited {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
A.footer:hover {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}

TABLE {
	border: none;
	border-width: 0px;
	border-spacing: 0px;
}

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

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

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

TD.tollfree {
	font-family: verdana,arial;
	font-size: 13pt;
	font-weight: bold;
	color: #cccccc;
}

.Caption {
	font-family: verdana,arial;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

INPUT.textbox {
/*	margin-top: 4px; */
/*	margin-bottom: 4px; */
/*	height: 20px;*/
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;	
	background-color: #ffffff;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

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

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

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

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

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