body, td
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: Black;
	background-color: white;
}

input
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

h1
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: brown;
}

h2
{
}

h3
{
	font-weight: bold;
}

h4
{
}

.note
{
}

table
{
}

.hi
{
	font-weight: bold;
	color: #6F0000;
}


.hihi
{
	font-weight: bold;
	color: red;
}

.hihihi
{
	font-weight: bold;
	background-color: crimson;
	color: white;
	margin: 2px 2px 2px 2px;
}

.big
{
	font-size: 120%;
}

.bigbig
{
	font-size: 200%;
}

.small
{
	font-size: 0.8em;
}

.menu
{
	font-weight: bold;
	line-height: 14pt;
	background-color: #EEEEEE;
}

.pageheading
{
	color: #6f0000;
	font-family: Arial;
	background-color: #EEEEEE;
}

.tableheading
{
	background-color: lemonchiffon;
	color: navy;
	font-weight: bold;
}

.newsheading1
{
	background-color: lemonchiffon;
	color: navy;
	font-weight: bold;
}

.newsheading2
{
	background-color: lemonchiffon;
	color: navy;
}

.subscribe
{
	background-color: brown;
	color: ivory;
}


code
{
	font-family: Courier New;
	font-weight: bold;
	color: darkblue;
}

.sidebar
{
	border-top: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: ivory;
}


.footer
{
	background-color: lemonchiffon;
}

.topborder
{
	border-top: silver 1px solid;
}

.bottomborder
{
	border-bottom: silver 1px solid;
}

.rightborder
{
	border-right: silver 1px solid;
}

adsense
{
	
	left: 10%;
	vertical-align: top;
	position: relative;
	top: 0%;
	text-align: right;
}

pre
{
	border-right: navajowhite 1px solid;
	padding-right: 4px;
	border-top: navajowhite 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: navajowhite 1px solid;
	color: navy;
	padding-top: 4px;
	border-bottom: navajowhite 1px solid;
	font-family: Courier New;
	background-color: lemonchiffon;
}

a
{
	color: navy;
}

a:hover
{
	color: Black;
	background-color: wheat;
}

a.void
{
	border: white 0px solid;
	color: black;
}

a.void:hover
{
	border: white 0px solid;
	background-color: Transparent;
	color: black;
}

