body {
	background: white none no-repeat;
	color: #000;
	margin: 0;
	padding: 0;
}

#main {
	margin: 0 auto;
	text-align: center;
}
#content {
	width: 450px;
	text-align: left;
	margin: 30px auto 50px;
}

body, p, td, th, a, h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-weight: bold;
}
h2 {
	font-weight: bold;
	color: #C00;
}
p.first {
	padding: .8em 0 0;
}
.smalltxt {
	font-size: 0.8em;
}

.smallbasic {
	color: #C00;
	font-weight: normal;
	font-size: 0.8em;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.basic {
	color: #C00;
	font-weight: normal;
}
a.smallbasic {
	text-decoration: underline;
}

td, th {
	vertical-align: top;
}
th {
	color: #FFFFFF;
	background-color: #CC0000;
}

img {
	border: 0;
}

table.grid, table.grid td, table.grid th {
	border: 1px solid #000000;
}

ul.links {
	list-style-image: url(/art/bullr.gif);
}
ul.links li {
	margin-bottom: 10px;
}
ul.links li.down {
	list-style-image: url(/art/bulld.gif);
}




/***** COLOR STYLES *****/
.bgDPyellow {
	background-color: #FC0;
}
.warning {
	color: #C00;
}