#Login1_loginerror {
	color:#CC0000;
	font-size: 9px;
	font-weight: bold;
	list-style-type: disc;
 }

.button
{
	font-size: 8pt; color: #ffffff; background-color: #666666; text-decoration: none; 
}

A.button
{
	font-size: 8pt; color: #ffffff; background-color: #666666; text-decoration: none; padding-left:3px; padding-right:3px; padding-bottom:2px;
}

A.button:visited
{
	font-size: 8pt; color: #ffffff; background-color: #666666; text-decoration: none; 
}

A.button:active
{
	font-size: 8pt; color: #ffffff; background-color: #666666; text-decoration: none; 
}

A.button:hover
{
	font-size: 8pt; color: #002e42; background-color: #666666; text-decoration: none; 
}


a:link {
	color: #002e42;
	text-decoration: none;
}
a:visited {
	color: #002e42;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #002e42;
	text-decoration: none;
}


h2 {
	font-family: "Century Gothic", "Avant Garde", Arial, sans-serif;
	color: #002E42;
}

p {
	font-family: "Century Gothic", "Avant Garde", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.gssFormField
{
	border: #999999 1px solid;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.ResearchForm {
	font-family: "Century Gothic", "Avant Garde", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.gssButton_Blue
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	background-color: #003a5d;
	border: none;
	width: 50px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
}