body {
	background-color: #CCCCCC;
}

body, h1, h2, ul, li, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333333;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}


hr {
	color: #000000;
	height: 1px;
}

p {
}

ul {

	margin: 3px 0px 0px 30px

}

li {
	padding: 5px 0px 0px 0px;

}

img {
	padding: 0;
	marging 0;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border: none;
}

a:visited {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

.none {
	color: #000000;
}

.caption {
	width: 100%;
	font-size: 9px;
	color: #666666;
	text-align: right;	
}

.scratch {
	color: #996600;
}

.subSection {
	padding: 5px 0px 10px 20px
}

.subSection h2 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.subSection table {
	border-left: 1px solid #dddddd;
}

.subSection td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
