BODY {
	background-image : url(images/background.gif);
	background-attachment : fixed;
	background-repeat : no-repeat;
	font : Arial, Helvetica, sans-serif;
	background-position: 100% 10%;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Black;
	background-color : White;
}

.TABLE{
	background-image : url(images/redcurve.gif);
	background-repeat : no-repeat;
}

H1 {
	font : bold 14px Arial, Helvetica, sans-serif;
	text-transform : uppercase;
}

H5{
	font : normal smaller Arial, Helvetica, sans-serif;
}


.td{
	padding-right : 5px;
	padding-left: 5px;
	
}

.iframe{
	background-color : White;
	padding: 2px;
}

a:link {
	text-decoration : underline;
	color : black;
}

a:visited{
	text-decoration : underline;
	color : #990000;
}