/*

COLORS:
Lightest Blue: #D6D3EB
MediumBlue: #6572A1
DarkestBlue: #49434D

DarkestRed: #A82323

Cream:  #FFF8C7
Rose: #DEB6AA
Brown:  #857367

Green: #AEC76F

*/


body {
	background-color: #DDDBEB;
}

body, td, th {
	color: #000000;
}

h1 {
	color: #49434D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
}

h2 {
	color: #7E7ABF;
	text-align: center;
}

h3 {
	margin-top: 5px;
	color:  #857367;
}

h4 {
	color:  #857367;
	margin-bottom: 6px;
}

h6 {
	color:  #7E7ABF;
}

.white {
	color: white;
}

a:link{
	color:  #A82323;
}
a:visited {
	color: #857367;
}
a:hover, a:active {
	color: #88931A;
}

.DescriptionLabel {
	color: #857367;
	font-style: italic;
	font-size: smaller;
}

.InstructionsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.BoilerPrint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	font-style: italic;
	color: #000000;
}

.Important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
}

.ContrastColor {
	color: #88931A;
}

.HighlightBackground {
	background-color: #deb6aa;
}

.ContrastBlock {
	background-color: #FBFFE7;
	border: 1px solid #857367;
	padding: 10px;
}

.LineAndHalf {
	line-height: 1.5;
}

DIV.OuterContentBlock {
	border: 2px dotted #857367; 
	background-color: #D6D3EB;
	padding: 3px;
	margin: 20px;
}

DIV.InnerContentBlock {
	background-color:white;
	padding: 10px;
}

IMG.SelectedRating {
	padding: 2px;
	border: 2px solid #88931A;
}


/* Minimizes the disruption in line spacing when images are mixed in with text */
IMG.InlineWithText {
	vertical-align: -30%;
	border: 0px none;
	margin: 0px 1px;
}