/*  font style
----------------------------------------------- */

body, p, table, td
{
	font:normal 14px/150% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

h1
{
	font:bold 30px/140% "Courier New", Courier, monospace;
	color:#CD0034;
	
}

h2
{
	font:bold 20px/140% "Courier New", Courier, monospace;
	color:#1212F5;
	
}


a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#BC001B; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #BC001B;
}

div.hr
{
	border-bottom-style:solid;
	border-bottom-width:1px; /* fix */
	border-color: #2700AA;
	height: 1px;
}/*  alternative */

.altcolor,
.altcolor p,
.altcolor td { color:#EEEEEE;}

.altcolor h1 {color:#EEEEEE; }
.altcolor h2 {color:#EEEEEE; }

.altcolor a:link,
.altcolor a:visited { color:#F7E200; }

.altcolor a:active, 
.altcolor a:hover { color:#F7E200; }

.altcolor div.hr {border-color: #000000;}
