@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

body,td,th,div {
font-family: Tahoma;
font-size: 12px;
}

a {
text-decoration: none;
}


/* Left Nav */
#leftnav td {
font-size: 11px;
color: black;
}

#leftnav a {
color: red !important;
}

/* Main Content */

#content {
font-size: 12px;
line-height: 17px;
}

#content a{
color: white !important;
}

#content h2 {
font-size: 18px;
color: white;
font-weight:bold;
}

#content p {
text-align: justify;
}

#footer {
color: white;
font-size: 11px;
}

.info_table td {
line-height:normal;
font-size: 11px;
}


