/* CSS Document */
/****************************************************************/
/*   Look */
/****************************************************************/
html, body {
    margin: 0px;
    background: #F0F2D0;
}
body, div, p, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}
.style1 {color: #000000}
.style2 {color: #000000;font-weight: bold}
.style3 {color: #9C3467}
.style4 {color: #9C3467;font-weight: bold}
.style5 {color: #81CCEE;font-weight: bold}
.style6 {color: #9C3467;font-size: large; font-family: "Bradley Hand ITC";}
/****************************************************************/
/*  Picture default layout */
/****************************************************************/
.style7 {float: right; padding-left: 10px; padding-bottom: 6px; padding-top: 2px}
/****************************************************************/
/*  Pageholder layout */
/****************************************************************/
/****************************************************************/
/*  Main Menu default look */
/****************************************************************/
div#mainmenu {
	width: 780px;
	background: #F0F2D0;
	height: 20px;
	font: #FFFFFF;
} 
div#mainmenu a:link{
	color: #FFFFFF;
	text-decoration: none;
}
div#mainmenu a:hover {
	color: #FFFFFF;
	background: #5EB1DF;
	text-decoration: none;
}
div#mainmenu a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
/****************************************************************/
/*   Left Panel menu default look */
/****************************************************************/
div#leftpanelmenu {
	background-color:#F0F2D0;
	font-weight: bold;
	text-decoration: none;
}
div#leftpanelmenu a:link{
	color: #9C3467;
	text-decoration: none;
}
div#leftpanelmenu a:hover {
	color: #FFFFFF;
	background: #9C3467;
	text-decoration: none;
}
div#leftpanelmenu a:visited {
text-decoration:none;
}
/****************************************************************/
/*   Right Panel default look */
/****************************************************************/
div#rightpanel {
	color: #000000;
}
div#rightpanel a:link {
	color: #000000;
}
div#rightpanel a:hover {
	color: #FFFFFF;
	background: #9C3467;
}
div#rightpanel a:visited {
	color: #000000;
}
/****************************************************************/
/*  Bottom Panel default look */
/****************************************************************/
div#bottompanel {
	width: 780px;
	background: #F0F2D0;
	height: 20px;
	color: #FFFFFF;
} 
div#bottompanel a:link{
	color: #FFFFFF;
	text-decoration: none;
}
div#bottompanel a:hover {
	color: #FFFFFF;
	background: #5EB1DF;
	text-decoration: none;
}
div#bottompanel a:visited {
	text-decoration: none;
	color:#FFFFFF;
}