html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C5E6F9;
	margin: 0;
	text-align: center;
}

#container {
	text-align: left;
	width: 993px;
	background: url(images/body_shadow.gif) repeat-y;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

td,tr,p,div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img { behavior: url(iepngfix.htc) }

th {
	color: #333333;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000EE;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

.main {
	padding: 20px;
}

.leftNav {
	width: 200px;
	padding: 20px 10px 10px;
}

.leftNavHeadline {
	color: #569AD2;
	font: bold 22px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 10px;
}

.leftNavMain {
	padding-top: 10px;
}

.header {
	background: url(images/head_span.gif) repeat-x;
	height: 180px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
}

.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #993333;
	line-height: 26px;
	font-weight: normal;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	padding-right: 15px;
	padding-left: 15px;
}

a.copyright:active, a.copyright:link, a.copyright:hover {
	color: #999999;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 12px;
	text-decoration: none;
}

.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.headlineSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
}

.headlineBig {
	font-size: 20px;
	font-weight: bold;
	color: #4C98E1;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #3366CC;
}

.linkbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3366CC;
}

.photo_banner {
	background: #ffffff url(images/banner_span.gif) repeat-x 0 top;
}


.tableBorders {
	border: 1px solid #000000;
}

.ruleLeft {
	border-left: 1px solid #000000;
}

.ruleRight {
	border-right: 1px solid #000000;
}

.ruleRightLeft {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

.ruleRightBottom {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.ruleTop {
	border-top: 1px solid #000000;
}

.ruleTop2 {
	border-top: 1px solid #999999;
}

.ruleBottom {
	border-bottom: 1px solid #000000;
}

.ruleBottom2 {
	border-bottom: 1px solid #999999;
}

.makeReportHead {
	background: #4C98E1;
	border-bottom: 2px solid #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.makeReportHead2 {
	background: #333333;
	border-bottom: 2px solid #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

#conditionsHeader {
	border: 1px dotted #000000;
	padding: 8px;
	margin: 6px;
	background-color: #f8f6e0;
}

#saveBox {
	padding: 6px;
	border: 1px dashed #000000;
	background-color: #ffffcc;
	margin: 2px;
}

#title {
	z-index: 4;
	margin: 0 auto;
	padding: 0;
	background-image: url(images/title.png);
	width: 466px;
	height: 40px;
	position: relative;
	bottom: 20px;
}

