/* Default page style */

body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #0099CC;
	font-family: Arial;
	font-size: 10pt;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
	font-family: Arial;
	font-size: 10pt;
}
a:active {
	text-decoration: none;
	color: #0000C0;
	font-family: Arial;
	font-size: 10pt;
}
a:hover {
	text-decoration: underline;
	color: #C00000;
	font-family: Arial;
	font-size: 10pt;
	background-color: #FFFFFF;
}

.co {
	text-decoration: none;
	color: #0066FF;
	font-family: Arial;
	font-size: 9pt;
}
a.co:link {
	text-decoration: none;
	color: #0066FF;
	font-family: Arial;
	font-size: 9pt;
}
a.co:visited {
	text-decoration: none;
	color: #0066FF;
	font-family: Arial;
	font-size: 9pt;
}
a.co:active {
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
}
a.co:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family: Arial;
	font-size: 9pt;
}

.heading_Red {
	FONT-WEIGHT: bold;
	padding-left: 25px;
	FONT-SIZE: 24px;
	COLOR: #d11213;
}

.heading_Blue {
	FONT-WEIGHT: bold;
	FONT-SIZE: 24px;
	COLOR: #FF6600;
}

.heading_Black {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #000000;
}

.content {
	margin-left: 10px;
	margin-right: 10px;
}

.footer {
	position:bottom;
	right: 5px;
	text-align: right;
	font-family: Arial;
	font-size: 8pt;
	color: #808080;
}

table {
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
}
