body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #A00;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#page #content {
	background-color: #FFF;
	padding: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	display: inline;
	margin: 0px;
}
h1.page-title {
	font-size: 28px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
	text-align: center;
}
h1.block-title {
	display: block;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	display: inline;
	margin: 0px;
}
ul {
	padding: 0px 0px 0px 25px;
	margin-left: 0px;	
}
ul.checkmarks {
	list-style-image: url(images/check.gif);
	margin: 2px 1px;
}
ul.checkmarks li {
	padding: 0px 0px 3px;
}
.popup_subtext {
	padding: 5px 5px 0px;
	margin: 15px 5px 0px;
	border-top: 1px #CCC solid;
	text-align: left;
}
.error {
	background-color: #FFDDDD;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
#footer, #footer a {
	font-size: 10px;
	color: #FFF;
}

/* Bold CSS Buttons - Dynamic Drive CSS Library */
a.boldbuttons {
background: transparent url('images/cssbutton_left.gif') no-repeat top left;
display: block;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;
}
a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons {
color: white; /*button text color*/
}
a.boldbuttons span {
background: transparent url('images/cssbutton_right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}
a:hover.boldbuttons { /* Hover state CSS */
text-decoration: underline;
}
/* End Bold CSS Buttons */

