body {
	color: #333333;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}/*    LINKS    */a:link {
    color: navy;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #99CCFF;
	text-decoration: underline;
	font-weight: 600;
}

a:visited {
	color: #CC3333;
	font-weight: 600;
}

/*   DIV Sections  */

.boxCornerSize {
			height:18px;
			background:url(corners.gif) no-repeat;
			width:18px; }
.boxTL, .boxBL { float:left; }
.boxTR, .boxBR { float:right; }
.boxTR { background-position:right 0; }

.boxBottomHdr {
			height:18px;
			width:100%;
			background-color:#99CCFF; }
.boxBottom {
			height:18px;
			width:100%;
			background-color:#EEEEEE; }
.boxBL { background-position:0 bottom; }
.boxBR { background-position:right bottom; }
.boxEnd { clear:both; }

.boxContent { clear:both; }
.boxContent p { margin:0 30px; }

#header {
    position: relative;
    clear: both;
	margin: 10px auto;
	width: 80%;
	background-color:#99CCFF;
	color:#FFF;
	font:bold 11pt/1.5em Verdana, Arial, Helvetica, sans-serif;
}

#content {
    position: relative;
    clear: both;
	width: 80%;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*   Definition Lists  */

dl {
     color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 30px;
}

dt {
	font-size: 10pt;
}

dd {
	font-size: 10pt;
}