﻿body
{
	margin-top:0px;
	background-color:white;
	font-family:Tahoma;
	font-size:8pt;
	text-align:justify;
	color:#515151;
	line-height:16px;
}

input
{
	font-size:8pt
}

td div
{
	padding:0px 10px 10px 10px;
}

#structure
{
	border-bottom:black solid 1px;
	border-left:1px black solid;
	border-right:1px black solid;
}

#header
{

}

#middle
{
	vertical-align:top;
}

#menu
{
	background-image:url('images/bg-menu.gif');
	background-repeat:repeat-y;
	width:246px;
	vertical-align:top;
}

#menu .menu-title
{
	color:#f5932a;
	font-size:10pt;
	font-weight:bold;
	background-image:url('images/arrow.gif');
	background-repeat:no-repeat;
	padding-left:15px;
	background-position: left 5px;
	text-decoration:none;
}

#menu .menu-title a
{
	color:#f5932a;
	text-decoration:none;
}

#menu .menu-title a:link
{
	color:#f5932a;
	text-decoration:none;
}

#menu .menu-title a:visited
{
	color:#f5932a;
	text-decoration:none;
}

.sub-menu
{
	padding-left:15px;
}

.sub-menu a
{
	text-decoration:none;
	color:#515151;
}

.sub-menu a:link
{
	text-decoration:none;
	color:#515151;
}

.sub-menu a:visited
{
	text-decoration:none;
	color:#515151;
}

#menu-bottom
{
	background-image:url('images/bg-menu-bottom.png');
	background-repeat:no-repeat;
	height:14px;
	background-color:#956424;
}

#footer
{
	padding:4px 24px 0px 24px;
	background-repeat:repeat-x;
	background-color:#fed369;
	color:#494949;
	text-align:center;
}

#footer a:link
{
	text-decoration:none;
	color:#494949;
}

#footer a:visited
{
	text-decoration:none;
	color:#494949;
}


.orange
{
	background-color:#956424;
	color:white;
	background-image:url('images/bg-orange.gif');
	background-repeat:repeat-x;
}

.gray
{
	background-color:white;
	color:#515151;
	height:200px;
}

.list-top
{
	background-image:url('images/list-top.gif');
	background-repeat:no-repeat;
	height:10px;
	width:665px;
}

.list-title
{
	background-image:url('images/bg-list-title.gif');
	background-repeat:repeat-x;
	height:12px;
}


.list-mid
{
	background-image:url('images/list-mid.gif');
	background-repeat:repeat-y;
	width:665px;
}

#mtitle
{
	color:black;
	text-transform:uppercase;
	text-align:center;
}


.list-bottom
{
	background-image:url('images/list-bottom.png');
	background-repeat:no-repeat;
	height:10px;
	width:665px;
}

.search
{
	text-align:center;
	font-size:9pt;
}


