/* *********** standard styles ******************* */
BODY {
	//font-family: "Times New Roman", times, serif;
	font-family: "Arial", helvetica;
	font-size: small;
	background-color: #E7E7FE;
	margin-top: 0px;
}

A { color : #000000; }

A:ACTIVE { color : #101010; }

A:HOVER {
	color : #050505;
	text-decoration : underline;
}
A:LINK { color : #020202; }

A:VISITED { color : #151515; }

TD {
	//font-family: "Times New Roman", times, serif;
	font-family: arial, helvetica;
	color : #000000;
	font-size : small;
}

TABLE.master_table { max-width: 55em; margin-left: auto; margin-right:auto; }

/* **************** link subclasses ************ */

A.menu {
	font-family: "Lucida Sans Unicode", helvetica, courier;
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
}

A:HOVER.menu {
	text-decoration: underline;
}

A:VISITED.menu {
	color: #FFFFFF;
}

A.invisible {
	text-decoration: none;
}
A:HOVER.invisible {
	text-decoration: underline;
}

P { margin-top: 1px; }

.nospace { margin-top: 1px; }

.nospacebig { margin-top: 1px; font-size: medium; }

.inline {
	margin-top : 1px;
	margin-bottom : 1px;
}

/* *********** Hx subclasses ******************* */
H1 {
	font-size: x-large;
	font-family: "Lucida Sans Unicode", helvetica, courier;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

A.H1 {
	text-decoration: none;
	color: black;
}

A:visited.H1 {
	text-decoration: none;
}

A:hover.H1 {
	color: #100500;
}

H2 {
	font-family: "Lucida Sans Unicode", helvetica, courier;
	color : #000000;
	font-size : medium;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top: 14px;
}

H3 {
	font-family: "Lucida Sans Unicode", helvetica, courier;
	color : #000000;
	font-size : medium;
	margin-bottom : 0px;
	margin-top: 14px;
}

H4 {
	font-family: "Lucida Sans Unicode", helvetica, courier;
	color : #000000;
	margin-bottom : 2px;
	margin-top: 10px;
}

/* *********** list subclasses ******************* */

UL OL {
	margin-top : 1px;
}

/* will also set text color to white */
.wborder {
	color: white;
	border-width: medium;
}

TABLE.singleborder { border-width: 1px; border-style:solid; border-color: #000000; }
