/*<group=Link tags>*/

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

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

A:visited { color: #ff9; text-decoration: none; }

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

/*</group>*/

/*<group=Common tags>*/
body {
	background-color: white;
	margin: 0;
	top: 0;
	left: 0;
}

P, TH, TD, LI, DD, blockquote {
	color: silver;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font-weight: bold;
	font-size: 24px;
}

H2 {
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H3 {
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H4 {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

pre, code {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 12px;
}

/*</group>*/
/*<group=Custom tags>*/
#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 245px;
}

#main-content {
	position: relative;
	left: 0;
	margin-left: 280px;
	padding-top: 30px;
	padding-right: 30px;
}

.intro {
	text-align: center;
	position: relative;
	background-color: none;
	background-image: none;
}

.footer {
		color: #286f91;
		font-size: 10px;
		text-align: right;
		padding-top: 20px; }

.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px;
}
.onlight { color: #003; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
/*</group>*/

