body
	{
	color: #333333;
	margin-top: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}



.start-menu
	{
	font-size: 10px;
	}
	
.border
	{
	border: 1px solid #cccccc;
	}
/* Header  *************************************************************/

#header
	{
	height: 80px;
	}

/* Menu   *************************************************************/
.area_title
	{
	background: #777777;
	height: 20px;
	padding: 2px 0 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #eeeeee;
	}
.area
	{
	background: #efefef;
	font-size: 12px;
	padding: 5px;
	}
.hr_menu
	{
	background: #777777;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 0 5px;
	}
.hr_menu a:link { color: #ffffff; text-decoration: none; }
.hr_menu a:visited { color: #ffffff; text-decoration: none; }
.hr_menu a:hover { color: #eeeeee; text-decoration: underline; }

ul
	{
	list-style-type: none;
	padding: 5px 0 5px 2px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	}
li
	{
	list-style-type: none;
	padding: 1px 0 1px 0;
	margin: 0px;
	}
	
li a:link,a:visited{ color: #555555;}
li a:hover{ color: #ff0000;}

a:link, a:visited{color: #666666; text-decoration:none;}
a:hover {color: #990000;text-decoration:underline;}

.nav_trail
	{
	border: 1px solid #cccccc;
	font-size: 12px;
	background: #eeeeee;
	}

#sub_category
	{
	border: 1px solid #cccccc;
	font-size: 11px;
	}

/* Footer *************************************************************/
#footer
	{
	font-size: 10px;
	}
	
.footer-left
	{
	float: left;
	}

.footer-right
	{
	width: 200px;
	float: right;
	}