/*
    modification history

    3 September 2k7 - lmb
    - create css

;

*/
.header {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	color:#B1335A;
	text-decoration: none;
    font-weight:bold;
}
.hdrb {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	color:#488B51;
	text-decoration: none;
    font-weight:bold;
}
.content {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}
.content a:visited {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	color: #287B3C;
	text-decoration: none;
}
.content a:link {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 12px;
	color: #287B3C;
	text-decoration: none;
    font-weight:bold;
}
.content a:hover {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regularf;
	font-size: 12px;
	color: #B1335A;
	text-decoration: underline;
    font-weight:bold;
}
.footer {
	font-family:Geneva;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
}
.footer a:visited {
	font-family:Geneva;
	font-size: 10px;
	color: #287B3C;
	text-decoration: none;
}
.footer a:link {
	font-family:Geneva;
	font-size: 10px;
	color: #287B3C;
	text-decoration: none;
}
.footer a:hover {
	font-family:Geneva;
	font-size: 10px;
	color: #B1335A;
	text-decoration: underline;
    font-weight:bold;
}