﻿html {
	/* Always show scrollbars in mozilla browsers to avoid centering flicker */
	overflow: -moz-scrollbars-vertical; 
	overflow-x: auto;
	overflow-y: scroll;
}

* html, html, body, ul, ol, li, dd, dt, dl, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	/* zero all margins */
	margin: 0; 
	padding: 0;
	border: 0; 
	color: rgb(255,255,255);
}

body 
{
	font-size: 100.01%; /* most reliable method to set font to 100% in any browser */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
}


.componentheading
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22pt;
	line-height: 22pt;
	font-weight: 400;
	margin: 0px 0px 4px 0px;
	padding: 0;
	color: rgb(179,0,30);
	border-bottom: 1px dotted rgb(170,170,170);
}



h1
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 18pt;
	font-weight: 400;
	margin: 0px 0px 8px 0px;
	padding: 0;
	color: rgb(179,0,30);
	border-bottom: 1px dotted rgb(170,170,170);
}


h2, td.contentheading
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15pt;
	line-height: 15pt;
	font-weight: 400;
	margin: 0px 0px 8px 0px;
	padding: 0;
	color: rgb(255,255,255);
	background-color: #000000;
	border: none;
}

