html, body {
	width: 100%;
	height: 100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

html * {
	font-family: Arial, verdana, helvetica, sans-serif;
}

body {
	font-size: 0.8em;
	overflow:hidden;
	background-color: #67606D;
	background:url(/images/backgrounds/main.gif) left top repeat;
}

table {
	border-collapse: collapse;
	border-width: 0;
}
td, th {
	border: 0;
	padding: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	text-decoration: underline;
	color:#fff;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top:0;
}
form {
	margin:0;
	padding:0;
}

img {
	border:0;
}

div.contentFrame ul {
	list-style-type:none;
	margin:0px!important;
}

div.contentFrame ul li {
	list-style-image: url(/images/icons/bullet.gif);
	list-style-position: outside;
}
