.GeneralText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	color: #CCCC99;
	font-family: Arial, Helvetica, sans-serif;

}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #303966;
}
a:hover {
    color: #99CCFF;
}
.YellowonBlack {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
	background-color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.BlackOnWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

a.rounded {
background: transparent url( images/btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

a span {
border: 0 none;
cursor: pointer;
font-weight: bold;
display: block;
padding: 0 0 0 0px;
text-align: center;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
width: auto;
}

a.rounded span {
background: transparent url( images/btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}

a.rounded:hover {
background-position: 100% -30px;
}

a.rounded:hover span {
background-position: 0% -30px;
}

a::-moz-focus-inner {
border: none;
}
