body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

div.content {
	margin: 15px;
}

td {
	font-size: 12px;
}

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

a.white {
	color: #ffffff;
	text-decoration: underline;
}
a.white:hover {
	color: #ffffff;
	text-decoration: none;	
}
a.white:visited {
	color: #ffffff;
	text-decoration: underline;	
}
a.white:visited:hover {
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 1px;
	border-bottom: 1px solid #888877;
	margin-top: 7px;
	margin-bottom: 12px;
}

td.header {
	height: 24px;
	background-color: #992200;
	background-image: url("../images/background-popup.gif");
	padding-left: 15px;
	padding-right: 15px;
}

ul {
	list-style-type: square;
}