body {
	font-family:  "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000000;
	background-color: #DFDFFF;
}

a:link {
	font-size: 1em;
	font-weight: bold;
	color: #000099;
	background-color: #DFDFFF;
	text-decoration: none;
}

a:visited {
	font-size: 1em;
	color: #000099;
	background-color: #DFDFFF;
	text-decoration: none;
}

a:active {
	font-size: 1em;
	color: #000099;
	background-color: #DFDFFF;
	text-decoration: underline;
}

a:hover {
	font-size: 1em;
	color: #000099;
	background-color: #DFDFFF;
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:focus {
	font-weight:bold;
}

h1 { 
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	background-color: #DFDFFF; 
	text-align: center; 
}

h2 { 
	font-size: 2em;
	font-weight: bold;
	color: #000000; 
	background-color: #DFDFFF; 
	text-align: center;
}

h3 { 
	font-size: 1.5em;
	font-weight: bold;
	color: #000099;
	background-color: #DFDFFF;  
	text-align: center;
}

h4 { 
	font-size: 2em;
	font-weight: bold;
	color: #000099; 
	background-color: #DFDFFF; 
	text-align: center;
}

h5 { 
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #DFDFFF;  
	text-align: center;
}

h6 { 
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	color: #000099; 
	background-color: #DFDFFF; 
	text-align: center;
}

.uppercase {text-transform: uppercase;
	font-size: .75em;
}

.small {
	font-size: smaller;
}

.bold {
	font-weight: bold;
}

.bold-large {
	font-weight: bold;
	font-size: 1.2em;
}

.bold-xlarge {
	font-weight: bold;
	font-size: 1.5em;
}

.heading-bold-xlarge-center {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.boldItalic {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

.underline {
font-weight: inherit;
font-size: 1em;
text-decoration: underline;
}

.redSmall {
	color: #CC0000;
	background: inherit;
	font-size: 10px;
}

.brown-bold-italic {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #663333;
	background: inherit;;
}

.italic {
	font-style: italic;
}

.bold-center {
	font-weight: bold;
	text-align: center;
}

.green-bold {
	font-weight: bold;
	font-size: 1.2em; 
	color: #006600;
	background-color: #DFDFFF;
}

.heading-greenbold-center {
	font-weight: bold;
	font-size: 1.2em; 
	color: #006600;
	background-color: #DFDFFF;
	text-align: center;
}

.center { 
	text-align: center; 
}

.right {
	text-align: right; 
}

img {
	border: none;
	display: block;  /* removes gap in IE */
}

.imgLeft {
	float:left;
}

.imgRight {
	float:right;
} 

.padding {
	padding-top: 1.5em;
}

.padding2em {
padding-top: 2em;
}

.padding2bottom {
padding-bottom: 2em;
}

.imgpadright{
	padding-right: 5px;
}

.imgpadleft {
	padding-left: 5px;
}

.imgpadtop {
	padding-top: 5px;
}

.imgpadbottom {
	padding-bottom: 5px;
}

.begindate {position: absolute; font-size: 3em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 600; color:#bb5e00; background-color: #DFDFFF; top: 80px; left: 380px; z-index: 1;}

.enddate { position: absolute; font-size: 3em; font-weight: 600; color:#990000; background-color: #DFDFFF; top: 100px; left: 450px; z-index: 4; }
