body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background-color: #30F;
	line-height: 20px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.lightbluebg {
	background-color: #86C8FD;
	padding: 5px;
}
.medbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.medboldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.tanlink:link, .tanlink:active, .tanlink:visited {
	color: #FFCC99;
	text-decoration: none;
}
.smallboldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.tanlink:hover {
	color: #CCC;
	text-decoration: underline;
}
a.ovalbutton{
background: transparent url('round17_l[2].gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Arial, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 26px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
width: 350px;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #FFFFFF; /*button text color*/
}
a.ovalbutton span{
background: transparent url('round17_r_long[2].gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover{ /* Hover state CSS */
background: transparent url('round17_l[1].gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Arial, Helvetica, sans-serif; /* Change 13px as desired */
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 26px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
width: 350px;
}
a.ovalbutton:hover span{ /* Hover state CSS */
background: transparent url('round17_r_long[1].gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px to match value of 'padding-left' value above*/
color: #cccccc;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; 
width: 100%;
}