/* global-styles.css version 1.0 Nov 2006 */

body {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#663399;
}

body, th, td, dd, li {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height : 16px;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color:#330066;
	text-decoration: underline;
}

a:active, a:hover {
	color: #000099;
	text-decoration: underline;
}

/* begin class styles */
.email {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: Blue;
	font-weight: 600;
	text-decoration: none;
	line-height : 18px;
}

.email:hover {
	color: Red;
	text-decoration: underline;
}

.footer {
	font-size: 10px;
	color: #ffffff;
	line-height: 12px;
}

.footer A:link {
	color: #ffffff;
	text-decoration: none;
}

.footer A:visited {
	color: #999999;
	text-decoration: none;
}

.footer A:active, .footer A:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFF66;
}

.registered {
	font-size: 9px;
	color: #ffffff;
	line-height: 12px;
}

.sectitle {
	color: #000066;
	font-size: 18px;
	font-weight: bold;
}

.secsupplemental {
	color:#000066;
	font-size: 14px;
}

.secnav {
	font-size: 9px;
}
.innerheading {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.emphasize {	font-weight: bold;
	color: #990000;
}

.smalltext {
	font-size: 10px;
	line-height: 12px;
}

