	H1 {text-align:center; color:#ffffff; font:bold 34pt "Times new Roman"}
	H2 {text-align:center; font:normal 24pt "Old English Text MT"}
	H3 {text-align:center; color:#ffffff; padding:10px; font:bold 16pt "Times New Roman"}
	H4 {text-align:left; padding:10; margin:30; color:#ffffff; font:normal 16pt "Times New Roman"}
	H5 {text-align:left; text-decoration: underline; color:#000000; font:normal 12pt "Times New Roman"}

	A:LINK {text-decoration: none; font:normal 11pt "Times New Roman"; color: #ffffff }
	A:VISITED {text-decoration: none; font:normal 11pt "Times New Roman"; color: #ffffff }
	A:HOVER {text-decoration: underline; font:normal 11pt "Times New Roman"; color: #3f0000}
	A:ACTIVE {text-decoration: underline; font:normal 11pt "Times New Roman"; color: #3f0000 }

	P {text-align:justify; color:#000000; font:normal 11pt "Times New Roman"}
	#P1 {text-align:justify; color:#000000; font:italic 11pt "Times New Roman"}
	#P2 {text-align:left; color:#ffffff; background-color:#3f0000; padding:5px; font:bold 9pt "Times New Roman"}
	#P3 {text-decoration: underline; font:normal 11pt "Times New Roman"; color: #3f0000}
	#P4 {text-align:center; color:#ffffff; font:italic 14pt "Times New Roman"}
	#P5 {text-align:center; text-decoration: underline; padding: 8px; color:#ffffff; font:bold 14pt "Times New Roman" }
	#P6 {text-align:center;color:#000000;font:normal 12pt "Arial", "Helvetica" }
	#p7 {text-align:center; color:#3f0000; font:normal 9pt "Arial" }
	#P8 {text-align:center; color:#000000; font:italic 12pt "Times New Roman"}
	#P9 {text-align:center; color:#000000; font:bold 16pt "Times New Roman"}
	#p10 {text-align:left; text-decoration: underline; color:#000000; font:normal 12pt "Times New Roman"}
	#div1 {text-align:justify; color:#000000; font:normal 11pt "Times New Roman"}
	#div2 { text-align:center; color:#ffffff; font:normal 11pt "Times New Roman"; padding:5px; background-color:#a1702d; border:5px; border-color:#edecb3; border-style:ridge}
	#div3 {text-decoration: none; font:normal 11pt "Times New Roman"; color: #c0c0c0 }
	#div4 {text-decoration: none; padding:7px; font:normal 11pt "Times New Roman"; color: #c0c0c0 }
	#div5 {text-decoration: none; font:normal 11pt "Times New Roman"; color: #ffffff }
	#cell1 { text-align:left; background-color:#edecb3; padding:5px; border:2px; border-style:solid; border-color:#800000; font:italic 11pt "Times New Roman" }
	#cell2 { text-align:center; background-color:#d2a162; padding:2px }
	#cell3 { background-color:#3f0000 }
	#cell4 { background-color:#ad8d52 }
	#cell5 { background-color:#a1702d }
	#cell6 { background-color:#3f0000 }
	.alert {text-align:center; color:#000000; font:normal 8.0pt "Arial"}
	.foot {text-align:center; color:#000000; font:normal 7.0pt "Arial"; padding:5px}
	.current { background-color:#3f0000 }

/*CSS for the Practice Menu*/

.bevelmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 210px;
}

.bevelmenu li a{
display: block;
width: 100%;
padding: 5px 1px;
text-decoration: none;
font-weight: normal;
background-color: #a1702d;
border: 2px solid #a1702d;
text-decoration:none;
}

.bevelmenu li a:hover{
color: #ffffff;
background-color: #3e0000;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

/*CSS for the scroller*/

#pscroller1{
width: 200px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: lightyellow;
}

.someclass{ //class to apply to your scroller(s) if desired
}

