/* CSS Document */

body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:small;
	background:#999999;
	margin:0px;
}

a:link {
	color:#CC0000;
	text-decoration: none;
}
a:visited {
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	color:#660000;
	text-decoration: none;
}
p {
	font-size:small;
}
h1 {
	font-size: medium;
	color:#9A0000;
}
h2 {
	font-size: medium;
	font-style: italic;
	color:#CC0000;
}
.bold {
	font-weight:bold;
}
.smallfont {
	font-size:x-small;
}
.tableBorder {
	border: 1px solid #9A0000;
}
.mainBg {
	background:url(images/header_bot.JPG) top left no-repeat;
}
.spanH2 {
	font-size: medium;
	font-style: italic;
	font-weight:bold;
	color:#CC0000;
}
.tableBg {
	background:#EFF5F4 url(images/bgground.JPG) right top no-repeat;
}
.sideBg {
	background:url(images/side_bg.gif) repeat;
}
.bottomBg {
	background:url(images/bottom_bg.gif) repeat;
}
.errorText {
	font-weight:bold;
	color:#FF0000;
}
