BODY {

	margin-left : 10px;
	margin-right: 10px;
	text-align: center;
	background-color : #666666;
}

a.footer-link { 
	color: #FFFFFF; 
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
 } 
a.footer-link:visited{
	color: #FFFFFF; 
	font-size:10px; 
	font-family:  verdana, arial, sans-serif;
 }

a.footer-link:hover{
	color: #CCFFCC; 
	font-size:10px; 
	font-family: verdana, arial, sans-serif;
 }
.table_general{
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	color: #333333;
}

.table_general_bold{
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	color: #333333;
	font-weight : bold;
}

.table_general14{
	font-family: verdana, arial, sanf-serif;
	font-size: 14px;
	color: #333333;
}

.table_general_bold_italic{
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	color: #333333;
	font-style : italic;
	font-weight : bold;
}

.general_grey{
	font-size: 14px;
	color: #CCCCCC;
}

.general_small_white{
font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: White;
}

 .table_title_grey{
	font-size: 13px;
	color: #E9E9E9;
	font-weight : bold;
	font-style :underline;
}

  #list-menu {
width: 200px;
/* this width value is also effected by
the padding we will later set on the links. */
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
margin: 0 0 0;
}

#list-menu a {
display: block;
width:200px;
height:20px;
padding: 2px 2px 2px 18px;/*top,right,bot,left*/

background:  url(images/menu_back.gif);
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {

background: url(images/menu_back_n.gif);
color: #333333;
}

#main-content {
width: 760px;
text-align: center;
}

/*Menu CSS by www.BarkWeb.co.uk */

ul, ol, li	{ margin-top: 5px; margin-bottom: 5px; margin-left: 12px }
ol			{ margin-top: 5px; margin-bottom: 5px; margin-left: 20px }

#menu  {font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	color: #333333;
}

#menu ul { margin: 0; padding: 0; list-style: none; width: 200px; /* Width of Menu Items */ border-bottom: 1px solid #999999; } 

#menu ul li { position: relative; } 

#menu li ul { position: absolute; left: 199px; /*Set 1px less than menu width */ top: 0; display: block; } 

#menu li:hover ul {display: block; } 

#menu li:hover>ul { visibility:visible; } 

#menu ul ul {visibility:hidden; } /* Fix IE. Hide from IE Mac \*/ * html 

#menu ul li { float:left; height: 1%; } * html 

#menu ul li a { height: 1%; } /* End */ /* Make-up syles */ 

#menu ul, li { margin: 0 0 0 0; } /* Styles for Menu Items */ 

#menu ul a { display: block; text-decoration: none; color: #000000; background: #ffffff; /* IE6 Bug */ padding: 5px; border: 1px solid #999999; border-bottom: 0; } 

/* Hover Styles */ 

#menu ul a:hover { color: #000000; background: #e0e2f1; } 

/* Sub Menu Styles */ 

#menu li ul a { text-decoration: none; color: #000000; background: #e7e7e7; /* IE6 Bug */ padding: 5px; border: 1px solid #666666; border-bottom: 0; } 

/* Sub Menu Hover Styles */ 

#menu li ul a:hover { color: #000000; background: #e0e2f1; } 

/* Icon Styles */ 

#menu ul a.submenu {background:#fff url("../images/r_arrow.gif") no-repeat right; } 

#menu ul a.submenu:hover {background:#e0e2f1 url("../images/r_arrow.gif") no-repeat right; }


