a {
	color: #00F;
}

a:hover {
	color: #1E90FF;
}

a.legal {
	font-size: x-small;
}

a.red {
	color: #FF5959;
}
a.red:hover {
	color: Red;
}

a.linktext {
	font-size: x-small;
	font-style: italic; /*font-weight: bold;*/
	letter-spacing: 6px;
	margin-bottom: 12px;
}

a.navbar {
	font-size: x-small;
}

a.navbar, a.legal {
	color: #FF9;
	font-weight: bold;
}

a.navbar:hover {
	color: #FF0;
	font-size: x-small;
	font-weight: bold;
}

body, h1, div, div.scrshot {
	background-color: #FFF;
	color: #000080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

div.scrshot {
	text-align: center;
}

div.content {
	margin-left: 210px;
	padding: 0px 0px 6px 6px;
	text-align: justify;
}

div.leftpane {
	background: #FFF;
	border-right: 1px dashed #789;
	float: left;
	margin-top: 1px; /*	padding: 2px 2px 2px 12px;*/
	padding-left: 12px;
	text-align: center;
	width: 190px; /*border: 1px solid #789;*/
}

div.sub2content {
	background: #FFF;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 120px;
}

div.subcontent {
	background: #FFF;
	float: right;
	padding-left: 6px;
	width: 120px;
}

h1 {
	color: #4682B4;
	font-size: medium;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 4px;
}

h2.header {
	background: #E6E6FA;
	font-size: large;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}

li {
	list-style-type: square;
	margin-bottom: 12px;
	margin-top: 12px;
}

p.legal {
	font-size: x-small;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
}

p.motto {
	font-size: x-small;
	font-style: italic; /*font-weight: bold;*/
	letter-spacing: 6px;
	margin-bottom: 12px;
	text-align: right;
}

p.navbar {
	background-color: #4682B4;
	border: thin solid #5F7DA0;
	color: #FFFACD;
	font-size: xx-small;
	font-weight: bold;
	margin-top: -5px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
}

p.navbar, p.legal {
	background-color: #4682B4;
	border: thin solid #5F7DA0;
	color: #FFFACD;
	font-weight: bold;
}

p.shadowedbox, p.lightbox, p.shadowedbox2 {
	background: #E6E6FA;
	padding-bottom: 8px;
	padding-top: 3px;
}

p.lightbox {
	background: #FFFAF0;
	font-size: x-small;
	padding: 5px 5px 5px;
}
p.shadowedbox2 {
	border-bottom: 1px dashed #789;
}

span.finetext, div.legend {
	color: #483D8B;
	font-size: x-small;
	padding-left: 24px;
	text-align: left;
}

div.legend {
	padding-left: 0px;
	text-align: left;
}
span.navbarselected {
	background: #AFDBDE;
	color: #4682B4;
	font-size: x-small;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
}
img.nospies {
	margin-left: 12px;
	margin-bottom: 12px;
}

.errorRed {
	color: Red;
} 