.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.sidemenu {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: normal; text-decoration: none; color: #000000;
}

a:hover {
	text-decoration: none;
	color: #999999;
}

a {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; font-weight: bold; color: #999999;
}
.italicgraybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.bkggray {
	background-color: #999999;
}
.bkgwhite {
	background-color: #FFFFFF;
}
.sidemenularge {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; font-weight: normal; text-decoration: none; color: #000000;
}
.underlinedot {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.borderdot {
	border: thin dotted #666666;
}
