/* http://www.cardinestudios.com/styles.css */
body {
	background-image: url(back.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	font-family: Trebuchet MS;

}
.GeneralPage
{
	margin: 0 auto;
	font-size: 0.9em;
	text-align: center;
}

.GeneralTable
{
background-color: #666666; /* Background Color */
}

.LeftColumn
{
	text-align: Left;
	vertical-align: Top;
	width: 170px;
	padding: 0;
	margin: 0 0 0 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-variant: small-caps;
	letter-spacing: .1em;
}


.Footer
{
font-size: 8pt; /* Font Size */
color: #FFFFFF; /* Font Color */
text-decoration: none;
background-color: #676148; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-size: 8pt; /* Font Size */
color: #000000; /* Font Color */
text-decoration: none; /* Font Style */
background-color: #E7E3D7; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Trebuchet MS; /* Font Face */
font-size: 8pt; /* Font Size */
color: Maroon; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Trebuchet MS; /* Font Face */
font-size: 8pt; /* Font Size */
color: Maroon; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none; /* Font Style */
text-align: Center; /* Align Text */
}

.Headings
{
	font-size: .9em;
	color: #86281E;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .1em;
}

.Content
{
font-size: 0.7em; /* Font Size */
color: #666666; /* Font Color */
text-decoration: none; /* Font Style */
background-color: #F4F4F4; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color: #666666;
	font-weight: Bold;
	text-decoration: none;
	text-align: Left;
}

.ContentTable
{
background-color: #E7E3D7;
}

.ContentTableHorizontal
{
background-color: #E7E3D7;
}
.IndexTable {
	color: #666666;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 0.7em;
}

.DrillCopy {
	background: #FFFFFF;
	padding: 15px;
	font-size: .7em;
	color: #666666;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #B8A569;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
h6 {
	font-size: .9em;
	color: #86281E;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .1em;
	width: 100px;
}
