body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
}
  
.fonts {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.fontsgrey {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #A6A5A4;
	font-weight: normal;
}

.heading {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

a {  font-family: Arial, Verdana, tahoma, Helvetica, sans-serif; color: #ffffff; font-size: 12px; text-decoration: underline}
a:hover {  font-family: Arial, Verdana, tahoma, Helvetica, sans-serif; color: #ffffff; font-size: 12px; text-decoration: none}

.aheader {  font-family: Arial, Verdana, tahoma, Helvetica, sans-serif; color: #ffffff; font-size: 12px; text-decoration: none}
.aheader:hover {  font-family: Arial, Verdana, tahoma, Helvetica, sans-serif; color: #ffffff; font-size: 12px; text-decoration: underline}

/* rounded corner table */
.top-left {

margin-right: 9px; /* clip right corner */
background-image: url('images/corners.gif');
height: 9px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}

.top-right {

margin-top: -9px; /* to level of top-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('images/corners.gif'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 9px; 
font-size: 2px;
}

.bottom-left {

margin-right: 9px; /* clip right corner */

background-image: url('images/corners.gif');
background-position: 0 -9px; /* show under half of the image */
height: 9px;
font-size: 2px;
}

.bottom-right {

margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('images/corners.gif'); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}

.inside {

border-left: 2px solid #727373;
border-right: 2px solid #727373;
background: #040404;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}

.notopgap {
	margin-top: 0;
	font-family: arial, Verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}

.nobottomgap {
	margin-bottom: 0;
	font-family: arial, Verdana, tahoma, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
}


/* end of rounded corner table */

