BODY {
	background-color : #e7e7e7;
	margin : 0px;
	padding : 0px;
}

A {
	color: #B71B07;
	text-decoration: none;
}

a:hover {text-decoration : underline;}

A.topmenu {
	color: #353535;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;
}

a.topmenu,a.search:hover {text-decoration : none;}

.search {
	color: #D3D3D3;
	text-decoration: none;
	font-size : 16px;
	font-weight: bold;
}

A.sidemenu {
	color: #D3D3D3;
	font-size: 12px;
	font-weight: bold;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

TABLE.main {
	background-position : top;
	background-repeat : repeat-x;
	background-image: url(../images/main_bg.jpg);
}

TD.contentright {
	background-image: url(../images/content_right_border.gif);
	background-position : top;
	background-repeat : repeat-y;
}

TD.contentleft {
	background-image: url(../images/content_left_border.gif);
	background-position : top;
	background-repeat : no-repeat;
}

TD.menuheader {
	background-image: url(../images/menu_bg.jpg);
	background-position : top;
	background-repeat : no-repeat;
}

INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

INPUT.sub {
	color: #ffffff;
	background-color: #933333;
	font-size: 12px;
	font-weight: bold;
	border: none;
}

.title {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}

.subtitle {
	color: #1D6B82;
	font-size: 16px;
	font-weight: bold;
}

.footer {
	font-size : 12px;
}

img {
	border-color: #B71B07;
}