/* Active Office Stylesheet */

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

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;
}

A.submenu:link {
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}

A.submenu:visited {
	text-decoration: none;
	color: #666666;
	background-color: #ffffff;
}

A.submenu:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #ffffcc;
}

A.submenu2:link {
	text-decoration: none;
	color: #660033;
	background-color: #ffffcc;
}

A.submenu2:visited {
	text-decoration: none;
	color: #660033;
	background-color: #ffffcc;
}

A.submenu2:hover {
	text-decoration: none;
	color: #660033;
	background-color: #ffffcc;
}

TD {
	font-family: verdana,arial;
	font-size: 8pt;
	color: #000000;
}

TD.tagline {
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;
}

TD.contact {
	font-family: verdana,arial;
	font-size: 9pt;
	color: #000000;
}

TD.submenu {
	font-family: tahoma,verdana,arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.categorymenu {
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

TD.content {
	font-family: arial;
	font-size: 9pt;
	color: #000000;
}

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

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

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

TD.news {
	font-family: arial;
	font-size: 8pt;
	color: #666666;
}

TD.productname {
	font-family: verdana,arial;
	font-size: 11pt;
	font-weight: bold;
	color: #660033;
}

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

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

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

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

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

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

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

