body {
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans;
	font-size: small;

}
td {
	font-family: Arial, Helvetica, sans;
	font-size: small;
}

.frontpage {
	font-size: small;
	color: #fff;
}
.frontpage h1 {
	font-size: small;
}

.footer_links {
	color: #fff;
	font-size: x-small;
	/*background: #ff9900;*/
}
.footer_links a {
	color: #fff; 
}	
.footer_links a:hover{
	color: yellow;
}


SPAN.bold {
    font-weight : bold;
}
SPAN.italic {	
	font-style :  italic;
 }
SPAN.bolditalic {
	font-style :  italic;
 font-weight : bold;
}
SPAN.justify {
	text-align : justify;
}
SPAN.link {
    color : #0033cc;
}


/* Special */
SPAN.h-wd {
    font-family : Wingdings;
    font-size : 9px;
    color : #dd0000;
    font-weight : bold;
}

/* Links */
A  {
	color : Red;
}


/* Headings */
SPAN.hv-1 {
    font-family : Verdana, Arial, serif;
    font-size : 28px;
    color : #4682b4;
    font-weight :  bold;
}
SPAN.hv-1a {
    font-family : Verdana, Arial, serif;
    font-size : 20px;
    color : #385d90;
    font-weight :  bold;
}

SPAN.hl-1 {
    font-family : Verdana, Arial, serif;
    font-size : 16px;
    color : #000000;
    font-weight :  bold;
}
SPAN.hl-2 {
    font-family : Verdana, Arial, serif;
    font-size : 14px;
    color : #000000;
    font-weight :  bold;
}

SPAN.h-1 {
    font-family : Verdana, Arial, serif;
    font-size : 12px;
    color : #000000;
    font-weight :  bold;
}

SPAN.hs-1 {
    font-family : Verdana, Arial, serif;
    font-size : 10px;
    color : #000000;
    font-weight :  bold;
}




/* Body Text */
SPAN.t-1 {
    font-family : Verdana, Arial, serif;
    font-size : 12px;
    color : #000000;
}




/* Footer Text */
SPAN.f-1 {
    font-family : Verdana, Arial, serif;
    font-size : 9px;
    color : #708090;
}
SPAN.f-2 {
    font-family : Verdana, Arial, serif;
    font-size : 10px;
    color : #ce0000;
}









