/* CSS Document */
a{
	color: #5196cf;
	text-decoration:none;
}

a:hover {
	color: #007bc1;
}

body {
	font-size:10pt;
	color: #000000;
	font-family: Tahoma, Arial;
	margin-left: 50px;
}

.footer {
	font-size:8pt;
	color: #666666;
	text-align: center;	
}

.header {
	font-size:14pt;
	color: #007bc1;
	font-weight:bold;
}

.headerSmall {
	color: #007bc1;
	font-weight:bold;
}

.headerSmallBlack {
	color: #000000;
	font-weight:bold;
}

.headerSmallWhite {
	color: #FFFFFF;
	font-weight:bold;
}

.textSpace{
	padding-right: 5px;
	padding-left: 5px;
}