body {
	background: #DDDDDD;
	}
table {
	background: #FFFFFF;
	}
table.nav {
	background: #BBBBBB;
	position:relative;
	left:2px;
	top:25px;
	}
table.content {
	background: #FFFFFF;
	}
td.nav {
	background: #BBBBBB;
	}
/*Nav*/
td.BoxHeader {
	background: transparent url(/images/BoxTop.gif) no-repeat;
	height: 8px;
	width: 125px;
	}
td.BoxText {
	background: transparent url(/images/BoxMid.gif);
	width: 125px;
	}
td.BoxText p {
	color : #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	}
td.BoxText a {
	color : #000000;
	text-decoration: none;
	}
td.BoxFooter {
	background: transparent url(/images/BoxBot.gif) no-repeat;
	height: 8px;
	width: 125px;
	}
/*Content*/
table.content p {
	color : #000000;
	text-align: left;
	text-indent : 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
div.title {
	color : #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
div.indent {
	text-align: left;
	font-weight : bold;
	font-family: courier, fixed, monospace;
	font-size: 11px;
	position:relative;
	left:15px;
	}