@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px 0px 0px 0px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
.SectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.SectionSubTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.content {
	font-size: 11px;
	color: #666666;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
}
