body, p, tr, td {font-family: Tahoma; font-size: 10pt}

.bold_text {color:#1C4178; font-weight:bold}
.bigger{font-size:110%; font-weight:bold; color:#1C4178}

a.white {color:#FFFFFF; text-decoration:none}
a {color:#08386B; text-decoration:underline}
a:hover {text-decoration:underline}

a.menu{font-family:Georgia; font-size: 13pt; color:#FFFFFF; text-decoration:none}
a.menu:hover{color:#FF6600}

h1{margin-left: 30px; margin-right: 30px; margin-top: 20px; margin-bottom:0; font-weight:bold; font-size:18px}

h3{font-weight:bold; font-size:10pt; margin-bottom:0}

a:hover {text-decoration:underline}

.subtitle {font-family:Georgia; font-size:13pt; color:#08386B}

a {position:relative}

.imageright{float:right; margin-left:10px; margin-bottom:5px}
.imageleft{float:left; margin-right:10px; margin-bottom:5px}

/** LIGHTBOX **/
#lightbox {
	background-color: white; padding: 10px;	border: 0px solid #FFF;
}
#overlay {
	background-image: url(/images/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333; background-color: white; font-size: 90%; text-align: center;
}
* html #overlay {
	background-color: #000;	background-image: url(/images/lightbox/blank.gif);	filter: Alpha(opacity=50);
}