body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#RightMenu {
	margin: 10px 0px 0px 0px;
	float: right;
	width: 200px;
	padding: 0px 0px 20px 20px;
}

#Content {
	margin: 0px 20px 10px 20px;
	width:760px
	}
	
p, ol, ul {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333;
}


table, tr, td {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	color: #333;
}


h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:18pt;
	color:#000000;
	font-weight: bolder;
	}

h2 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:14pt;
	color:#000000;
	font-weight: bolder;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
h3 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	
a {
	color:#09c;
	text-decoration:none;
	}

a:link {color:#09c;}

a:visited {color:#07a;}

a:hover {
	color:#F6863F;
	text-decoration:underline;
	background-color:#eee;
	}


dl {
	width: 200px;
	margin: 0 0 0px 0px;
	padding: 0;
	background: #eee url(../images/RoundedBoxBottom.gif) no-repeat bottom left;
	color: #333;
	font: 9pt Lucida Sans Unicode, Lucida Grande, sans-serif;
	}

dt {
	margin: 0;
	padding: 10px;
	background: #eee url(../images/RoundedBoxTop.gif) no-repeat top left;
	color: #333;
	font: 9pt Lucida Sans Unicode, Lucida Grande, sans-serif;
	}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	background: url(../images/arrow.gif) no-repeat 0 3px;
	}
.DateStampAndAuthor {
	font-size: 7pt;
	font-weight: bold;
	color: #CCCCCC;
	line-height: normal;
}