BODY {
	background-color : #ffcc00;
}

.normal, BODY, TD {
	font-family: verdana, arial;
	font-size: 8pt;
	color: #000000	
}

A {
	color: #000000;
	text-decoration: none;
}

A:Hover {
	color: #ff0000;
	text-decoration: underline;
}

.boxBlueTitle {
	background-color: #0F2B5D;
	color: #ffffff;
	font-weight: bold;
}
.boxBlue {
	background-color: #efefef;
	color: #000000;
	font-weight: normal;
	padding:2 5 3 5px;
}
.boxWhite {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	padding:2 5 3 5px;
}
.boxYellow {
	background-color: #F7F7C4;
	color: #000000;
	font-weight: normal;
	padding:2 5 3 5px;
}
.boxBlackTitle {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}
.boxRed {
        background-color: #F6C1C1;
        color: #000000;
        font-weight: normal;
        padding:2 5 3 5px;
} 
.boxRedTitle {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

