/* CSS Document */

A:link {color:#7a000f; font-weight:bold; text-decoration:none}
A:visited {color:#7a000f; font-weight:bold; text-decoration:none}
A:active {color:#7a000f; font-weight:bold; text-decoration:none}
A:hover {color:#c53748}


body {
	font-family:century gothic, arial, tahoma;
	font-size:8pt;
	color:#FFFFFF;
	margin:0;
	background:#000000;	
}

table {
	font-family:century gothic, arial, tahoma;
	font-size:8pt;
	color:#000000;
	background:#FFFFFF;
}

h1 {
	font-size:18px;
	font-weight:bold;
}


.footer {
	font-size:6.7pt;
	color:#FFFFFF;
}

.footer A:link {color:#FFFFFF; font-weight:100; text-decoration:none}
.footer A:visited {color:#FFFFFF; font-weight:100; text-decoration:none}
.footer A:active {color:#FFFFFF; font-weight:100; text-decoration:none}
.footer A:hover {color:#e0e0e0}


.leftnav {
	font-size:8pt;
	color:#FFFFFF;
}

.leftnav A:link {color:#FFFFFF; font-weight:100; text-decoration:none}
.leftnav A:visited {color:#FFFFFF; font-weight:100; text-decoration:none}
.leftnav A:active {color:#FFFFFF; font-weight:100; text-decoration:none}
.leftnav A:hover {color:#e0e0e0}


.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	scrolling: no;
	z-index: -1;
}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
	padding: 0px 0px;

	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #7a000f}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 3px 7px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #7a000f;
		font: 11px}

	#sddm div a:hover
	{	background: #7a000f;
		color: #FFF}




