body {
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/_background.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.35em;
	text-align: center;
}

td, p {
	font-size: 14px;
}

img {
	border: 0;
}

table {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #006;
}

a:visited {
	text-decoration: underline;
	color: #006;
}

a:hover {
	text-decoration: none;
	color: #006;
}

a:active {
	text-decoration: none;
	color: #006;
}

.smallText {
	font-size: 9px;
	font-weight: normal;
}

.xSmallText {
	font-size: 8px;
	font-weight: normal;
}

.largerText {
	font-size: 14px;
}

.largerText td {
	font-size: 14px;
}

.smallHeader {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 20px;
	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;
	font-size: 16px;
}

h3 {
	margin-bottom: .5em;
	font-size: 14px;
}

h4 {
	margin-bottom: .25em;
	font-size: 14px;
}

h5 {
	margin-bottom: .25em;
	font-size: 10px;
}

h6 {
	margin-bottom: .25em;
	font-size: 8px;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	color: #F00;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

.space {
	display: block;
	margin: 2em 0;
}

.spaceTop {
	display: block;
	margin: 2em 0 0 0;
}

.spaceBottom {
	display: block;
	margin: 0 0 2em 0;
}

.smallSpaceTop {
	display: block;
	margin: 1em 0 0 0;
}

.smallSpaceBottom {
	display: block;
	margin: 0 0 1em 0;
}

.xSmallSpaceTop {
	display: block;
	margin: .25em 0 0 0;
}

.xSmallSpaceBottom {
	display: block;
	margin: 0 0 .25em 0;
}

.pageHeader {
	display: block;
	margin-bottom: 10px;
}

.floatRight {
	display: block;
	float: right;
}

.partnerPhotos {
	padding: 0 20px 20px 0;
}

.partnerPhoto {
	display: block;
	float: right;
	padding: 10px 0 20px 20px;
}

.clientName {
	display: block;
	margin: 0 0 1em 0;
	color: #006;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.button {
	color: #FFF;
	background-color: #006;
	padding: 1px;
	border: 1px solid #000;
}
