body {
	background-color: #FF9999;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
}

body,td,th {
	color: #006600;
}

a {
	color: #006600;
}

.style2 {
	color: #FF9999;
	margin: 5px;
}

.bodytext {
	margin-left: 10px;
	margin-right: 10px;
}

.bodytext a {
	color: #00CC00;
}

.pTitle {
	font-size: 16px;
	text-align: center;
}

.pChampTitle {
	font-size: 16px;
	color: #00CC00;
	text-align: center;
}

/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 5px;
	color: #006600;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	/*text-decoration: underline;*/
	margin: 5px 0 0 5px;
	color: #FF9999;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: 1px solid #FFFFFF;
	/*border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
	background-color: #FF9999;
}
.m0l0oover {
	text-decoration : none;
	background-color: #006600;
	/*border: 1px solid #FFFFFF;*/
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 10px;
	color: #FF9999;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 10px;
	color: #006600;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #006600;
	border: 1px solid #FFFFFF;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #FF9999;
	/*background-image: url(img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding: 0;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
margin: 15px;
}

/*#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}*/

#pscroller1 a{
	color: #00CC00;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}

.innerDiv{
	text-align: center;
}
