/* CSS Document */
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

body {
	background-color: #003366;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;

}

.body10 {
	font-size: 10px;
}

.body14 {
	font-size: 14px;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #0062C4;
}
a:active {
	text-decoration: underline;
	color: #003366;
}
.watermark {
	background-image: url(images/common/watermark.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


.style1 {
	color: #f6e9c0;
	font-size: 10px;
}
.style1 a:link {
		color: #f6e9c0;
	text-decoration: underline;
}
.style1 a:visited {
	text-decoration: underline;
	color: #f6e9c0;
}
.style1 a:hover {
	text-decoration: none;
	color: #ce9d5d;
}
.style1 a:active {
	text-decoration: underline;
	color: ce9d5d;
}


.BoldBlueLarge {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

.Blue {
	color: #003366;
	font-weight:bold;
}

.Bold {
	font-size: 14px;
	font-weight: bold;
}