/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	color: #044F90;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
	text-decoration:none;
	color: #044F90;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #044F90;
}
a:hover {
	text-decoration:underline;
	color: #044F90;
}
a:active {
	text-decoration:none;
	color: #044F90;
}
.title-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #C51C19;
	font-size: 12px;
	font-weight: bold;
}
.title-text-9 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C51C19;
	font-size: 9px;
	font-weight: bold;
}
.title-text-large {
	font-family: Arial, Helvetica, sans-serif;
	color: #C51C19;
	font-size: 20px;
	font-weight: bold;
}
.copy-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: plain;
}
.copy-text-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: plain;
}
.copy-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #044F90;
}
.copy-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #044F90;
}