.border {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	border-top: 0px;
}

.header {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	line-height: 20px;
	color: #FFFFFF;
}

.title {
	font-weight: bolder;
	font-size: 12.5pt;
	text-align: left;
	line-height: 20px;
	color: #000000;
}

.small {
	color: #000000;
	font-size: 9.5pt;
}

.subtitle {
	font-weight: bolder;
	font-size: 9.5pt;
	text-align: left;
	line-height: normal;
	color: #B00C1D;
}

a.main:link {
	color: #B00C1D;
	text-decoration: none;
}

a.main:active {
	color: #000000;
	text-decoration: none;
}

a.main:visited {
	color: #B00C1D;
	text-decoration: none;
}

a.main:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial;
	margin-top: 0px;
	margin-left: 0px;
}


td.column {
	font-weight: normal;
	font-size: 8.5pt;
	text-align: left;
	line-height: 14px;
	vertical-align: top;
	padding-top: 10px;
}

td.main {
	font-weight: normal;
	font-size: 10pt;
	line-height: 16px;
	padding-top: 20px;
	vertical-align: top;
}

hr {
	color: #CCCCCC;
}

a.small:link {
	color: #000000;
	text-decoration: none;
	font-size: 8.5pt;
	font-weight: bold;
}

a.small:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8.5pt;	
	font-weight: bold;
}

a.small:visited {
	color: #000000;
	text-decoration: none;
	font-size: 8.5pt;
	font-weight: bold;
}

a.small:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8.5pt;
	font-weight: bold;
}