html { margin: 0px; }
body { background-color: #cfe4f8; font-size: 11px; font-family: verdana, arial, tahoma; padding: 0px; margin: 0px; }
td { font-size: 11px; }

a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	color: #00aeef;
	text-decoration: none;
}
a:hover {
	color: #fe0006;
	text-decoration: none;
}
a:active {
	color: #00aeef;
	text-decoration: none;
}

h1 { color: #fe0006; font-size: 16px; text-decoration: none; }
h2 { color: #fe0006; font-size: 14px; text-decoration: none; }
h3 { color: #fe0006; font-size: 12px; text-decoration: none; }
h4 { color: #00aeef; font-size: 16px; text-decoration: none; }
h5 { color: #00aeef; font-size: 14px; text-decoration: none; }
h6 { color: #00aeef; font-size: 12px; text-decoration: none; }

.ContentBorder { padding: 4px; border: solid 1px #c0c0c0; }

.ImageBorder { border: solid 3px #e8e8e8; }

.BtmBar a:link { color: #cfe4f8; }
.BtmBar a:visited { color: #cfe4f8; }
.BtmBar a:hover { color: #fff; }

