/* ---- GENERAL ---- */


a:hover { color: red; 
	text-decoration: underline; 
}

a:link, a:visited {
    text-decoration: none;
}

body, table {
	background-color: White;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 130%;
}

h1, h2, h3, h4 {
	color: #CC0033;
	/*color: #336699;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h1	{
	font-size: 140%;
	margin-top:20px;
	margin-bottom:4px;
}		

h2	{
	font-size: 130%; 
	margin-top:25px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3	{ 
	font-size: 110%;
	margin-bottom:0px;
	margin-top: 25px;
}

h5, h6	{ 
	font-size: 100%;
	margin-bottom:0px;
	margin-top: 2em;
}


p {
	margin-top:0px;
}

ul {
	list-style: circle;
	line-height: 120%;
	margin-top:4px;
}

li {
	margin-bottom:1em;

}

em {color: red}

th {
	text-align:left;
}


/* ---- HEADER ---- */

div.header {
	width:100%;
	height:110px;
}

div.topnav {
	width:100%;
	top:130px;
	height:24px;
	padding-top: 3px;
	color: white;
	background-image: url('../images/background/navbar.gif');
}

div.topnav a:link {
	color: white;
}
div.topnav a:visited {
	color: white;
}

div.topnav a:hover { color: red; 
	text-decoration: underline; 
}


/* ---- MAIN BODY ---- */

.mainbody a:link, a:visited {
	color: #002F99;
	/*color:#003399;*/
}

.mainbody a:hover { color: red; 
	text-decoration: underline; 
}

.leftcol {
padding-top: 17px;
padding-right: 40px;

}

.leftnavlist {
	font-size: 80%;
	line-height:150%;
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}

.leftnavlist li {
	margin-top:0px;
	margin-bottom:0px;
}



.systemrequirements {
	color: gray;
	font-size: 80%;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

.backgroundtext {
	color: gray;
	font-size: 74%;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ---- FOOTER ---- */

div.footer {
	margin-top: 40px;
	font-size: 80%;
	text-align: center;
}

div.footer a:hover { color: red; 
	text-decoration: underline; 
}