body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	background-image: url(images/miscellaneous/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
}
.main-table {
	border: 1px solid #000000;
	background-position: center;
}

.master-table {
	filter: Shadow(Color=black, Direction=135, Strength=10);
	padding: 10px;
	width: 955px;
	padding: 10px;
	margin: 0px;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a {
	color: #0066FF;
	text-decoration: underline;
}
hr {
	color: #666666;
	height: 1px;
}
.subtitle {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
}
.footer {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
.page-title-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-transform: uppercase;
	color: #000000;
	font-variant: small-caps;
}
.page-title-large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #ECE0D2;
	text-transform: uppercase;
	font-variant: small-caps;
}
.highlight {
	font-weight: bold;
	color: #993300;
}
