/***Global Styles***/

body {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	background-color: #e3e4d7
}

a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
	list-style-image: none;
	list-style-type: square;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996666;
	text-decoration: none;
	list-style-image: none;
	list-style-type: square;
}

a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
	list-style-image: none;
	list-style-type: square;
}

a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
	list-style-image: none;
	list-style-type: square;
}

.apagetext {
	font-family : Arial, Helvetica, sans-serif;
}

span {
	font-family : Arial, Helvetica, sans-serif;
}

.center {
	text-align : center;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}

.right {
	text-align : right;
}

.left {
	text-align : left;
}

.bold { 
	font-weight: bold; 
}

.italics { 
	font-style: italic; 
}

.small { 
	font-size : 10px; 
}

.smallitalics { 
	font-size : 10px; 
	font-style: italic; 
}

.superscript {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8px;
	vertical-align : top;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #996666;
}

.titletwo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #999966;
}

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

.addressblock {
	font-size: 10px;
}

.tableheader {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #ffffff;
}

td.body {
	background-color: #f1f2eb;
}


/***Navigation Styles***/

td.navigation {
	background-color: #f1f2eb;
}

td.scheduleheader {
	background-color: #996666;
	border: 1px solid #996666;
	padding-top: 3px;
    padding-bottom: 3px;
	padding-left: 3px;
    padding-right: 3px;
}

td.schedulebody {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #996666;
	border-left: 1px solid #996666;
}

td.schedulelastcellbody {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #996666;
	border-left: 1px solid #996666;
	border-right: 1px solid #996666;
}
