body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
}

td, p {
	font-size: 12px;
}

img {
	border: 0;
}

table {
	border: 0;
}

img.center {
	display: block;
	margin: 0 auto;
}

a:link, a:visited, a:hover, a:active {
	color: #C00;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.xSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
}

.smallHeader, h4 {
	font-size: 12px;
	font-weight: bold;
}

.header, h2 {
	font-size: 18px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	margin-bottom: .5em;
	font-size: 20px;
}

h2 {
	margin-bottom: .5em;
}

h3 {
	margin-bottom: .5em;
	font-size: 16px;
}

h4 {
	margin-bottom: .25em;
}

h5 {
	margin-bottom: .25em;
	font-size: 12px;
}

h6 {
	margin-bottom: .25em;
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	color: #F00;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

.buttonRow td {
	display: table-cell;
	padding-top: 1em;
}

.space, .spaceTop {
	display: block;
	margin-top: 2em;
}

.space, .spaceBottom {
	display: block;
	margin-bottom: 2em;
}

.smallSpace, .smallSpaceTop {
	display: block;
	margin-top: 1em;
}

.smallSpace, .smallSpaceBottom {
	display: block;
	margin-bottom: 1em;
}

.xSmallSpace, .xSmallSpaceTop {
	display: block;
	margin-top: .25em;
}

.xSmallSpace, .xSmallSpaceBottom {
	display: block;
	margin-bottom: .25em;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.button {
	color: #FFF;
	background-color: #C00;
	border: 1px solid #AE0000;
}
