body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;	
	background-color: #FFFFFF;
	text-align: center;
	margin:0;
	padding:O;
		}
forms {font-size: 8pt; padding: 0;}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	line-height: 130%;
}

A, A:link {color: #B1242A; TEXT-DECORATION: none }
A:visited {color: #B1242A; TEXT-DECORATION: none}
A:hover, A:active  {color: #EF242A; TEXT-DECORATION: underline}

.white-bg { background-color: #FFFFFF}
.black-bg { background-color: #000000}
.red-bg { background-color: #E0242A}
.red {color: #E0242A;}
.blue {color: #2D229C;}

.grey {color: #BAC9B8; }

.black{color: #000000;}
.black A, .black A:link, .black A:visited {color: #000000; TEXT-DECORATION: none}
.black A:hover, .black A:active {color: #000000; TEXT-DECORATION: underline}

.white, .white A, .white A:link, .white A:visited {color: #FFFFFF; TEXT-DECORATION: none}
.white A:hover, .white A:active {color: #FFFFFF; TEXT-DECORATION: underline}


.title {
	color: #FE2D2C;
	font-size: 17pt;
	margin-top: 0%;
	margin-bottom: 1%;
	padding-bottom: 25px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
.subtitle {
	color: #333333;
	font-size: 11pt;
	font-weight:normal;
	line-height: 130%;
	padding-bottom: 5px;
}
.bodytext {
	font-size: 10pt;
	line-height: 160%;
	}

.breadcrumbs {font-size: 8pt; font-weight: bold; background-color:#000000; padding:5px 15px 5px 15px;}
.breadcrumbs A, .breadcrumbs A:link, .breadcrumbs A:visited {font-size: 8pt; font-weight: normal; TEXT-DECORATION: none; color:#FFFFFF;}
.breadcrumbs A:hover, .breadcrumbs A:active {font-size: 8pt; font-weight: normal; TEXT-DECORATION: underline}

.address { font-size: 8pt; padding:5px 15px 5px 15px; color:#ffffff;}
.footer { font-size: 8pt; padding:5px 15px 5px 15px; color:#333333;}
.copy { font-size: 8pt;  padding:5px 15px 5px 15px; color:#333333;}

.odd {background-color:#D3F2C7; }
.even {background-color:#FAFDFF; }

.small {font-size: 7pt; }
.function {font-size: 8pt; }

.left {
	padding-right:10px;
	padding-bottom:5px;
	float: left;
}
.right {
	padding-left:10px; 
	padding-bottom:5px;
	float: right;
}
.left-bkgd {
	background-image: url(../images/v-bkgd-lft.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.right-bkgd {
	background-image: url(../images/v-bkgd-rgt.gif);
	background-repeat: repeat-y;
}
.main-holder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 50px 25px 5px 15px;
}
.linkdescr {
	font-size:8pt; 
	font-style:italic;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}