html {
        overflow: -moz-scrollbars-vertical;
}

html, body {
        width: 100%;
        height: 100%;   
}

a.nav, a.nav:link, a.nav:visited {
        font-size: 12px;
        font-family: arial, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
        background-color: #ffffff;
	padding: 0px;
}

a.nav:hover {
        font-size: 12px;
        font-family: arial, verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
        background-color: #ffffff;
	padding: 0px;
}

a.content, a.content:link, a.content:visited, a.content:hover {
        font-size: 11px;
        font-family: arial, verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
        background-color: #ffffff;
	padding: 0px;
}

td.header {
        font-size: 12px;
        font-family: arial, verdana, sans-serif;
	font-weight: bold;
	color: #ffffff;
        background-color: #29292a;
	padding: 4px;
}

td.header2 {
        font-size: 12px;
        font-family: arial, verdana, sans-serif;
	font-weight: bold;
	color: #ffffff;
        background-color: #737374;
	padding: 4px;
}

td.content {
        font-size: 11px;
        font-family: arial, verdana, sans-serif;
	font-weight: normal;
	color: #000000;
        background-color: #ffffff;
	padding: 4px;
}

td.content2 {
        font-size: 11px;
        font-family: arial, verdana, sans-serif;
	font-weight: normal;
	color: #ffffff;
        background-color: #737374;
	padding: 4px;
}


