﻿body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
}

td {
	font-family: Tahoma;
	font-size: 11px;
}

.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;
}

.footer {
	font-size: 9px;
}

a.foot {
	font-size: 9px;
	color: #000000;
}

a:hover.foot {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-position: center;
	vertical-align: middle;
}

li {
	margin: 5px 0px 5px 25px;
	padding: 0px 0px 0px 3px;
	list-style-image: url(images/bullet.gif);
	list-style-position: center;
	vertical-align: middle;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #DB3D05;
	font-weight: bold;
	text-decoration: none;
}