A:link, A:active 
	{ color: #0080FF; }
A:hover 
	{ color: #FF0000; }

body {
	SCROLLBAR-BASE-COLOR: #BAC2C9;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
}

.topnav 		{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 1.4em; color: #000000; }
a.topnav		{ color: #336699; text-decoration: none; }
a.topnav:visited	{ color: #336699; text-decoration: none; }
a.topnav:hover		{ color: #000000; text-decoration: underline; }

.fineprint 		{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height : 1.2em; color: #000000; }
a.fineprint		{ color: #0080FF; text-decoration: none; }
a.fineprint:hover	{ color: #FF0000; text-decoration: underline; }

.normal			{ font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10pt; line-height: 1.2em; color: #575757; }
a.normal		{ color: #0080FF; text-decoration: none; }
a.normal:visited	{ color: #0080FF; text-decoration: none; }
a.normal:hover		{ color: #FF0000; text-decoration: underline; }

.settitle		{ font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10pt; line-height: 1.2em; color: #575757; }
a.settitle		{ color: #575757; text-decoration: none; }
a.settitle:visited	{ color: #575757; text-decoration: none; }
a.settitle:hover	{ color: #FF0000; text-decoration: underline; }

.desc			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 8pt; line-height : 1.4em; color: #575757; }
a.desc			{ color: #0080FF; text-decoration: none; }
a.desc:visited		{ color: #0080FF; text-decoration: none; }
a.desc:hover		{ color: #FF0000; text-decoration: underline; }

.jumplinks		{ font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 11px; line-height : 1.4em; letter-spacing: 1px; color: #575757; }
a.jumplinks		{ color: #6585B1; text-decoration: none; }
a.jumplinks:visited	{ color: #6585B1; text-decoration: none; }
a.jumplinks:hover	{ color: #FF0000; text-decoration: underline; }

.copyright		{font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.2em; color: #999999;}
a.copyright		{ text-decoration: none; color : #999999;  }
a.copyright:link { text-decoration: none; color : #666666;  }
a.copyright:visited { text-decoration: none; color : #666666;  }
a.copyright:hover	{ text-decoration: underline; color : #000000;}

/* Form elements */

.submit-button
{
	background-color: #C0C0C0;
	border : 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

select.flat, textarea.flat, input.flat, 
select.error, textarea.error, input.error,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #888888;
}

select.error, textarea.error, input.error { 
	border-color : #990000;
}

textarea.code, textarea.code-gray {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 12px; 
	line-height: 15px; 
}

textarea.code-gray {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	color: #808080;
}
.picoutline {
	border: 1px solid #000000;
}

