/*	****body and other universal elements**** */
body {
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #B30F41;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #000000;
}

th  {
	font-size: 17px;
	font-family: arial, helvetica, sans-serif; 
}

td  {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif; 
}

a:link {color: #FFFFFF; text-decoration: none}
a:visited {color: #FFFFFF; text-decoration: none}
a:hover {color: #B30F41; text-decoration: underline}
a:active {color: #FFFFF; text-decoration: none}


