.boxbase {
	font-size : 8pt;
	font-family : verdana,arial,helvetica;
	background-color : #DBE1F1;
	color : #000000;
	border-left: 1px solid #abb9dd;
	border-right: 1px solid #abb9dd;
	border-bottom: 1px solid #abb9dd;
}

.titcolbase {
	font-size : 10pt;
	font-family : verdana,arial,helvetica;
        height: 21px;
	background-color : #DBE1F1;
	background-image : url(images/topbox_grey.jpg);
	color : #000000;
        padding-top: 5px; 
}
.boxblue {
	font-size : 8pt;
	font-family : verdana,arial,helvetica;
	background-color : #d4e7ff;
	color : #000000;
	border-top: 1px solid #A4B1E8;
        border-left: 1px solid #A4B1E8;
	border-right: 1px solid #A4B1E8;
	border-bottom: 1px solid #A4B1E8;
}

.titcolblue  {
	font-size : 10pt;
	font-family : verdana,arial,helvetica;
        height: 21px;
	background-color : #d4e7ff;
	background-image : url(images/topbox_blue.jpg);
	color : #000000;
        padding-top: 5px;
}

.boxgreen {
	font-size : 8pt;
	font-family : verdana,arial,helvetica;
	background-color : #d2ffd2;
	color : #000000;
	border-top: 1px solid #7bd678;
	border-left: 1px solid #7bd678;
	border-right: 1px solid #7bd678;
	border-bottom: 1px solid #7bd678;
	overflow: hidden;
}

.titcolgreen  {
	font-size : 10pt;
	font-family : verdana,arial,helvetica;
        height: 21px;
	background-color : #d2ffd2;
	background-image : url(images/topbox_green.jpg);
	color : #000000;
        padding-top: 5px;
}

.boxpurple {
	font-size : 8pt;
	font-family : verdana,arial,helvetica;
	background-color : #ffeaff;
	color : #000000;
	border-top: 1px solid #D39CEC;
	border-left: 1px solid #D39CEC;
	border-right: 1px solid #D39CEC;
	border-bottom: 1px solid #D39CEC;
}

.titcolpurple  {
	font-size : 10pt;
	font-family : verdana,arial,helvetica;
        height: 21px;
	background-color : #ffeaff;
	background-image : url(images/topbox_purple.jpg);
	color : #000000;
        padding-top: 5px;
}
.boxlist {
	list-style-type: none;
	font-size : 8pt;
	font-family : verdana,arial,helvetica;
	font-weight : bold;
}

.boxlink {
	text-decoration: none;
	color : #000000;
	font-size : 8pt;
	font-family : verdana,arial,helvetica;
	font-weight : bold;
}
.boxes {border-collapse:collapse; border: none;}
.boxespadding {padding: 0;}
