.hidden { display: none; }
.unhidden { display: block; }

body {
        font:9px verdana, arial, helvetica, sans-serif;
		
scrollbar-face-color:#CC99CC;
scrollbar-base-color:#ffffff;
scrollbar-arrow-color:#633080;
scrollbar-track-color:#633080;
scrollbar-shadow-color:#633080;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-Color:#633080;
        }
h1 {
        padding:0px;
        font-size:22px;
        font-weight:600;
        font-family:serif;
        color:#633080;
        }
h2 {
        font:bold 16px/16px serif;
        padding:0px;
        }
p {
        font:12px/22px verdana, arial, helvetica, sans-serif;
        padding:0px;
        }
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

.style2 {color: #FFFFFF}
.style3 {font-size: x-small; color: #FFFFFF; }
.style4 {font-size: 14px}
.style6 {color: #000000}
.style7 {color: #FFFFFF; font-size: 14px; }
.style8 {color: #663399}


a {
        color:#633080;
        font-size:11px/21px;
        font-family:verdana, arial, helvetica, sans-serif;
        font-weight:600;
        text-decoration:none;
        }
a:link {color:#633080;}
a:visited {color:#gray;}
a:hover {color:#gray;}

li {
        font:11px/21px verdana, arial, helvetica, sans-serif;
        padding:0px;
        text-decoration:none;
        }
  
#sidebar{
font: 9px "Times New Roman", Times, serif;
color: #633080;}

#sidebar a, #sidebar a:visited {
	color:#633080 ;
	text-decoration:none; }

#sidebar a:hover{
text-decoration:underline;}

.sidebar{
font: 14px "Times New Roman", Times, serif;
color: #633080;}


#special{
font: 9px verdana, arial, helvetica, sans-serif;
color: #000000;}

#special a, #special a:visited {
	color:#633080 ;
	text-decoration:none; }

#special a:hover{
text-decoration:underline;}

.special{
font: 14px verdana, arial, helvetica, sans-serif;
color: #000000;}


#white{
	color:#ffffff;
    font-size:11px/21px;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:600;}
.white{
	color:#ffffff;
    font-size:11px/21px;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:600;}
	
#white a, #white a:visited{
color:#FFFFFF;
text-decoration:none;}

#white a:hover{
text-decoration:underline;}	



.bottombar{
position:absolute;
left:1px;
top: 160px;
}

#icon-0, #icon-1, #icon-2 
#icon-3, #icon-4, #icon-5{
width:35px;
}



/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background:none;
	height:80px;
	padding:5px 0 5px 0px;
	width:480px;
	border:0px solid #ddd;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:2px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:2px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:180px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:180px;
}


/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion2 {
	background:none;
	height:80px;
	padding:5px 0 5px 0px;
	width:480px;
	border:0px solid #ddd;
}

/* accordion header */
#accordion2 img {
	float:left;
	margin-right:2px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion2 img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion2 div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:2px;
}

/* content inside a pane should have fixed width */
#accordion2 div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:180px;
	font-size:15px;	
}
	
#accordion2 div p {	
	font-size:11px;
	width:180px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion3 {
	background:none;
	height:80px;
	padding:5px 0 5px 0px;
	width:480px;
	border:0px solid #ddd;
}

/* accordion header */
#accordion3 img {
	float:left;
	margin-right:2px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion3 img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion3 div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:2px;
}

/* content inside a pane should have fixed width */
#accordion3 div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:180px;
	font-size:15px;	
}
	
#accordion3 div p {	
	font-size:11px;
	width:180px;
}
