

body
{
	font-family: Times, Arial;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font-size: 10pt;
	color: #51463B;
	text-decoration: none;
}

a {color: #51463B;}
a:link {color: #51463B;}
a:hover {color: #51463B;}
a:visited {color: #51463B;}

.WhiteMenu {font-family: Arial; font-size: 10pt;color: #FFFFFF;font-weight: bold;text-decoration: none;}
a.WhiteMenu {font-family: Arial; font-size: 10pt;color: #FFFFFF;font-weight: bold;text-decoration: none;}
a.WhiteMenu:link {font-family: Arial; font-size: 10pt;color: #FFFFFF;font-weight: bold;text-decoration: none;}
a.WhiteMenu:hover {font-family: Arial; font-size: 10pt;color: #FFFFFF;font-weight: bold;text-decoration: none;}
a.WhiteMenu:visited {font-family: Arial; font-size: 10pt;color: #FFFFFF;font-weight: bold;text-decoration: none;}

ul.MainList {color: #51463B; font-weight: bold;}
ul.MainList li {color: #51463B; margin-bottom: 12px; padding-left: 0px; margin-left: -10px;}

p.MainListHead {margin-left: 10px; padding-left:15px;font-weight: bold;}
p.LeftPanel {line-height: 26px;font-weight: bold;}

TD.nrPadded { padding: 3pt 5pt 3pt 5pt;}

/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#menu {
z-index:100;
width: 100%;
}
#menu td {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu td a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu td a:hover {
background: #eee;
}

#smenus {
float: left;
width: 18em;
margin: 2px;
font-family: Times, Arial; font-size: 10pt;color: #FFFFFF;text-decoration: none;
}
#smenus dl {
float: left;
width: 18em;
margin: 2px;
position: absolute;
top: 2000px;
cursor: pointer;
text-align: left;
background: #B20036;
display: none;
border: 1px solid gray;
}

#smenus li {
text-align: left;
background: #fff;
}
#smenus li a, #smenus dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#smenus li a:hover, #smenus dt a:hover {
background: #C24056;
}

.smenus {font-family: Arial; font-size: 10pt;color: #FFFFFF;text-decoration: none;}
a.smenus {font-family: Arial; font-size: 10pt;color: #FFFFFF;text-decoration: none;}
a.smenus:link {font-family: Arial; font-size: 10pt;color: #FFFFFF;text-decoration: none;}
a.smenus:hover {font-family: Arial; font-size: 10pt;color: #FFFFFF;background: #C24056;text-decoration: none;}
a.smenus:visited {font-family: Arial; font-size: 10pt;color: #FFFFFF;text-decoration: none;}

#site {
z-index: 1;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}




