/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:50px 0px 20px 0px;
	background-color:#ffffff;
}

/*Link implementation*/
a,
a:active,
a:visited {
	text-decoration:underline;
	color: #ffffff
}
a:hover {
	text-decoration:none;
	color: #666666; 
	background-color: #ffffff;
}

/*List Items*/
.list {
	list-style-type:square;
    color:#cccccc;
	padding-bottom: 15px;
}

.header{
	font-weight: bold;
	color:#FFF;
	padding-bottom: 2px;
}

.bgcolor {
    background-color:#636363;
}

.bgcolorInterior {
    background-color:#818181;
}

/*List Items*/
.ul {
	margin-top:0px;
	margin-bottom:0px;
}

.list {
	list-style-type:square;
    color:#fff;
	margin:0px 0px 0px -23px;
}

.list div {
	color: #000000;
}
