/* MAIN CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#FFFCEB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#003;
}

table {
	border-width:0px;
	font-size:11pt;
	
}

.arrowTable {
	margin-bottom:10px;
}

.highlight {
	background-color:DEE3D6;
	color:#369;
	font-weight:bold;
}

.imgLink, .txtOnly {
	color: #003366 !important;
	font-size: 12px !important;
	font-weight: bold;
	text-decoration: none;
}

.imgLink:visited {
	color: #820707 !important;
	font-size: 12px !important;
	font-weight: bold;
}

.imgLink:hover {
	text-decoration: underline;
	color: #003366 !important;
}

a, a:visited {
	color:#339;
	font-weight:bold;
}
a:hover {
	color:#c60 !important;
}

.imgCredits {
	color:#820707 !important;
}

.mo { visibility:hidden; color:#c60; font-size:11pt; font-weight:bold; text-align:center; padding-bottom:20px; padding-left:10px; }

.mediumPrint {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:9pt !important;
}
.finePrint {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:8pt !important;
}

.purpleBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#820707 !important;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#1F4366;
}

.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#1F4366;
}

.green { color:#090 !important; }
.red { color:#f00 !important; }
.yellow { color:#fc0 !important; }

.bg1 { background-color:#fff3cf; }
.bg2 { background-color:#f4f4f0; }
.bg3 { background-color:#f5f5cf; }

#libvsweb td {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	font-size:12px;
	vertical-align:text-top;
}
#libvsweb .title {
	padding-top:3px;
	font-size:14px;
	font-weight:bold;
}
#libvsweb .lib, #libvsweb .web {
	color:#820707;
	font-weight:bold;
	font-size:13px;
}
