/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ddd;
}
a {
	color: #FF0099;
}
h2 {
	font-weight: normal;
	color: #3399ff;
}
h3 {
	font-weight: normal;
}

ul {
	color: #333;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	
}
ul li {
	background-image: url(../a_level_img/bullet_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.1em;
	padding-left: 22px;
	list-style-type: none;
}
.thePic {
float: left;
margin-right: 1.5em;
margin-bottom: 1em;

}
#theButtons {
text-align: right;
}
body {
	margin: 0px;
}
#logo {
float: right;
margin-left: 1.5em;
margin-bottom: 1em;
}
#reportWrapper {
width: 720px;
padding: 20px;
background-color: #fff;
}

