body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	background-image:url(graphics/background.gif);
	background-repeat:repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
}

td, p {
	font-size: 11px;
}

img {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #600;
}

a:visited {
	text-decoration: underline;
	color: #600;
}

a:hover {
	text-decoration: none;
	color: #600;
}

a:active {
	text-decoration: none;
	color: #600;
}

.smallText {
	font-size: 9px;
}

.smallHeader, h6 {
	font-size: 13px;
	font-weight: bold;
	color: #C96;
}

.header, h3 {
	font-size: 14px;
	font-weight: bold;
	color: #C96;
}

.spaceTop {
	display: block;
	margin-top: 1em;
}

.spaceBottom {
	display: block;
	margin-bottom: 1em;
}

.space {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.lighterColor {
	color: #C96;
}

h6 {
	padding-top: .25em;
	padding-bottom: .25em;
	margin-bottom: 0em;
}

h3 {
	padding-top: 1em;
}

ul {
	margin-top: .5em;
}

.leftJustify td {
	text-align: left;
	padding-right: 1em;
}

.infoBox {
	float: right;
	margin: 0 0 1em 1.5em;
	padding: 1em;
	width: 175px;
	height: 300px;
	background-color: #FC6;
	border: 1px solid #F90;
}

.textbox {
	font-size: 11px;
}

.dropdownlist {
	font-size: 11px;
}

.checkbox {
	font-size: 11px;
}

.radiobutton {
	font-size: 11px;
}

.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #600;
	padding: 1px;
	border: 1px solid #000;
}

.block {
	display: block;
}

.ourLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

.ourLink a:link {
	text-decoration: none;
	color: #D28E00;
}

.ourLink a:visited {
	text-decoration: none;
	color: #D28E00;
}

.ourLink a:hover {
	text-decoration: underline;
	color: #D28E00;
}

.ourLink a:active {
	text-decoration: none;
	color: #D28E00;
}
