* {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
}

*.* {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
}

#header {
	width: 100%;
	background-color: #cecece;		/* #00326A */
	border-bottom: 1px solid #000000;
	margin-bottom: 7px;
	padding: 0;
	margin-top: 0;
}
.dmHeader {
	text-align: left;
}

.siteTitle {
	font-family: Tahoma;	
	text-transform: uppercase;
	color: #000000;
	font-size: 22px;
	line-height; 28px;
	margin-left: 60px;
}
.siteTitle2 {
	color: #333333;
	font-size: 9px;
	font-family: Verdana;
	margin-right: 40px;
}
.bigger {
	font-size: 15px;
}

.dmHeader2 {
	text-align: right;
}

table#centerData td {
	text-align: center;
}

a {
	color: #0033ff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

.red {
	color: #ff0000;
}
.green {
	color: #00cc00;
}
.negative {
	color: #ff0000;
}
.positive {
	color: #00cc00;
}

span.highlight {
	background-color: #ffff99;
	padding: 2px;
}
.striker {
	text-decoration: line-through;
}

.modHeader {
	font-size: 14px;
	color: #000066;
	border-bottom: 1px dashed #000066;	
}