.body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 10pt;
}
.bodybold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bodywhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 10pt;
}
.bodywhiteeleven {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 10pt;
}
.bodyeleven {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodyten {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bodynine {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.body a:link {color: #000000;}
.body a:visited {color: #000000;}
.body a:hover {color: #A7B5C3;}
.body a:active {color: #000000;}

.bodybold a:link {color: #000000;}
.bodybold a:visited {color: #000000;}
.bodybold a:hover {color: #A7B5C3;}
.bodybold a:active {color: #000000;}

.bodywhite a:link {color: #FFFFFF;}
.bodywhite a:visited {color: #FFFFFF;}
.bodywhite a:hover {color: #A7B5C3;}
.bodywhite a:active {color: #FFFFFF;}

.bodywhiteeleven a:link {color: #FFFFFF;}
.bodywhiteeleven a:visited {color: #FFFFFF;}
.bodywhiteeleven a:hover {color: #A7B5C3;}
.bodywhiteeleven a:active {color: #FFFFFF;}

.bodyeleven a:link {color: #000000;}
.bodyeleven a:visited {color: #000000;}
.bodyeleven a:hover {color: #A7B5C3;}
.bodyeleven a:active {color: #000000;}

.bodyten a:link {color: #000000;}
.bodyten a:visited {color: #000000;}
.bodyten a:hover {color: #A7B5C3;}
.bodyten a:active {color: #000000;}

.bodynine a:link {color: #000000;}
.bodynine a:visited {color: #000000;}
.bodynine a:hover {color: #A7B5C3;}
.bodynine a:active {color: #000000;}

.repeatx {
background-repeat: repeat-x;
}
.leftbkgd {
background-repeat: no-repeat;
background-position: right;
}
.righttopbkgd {
background-repeat: no-repeat;
background-position: top-left;
}
.rightbkgd {
background-repeat: no-repeat;
background-position: left;
}

