img { border-width: 0px }

body {
	background: #FFFFFF url("images/background.gif") left top repeat;
	margin: 0;
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
}
a { color: #000; }
p, li, h3, div { font-size: 13px; }
h1 {	font-size: 18px; }
h2 {	font-size: 15px; }
h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.footer {
	font-size: 11px;
	color: #FFFFFF;
}
.red {	color: #CC0066; }
.small {	font-size: 12px; }
.xSmall { font-size: 11px; }
ul.buttons {
	margin-left: 0;
	padding-left: 0;
}
li.buttons { background-image: url("images/button-background.jpg"); }

li.button_red {	background-image: url("images/button-background_red.jpg"); }

li.buttons, li.button_red {
	background-repeat: no-repeat;
	background-position: center;
	width: 172px;
	height: 32px;
	margin: 0px 15px 0px 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	text-transform:uppercase;
	vertical-align: middle;
	padding-top: 15px;
}
	li.buttons a, li.button_red a {
		color: #FFF;
		text-decoration: none;
	}
	li.buttons a:hover, li.button_red a:hover { text-decoration: underline; }
li.subBullet {
	background-color: #D2E4FC;
	padding: 5px;
	margin: 0px 15px 0px 15px;
	font-size: 13px;
	list-style-type: none;
	display: block;
	width: 100%;
}
	li.subBullet a {
		color: #000;
		text-decoration: none;
	}
	li.subBullet a:hover {
		color: #FFF;
		background-color: #000066;
	}
