body { 	margin:0px; background-image: url('../images/background.jpg');
	background-repeat:repeat-x
} 

body.mceContentBody {
 	  background: #FFF;
}


p	{font: 10pt Verdana; margin:10px; color: #000000}
.header	{font: 12pt Verdana; font-weight: bold; margin-top: 10px; margin-bottom:10px; color: #b31f05; text-align: center}
td	{font: 10pt Verdana; color: #000000}
h2	{font: 11pt Verdana; margin:10px; font-weight:bold;}
h3	{font: 10pt Verdana; margin:10px; color: #b31f05; font-weight:bold;}
h4	{margin: 20px;}
h6	{font-weight: bold; font-size: 1.3em; color: #b31f05;}
a.large	{font-weight: bold; font-size: 1.3em; color: #b31f05; margin:10px;}
p.footer	{font-size: 8pt; color: #66665f;}

a { color: #000000; font:bold;} 
td.a { color: #000000; font:bold;} 

.smlheading { font:bold 12px Verdana; color: #000000; } 

.smllink {font:normal 10px Verdana; color: #000000; }

a.namelink { font:bold 12px Verdana; color: #6c6c6c; }

img	{border: 0}

.borderall { border: solid 1px #000000; background-color: #eeeeee; }
.borderbottom { border-bottom: solid 1px #000000; background-color: #eeeeee; }
.bordernoleft { border-right: solid 1px #000000; border-top: solid 1px #000000; border-bottom: solid 1px #000000; background-color: #eeeeee; }
.bordernoright { border-left: solid 1px #000000; border-top: solid 1px #000000; border-bottom: solid 1px #000000; background-color: #eeeeee; }


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #c1c1c1;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #eeeeee;
width: 200px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c1c1c1;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#710f63;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: white;
}

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 580px;
height: 20px;
border: 1px ridge black;
padding: 5px;
background-color: #eab282;
font-weight: bold;
text-align: center;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #eab282;
}

.someclass{ //class to apply to your scroller(s) if desired
}