BODY {
	font-family : Arial, Helvetica, sans-serif;
}

.uppercase {
	text-transform:uppercase
}

A:LINK {
	color : Navy;
}

A:VISITED {
	color : Navy;
}


A:HOVER {
	color : Red;
}

H3 {
	text-align : center;
}

.font9pt {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 9pt}
.font {  font-family: Geneva, Arial, Helvetica, san-serif}
.italics {  font-family: Geneva, Arial, Helvetica, san-serif; font-style: italic}
.font16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.font10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tablesetting{
    border: 1px solid #6699CC;
}

.tablesettingbgonly{
	background-color:#6699CC;
}

.tablesettingbg{
	background-color:#6699CC;
	border: 1px solid #6699CC;
}

