body {
	background: #666666 url(images/bg.jpg) repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*A:link img, A:visited img {border-color: #000;}*/
/*A:hover img {border-color: #f00;}*/
a:hover {
	text-decoration: none
}

/*================================================================
a:link { color: #CC0000; text-decoration: none }
a:active { color: #CC0000; text-decoration: none }
a:visited { color: #CC0000; text-decoration: none }
a:hover { color: black; text-decoration: underline }

================================================================*/

a.special:link {
	color: #CCC;
	text-decoration: none;
	font-size: 10px;
}
a.special:visited {
	color: #CCC;
	text-decoration: none;
	font-size: 10px;
}
a.special:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
}


.outline {
	background-color: white;
	border: 1px solid #000000;
}

.borderline {
	border-right: 1px black;
	border-right-color: #000;
	border-right-style: outset;
}


.heading {
	font-size: 18px;
	font-weight: bold;
}
.headingsub {
	font-size: 14px;
	font-weight: bold;
}


.headingred {
	font-size: 18px;
	color: #F00;
}

.red {
	color: #F00;
	font-size: 12px;
}
.foot {
	font-size: 9px;
}
.smalltext {
	font-size: 9px;
}
.headingyellow {
	font-size: 18px;
	color: #CC0;
}
.headingblue {
	font-size: 18px;
	color: #00F;
}
.headinggreen {
	font-size: 18px;
	color: #0C3;
}
.headingorange {
	font-size: 18px;
	color: #FC0;
}
.headingpurple {
	font-size: 18px;
	color: #906;
}
.sidebg {
	background-image: url(images/bg_side.gif);

}


hr.thin {
	height: 1px;
	border: 0;
	color: #000;
	background-color: #000;
	width: 100%;
}
