BODY {
	background-color : #EAEAEA;
}

TABLE {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14;
}

 .sh {
	font-size : 14;
	font-family : "Courier New", Courier, monospace;
	font-weight : bold;
}
.spr {
	background-color : Silver;
	font-weight : bold;
	margin-left : 3;
	margin-right : 3;
	margin-top : 3;
	margin-bottom : 3;
	padding-bottom : 10;
	padding-left : 5;
	padding-right : 5;
	padding-top : 10;
}

A {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : bold;
	color : Blue;
	cursor : e-resize;
}


A:FOCUS {
	text-decoration : underline;
}

A:HOVER {
text-decoration : underline;	
}

A:VISITED {
	color : Teal;
}

.pod {
	font-weight : bold;
	text-align : right;
}

H1 {
	font-weight : bold;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24;
	font-variant : small-caps;
}

H2 {
	font-weight : bold;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18;
	font-variant : small-caps;
}

H3 {
	font-weight : bold;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14;
	font-variant : small-caps;
}

H4 {
	font-weight : bold;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14;
	font-style : italic;
}


.t {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14;
	}

.wb {
	color : White;
	font-weight : bold;
}

B.red {
	color : Red;
}

