@charset "UTF-8";
body {
	background-image: url(background2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
a:link {
	font-weight: bold;
	color: #6D9BC4;
}
.table-main {
	border: thin solid #CCC;
	background-color: #FFF;
	padding: 10px;
}
.bluetext {
	font-size: 14px;
	font-style: italic;
	color: #006;
}
.darkbluetext {
	font-size: 14px;
	font-style: italic;
	color: #3E7BB1;
}
.nav {
	font-size: 14px;
	font-weight: lighter;
	color: #3E7BB1;
}
.nav a:link {
	font-size: 14px;
	color: #3e7bb1;
	text-decoration: none;
}
.nav a:hover {
	color: #666;
	text-decoration: underline;
}
.nav a:visited {
	color: #3E7BB6;
	text-decoration: none;
	font-weight: bold;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #6193BF;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.subtitlelarge {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.small {
	font-size: 11px;
}
