.ChrisButton {
  width:80px;
  height:43px;
  background-image:URL('images/button_norm.png');
  cursor:pointer;
  display:inline-block;
  cursor:pointer;
  display:inline;
  }
.ChrisButton: hover {
  background-image:URL('images/button_hov.png');
  cursor:pointer;
}
.ChrisButton: active {
  background-image:URL('images/button_norm.png');
  cursor:pointer;
  }

#ajaxticker1{
position: relative;
width: 200px;
height: 100px;
border: 1px ridge black;
padding: 5px;
background-color: #000000;
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: #000000;
position: relative;
align: center;
}

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

#cache {
position:absolute;
z-index: 10;
visibility:hidden;
}

.my_body {
        background-color: #000000;
	background-repeat: repeat;
	padding: 0;  
	margin: 0;
	position: relative;
}

#my_content
        {
        border: 2px solid #CAE799;
        background-color: #000000;
	background-repeat: repeat;
	color: #00CCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
        }

#my_content a:link, #my_content a:visited
{
text-decoration: none;
color: #0000FF;
}
#my_content a:hover, #my_content a:visited:hover
{
text-decoration: none;
color: #006666;
}

#cache {
position:absolute;
z-index: 10;
visibility:hidden;
}

input.my_button, .my_button {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 5px;
 margin-left: 5px;
 position: relative;
 text-decoration: none;
 cursor: pointer;
 border: 2px solid #CAE799;
}

.my_text{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin-top: 5px;
 margin-bottom: 5px;
 background-color: #D7E5F2;
 size: 10;
 color: #102132;
 border: 2px solid #CAE799;
}

.my_button a:link {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #D7E5F2;
 color: #102132;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-right: 5px;
 margin-left: 5px;
 position: relative;
 text-decoration: none;
 cursor: pointer;
 border: 2px solid #CAE799;
}

.my_pgrph {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FF7F50;
}

.my_title {
	width: 100%;
	font-size: 14px;
        background-color: #CAE799;
	text-align: center;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: Black 5px;
}

.my_table {
	text-align: center;
	width: 90%;
        align: center;
}

.my_td {
	padding: 0px;
}

#my_bullets {
	position: relative;
	left: 5px;
	text-align: left;
}

hr.my {
	width: 100%;
}

.my_img {
	border: dotted 2px #778899;
        position: relative;
}

.my_spectable {
	text-align: center;
        border: solid 2px #778899;
        border-collapse: collapse;
}

.my_spectd {
	text-align: center;
        border-top: solid 1px #778899;
        border-collapse: collapse;
}

.my_small {
	font-size: xx-small;
	color: #0000FF;
}

.my_normal {
	font-weight: bolder;
	color: #0000FF;
}

h3.my_bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: small;
	color: #FFFFFF;
}

h3.my_boldred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: small;
	color: #CAE799;
}

.my_red {
	color: #FF0000;
	font-weight: bolder;
}

.my_green {
	color: #CAE799;
}

.my_li {
	color: #00FFFF;
}

.my_smallblue {
	color: #0000CC;
	font-size: x-small;
	text-align: centre;
}

.my_smallred {
	color: #FF0000;
	font-size: x-small;
	text-align: centre;
}

h3.my_boldgreen {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: small;
	color: #00CCCC;
}

h3.my_boldred {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: small;
	color: #CAE799;
}

.my_reserve {
	font-size: 28px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}