body {
	
	color:#000000; font-family:sans-serif, times; font-size:10px
}

h1 { 

    font-family: sans-serif, "Times New Roman", Times, serif; 

    font-size: 14px; 

    font-weight: bold; 

    color: #000000; 
} 

	
h2 { 

    font-family: sans-serif, "Times New Roman", Times, serif; 

    font-size: 12px;

    font-weight: bold; 

    color: #000000;
} 

.green {
	font-style: normal;
	color: #009900;
}
.easyread {
	color: #000000;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.footer:link {text-decoration: none; color: #85AD35; font-weight: bold;}
a.footer:visited {text-decoration: none; color: #85AD35; font-weight: bold;}
a.footer:active {text-decoration: none; color: #85AD35; font-weight: bold;}
a.footer:hover {text-decoration: none; color: #FF6600; font-weight: bold;}

.cpwiz {font-size: 10px; color: #000000; font-weight: bold;}
.cpwiz A:link {text-decoration: none; color: #85AD35; font-weight: bold;}
.cpwiz A:visited {text-decoration: none; color: #85AD35; font-weight: bold;}
.cpwiz A:active {text-decoration: none; color: #85AD35; font-weight: bold;}
.cpwiz A:hover {text-decoration: none; color: #FF6600; font-weight: bold;}

/* PAGE */

#corner {

	-moz-border-radius: 38px;
	-webkit-border-radius: 38px;
	border-radius: 0px 0px 38px 0px;
	background-color: #D6D6D6;
	height:inherit;
	padding:8px;
}

#main {
	padding: 4px;
}

#feature {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px 12px 12px 12px;
	background-color: #EFEFEF;
	padding:8px;
}

#sessionleft {
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-radius: 12px 0px 0px 12px;
}

#sessionright {
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-radius: 0px 12px 0px 0px;
	
}

/********************
 * accordion *
 ********************/
#accordion-slider-wrap{
 background: #AEAEAE url('slider-shadow.png') bottom center no-repeat;
 padding: 0 0 0 0;
}
ul#accordion-slider{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
}
ul#accordion-slider li{
 display: block;  
 overflow: hidden;  
 padding: 0;
 float: left;
 width: 157px;
 height: 300px;
}
 
}
