body
{
	margin : 0;
	padding : 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color : #333333;
	background-color : #eeeeee;
}

a
{
	color : #000066;
	text-decoration : none;
	border-bottom : #d0d0ff 1px dashed;
}

a:hover
{
	color : #660000;
	text-decoration : underline;
	border-bottom : none;
}

.pending
{

	color: #aa7788;
}

#mainBody
{
	position: absolute;
	top: 50px;
	left: 50%;
	width: 640px;
	height: auto;
	margin-left: -320px;
	padding-bottom : 3em;
}

#title
{
	font-size: 14pt;
	font-weight: bold;
	color : #333333;
}

#title a {
	color : #333333;
}

#title a:hover
{
	color : #660000;
}

#footer
{
	position : absolute;
	bottom : 0px;
	right : 0px;
	font-size: 7pt;
	font-weight : normal;
	color : #cccccc;
}

#footer a
{
	color : #9999ff;
}

#footer a:hover
{
	color : #660000;
}

.col1of2
{
	float : left;
	width : 330px;
	margin : 0px;
	padding : 10px 0px 0px 0px;
}

.col2of2
{
	float : right;
	width : 260px;
	margin : 0px;
	padding : 10px;
	background-color : #f1f1fa;
}

.col1of3
{
	float : left;
	width : 190px;
	margin: 20px 0px 0px 0px;
	padding : 10px;
	background-color : #f1f1fa;		
}


.cols2and3of3
{
	margin : 20px 0px 0px 215px;
}

.col2of3
{
	float : left;
	width : 190px;
	margin : 0px;
	padding : 10px;
	background-color : #f1f1fa;
}

.col3of3
{
	float : right;
	width : 190px;
	margin : 0px;
	padding : 10px;
	background-color : #f1f1fa;
}

.mouseprint
{
	font-size: 7pt;
	font-weight : normal;
	color : #999999;
}

.subtitle
{
	font-weight : bold;
}

hr
{
	color : #cccccc;
	height : 1px;
}

dl dt
{

	margin-left : 20px;
	margin-top : 0px;
	font-size: 8pt;
	font-weight: bold;
}

dl dd
{

	margin-left : 40px;
	margin-top : 0px;
	font-size: 8pt;
	color : #666666;
}

li
{
	font-size: 8pt;
	color : #666666;
}

dl.toc dt
{
	margin-left : 0px;
	margin-top : 20px;
	margin-bottom : 0em;
	font-size : 12pt;
}

dl.toc dd
{
	margin-left : 20px;
	margin-top : 5px;
	font-size : 10pt;
}

strong
{
	color : #000099;
	font-weight : bold;
}
