a:link		{color: blue;}
a:visited	{color: purple;}
a:hover		{color: green; text-decoration: underline;}
a:active	{color: red;}
a		{text-decoration: none;}

/* The fonts */

.null {
	margin:	0;
}
.hideit {
	font-size:	x-small;
	color:		#C6E7FF;
	margin:	0 0 0 10px;
}
.h1 {
	font-size:	small;
	color:		#0006A7;
	margin: 10px 0 0 0;
	text-align:	center;
}
.h2 {
	font-size:	125%;
	font-weight:	bold;
	font-variant:	small-caps;
	color:		#000000;
	text-align:	center;
}
.h3 {
	font-size:	100%;
	font-weight:	bold;
	color:		#000000;
	font-variant:	small-caps;
	text-align:	center;
}
.h4 {
	font-size:	100%;
	font-weight:	bold;
	color:		#000000;
	text-align:	left;
}
.errortext {
	font-size:	100%;
	font-weight:	bold;
	color:		#FF0000;
	text-align:	left;
}
.banner {
	font-size:	150%;
	font-weight:	bold;
	color:		#000066;
	margin-top:	10px;
/*	margin-left:	20px;*/
	text-align:	left;
}
.foot {font-size: 75%; color: #000000; text-align: center;}
.footLeft {font-size: 75%; color: #000000; text-align: left; padding: 0 0 0 10px;}
.footRight {font-size: 75%; color: #000000; text-align: right; padding: 0 10px 0 0;}

.formStdText {font-size:100%; text-align:left; color:#000000; margin:5px 5px 5px 5px;}
.formStdTextCtr {font-size:100%; text-align:center; color:#000000; margin:5px 5px 5px 5px;}

.button {
	font-weight:	bold;
	font-size:	small;
	color:		#000000;
	text-align:	center;
}
.menuitem {
	font-weight:	bold;
	font-size:	75%;
	color:		#000000;
	text-align:	left;
	padding:	0 0 0 10px;
}
.stdText {
	font-size:	small;
	color:		#000000;
	text-align:	left;
	padding:	0 0 5px 0;
	margin:	0;
}
.stdBoldText {
	font-size:	small;
	font-weight:	bold;
	color:		#000000;
	text-align:	left;
	padding:	0 0 5px 0;
	margin:	0;
}
.stdmail {
	color:		#000000;
	text-align:	left;
	padding:	0 0 5px 0;
}
.listheadingleft {
	font-size:	small;
	font-weight:	bold;
	color:		#000000;
	text-align:	left;
	margin:	5px;
}
.listheadingcenter {
	font-size:	small;
	font-weight:	bold;
	color:		#000000;
	text-align:	center;
	margin:	5px;
}
.listelementleft {
	font-size:		small;
	color:			#000000;
	text-align:		left;
	margin:		5px;
}
.listelementcenter {
	font-size:		small;
	color:			#000000;
	text-align:		center;
	margin:		5px;
}
.listingborders, .listingHeadborders {
	vertical-align:		middle;
	border-top-width:	0;
	border-right-width:	0;
	border-left-width:	0;
	border-bottom-width:	1px;
	border-bottom-color:	black;
}
.listingHeadborders {
	border-bottom-style:	solid;
}
.listingborders {
	border-bottom-style:	dotted;
}
.formControl {font-size:75%; font-weight:bold; color:#000000; margin:5px 0 5px 0;}

.fieldTip {font-size:65%; font-style: italic; color:#000000; margin:0 0 0 5px;}
