BODY
{
	margin: 0, 0, 0, 0;
}

.side_menu
{
	width: 205px;
}

.side_menu_link
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	padding: 1px 3px 1px 22px;
	border-bottom: solid 2px #FF6600;
}

.side_menu_link a {
	text-decoration: none;
	color: #FF3300;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFD507;
	width: 100%;
}

.side_menu_link a:hover 
{
	text-decoration: none;
	background-color: #FF6600;
	color: yellow;
}

.footer_text
{
	font-family: tahoma;
	font-size: 8pt;
	color: #FF3300;
}

