body {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
}

td {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #F4ED8A;
	font-weight: bold;
	text-decoration: none;
}

a.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #F4ED8A;
	text-decoration: none;
}

a.main {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.main:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #E44D09;
	text-decoration: none;
}

a.side {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.side:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #E44D09;
	text-decoration: none;
}

.padding {
	padding: 5px;
}

.menu_bg {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
}

.menu_padding {
	padding: 2px;
}

.menu_margin {
	margin-bottom: 5px;
}

.glow_left {
	background-image: url(images/white_left.gif);
	background-position: right;
	background-repeat: repeat-y;
}

.glow_right {
	background-image: url(images/white_right.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.glow_bottom {
	background-image: url(images/white_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;

}

.white_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.header {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

ul.news {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-position: center;
	vertical-align: middle;
}

li.news {
	margin: 0px 0px 0px -15px;
	padding: 0px 0px 5px 2px;
	list-style-image: url(images/news.png);
	list-style-position: center;
	vertical-align: middle;
	line-height: 15px;
}

.left_side {
	background-image: url(images/left_side.gif);
	background-repeat: repeat-y;
}

.right_side {
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
}