html { overflow: -moz-scrollbars-vertical; }
body {
	background-color: #666666;
}
body, ul, li, p, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 150%;
	
}
ul, li {
	margin-top:3;
	margin-bottom: 3;
}
p {
	margin-top:3;
	margin-bottom: 3;
	text-align:justify;
}
.title {
	font-weight: bold;
	margin-bottom, margin-top: 10pt;
}
.subtitle {
	font-weight: bold;
	color:#CC3300;
	margin-bottom:15px;
	margin-top:15px;
}
.projecttitle {
	font-size:10pt;
	font-weight:bold;
	color:#CC3300;
	margin-bottom:10px;
	margin-top:20px;
}
.sectiontitle {
	font-size:10pt;
	font-weight:bold;
	color:#CC3300;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:20px;
	padding-bottom:20px;
	padding-top:20px;
	background-color: #DDDDDD;
}
.lefttitle {
	font-size:10pt;
	font-weight:bold;
	color:#CC3300;
	margin-bottom:10px;
	margin-top:10px;
}
td.title {
	border: .5pt solid black;
	border-collapse:collapse;
}
.nav {
	font-size: 7.5pt;
	font-weight:bold;
	padding-right:25px;
}
a,a:visited {
	color:#CC3300;
	text-decoration: none;
}
a:active,a:hover {
	text-decoration: underline;
}
blockquote {
	margin-top:0;
	margin-bottom:0;
}