/*  Document Parts */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

img {
	border: 0;
}

.largeHeader img {
	float: right;
}

textarea {
	font: Arial;
	font-size: 13px;
	color: #333333;
}

a {
	text-decoration: none;
}

a.realLink {
	text-decoration: none;
	border: 1px solid #790000;
	background-color: #790000;
	color: #FFFFFF;
	padding: 1px 1px 1px 2px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

a.dings {
	text-decoration: none;
	font: 16px Webdings;
}

#contentsM {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}

#noPrint, .noPrint {
	display: none;
}

/* fonts, headers, sub-headers */

.dailyHeader {
	font-weight:bold;
	font-variant:small-caps;font-size:110%; font-weight:bold
}

.largeHeader {
	font-size: 18px;
	font-weight: bold;
}

.mediumHeader {
	font-size: 16px;
	font-weight: bold;
}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	color:#000000;
}

.text {
	font-size: 16px;
	margin-top: -5px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}


.boldText {
	font-size: 16px;
	font-weight: bold;
}

.italText {
	font-family: "Times New Roman";
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

.smallText {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.smallBold {
	font-size: 14px;
	font-weight: bold;
}

.verySmallText {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}

.verySmallBold {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

.calTable {
	width:800px;
}

.calTable2 {
	width:800px;
	text-align:center
}

td.largeHeader {
	vertical-align:bottom;
}

td.smallBold {
	font-size: 80%;
	width: 20%;
	background-color:#790000;
	color:white;
	color:white;
	font-weight:bold;
}

td.smallText {
	font-size: 80%;
	width: 20%;
	vertical-align:top;
	text-align:right;
}

p.center {
	text-align:center;
}
/* IE Fix 
\*/
* html #content {
	float: none;
	height: 400px;
}	
* html #contents {
	height: 400px;
}

/* End IE Fix */
