body {background-color:#808080}

body, p, tr, td {font-family: Georgia; color:white; font-size:12pt}

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

a {color:black}
a.white {color:white}

a.menu{font-size:190%}

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

h3{font-weight:normal;font-size:21pt; margin-bottom:0}

form input, form select, form textarea {color:white; border:0; background:#999999; font-size:9pt; border-style: solid; border-color:#999999; border-width:1px;"}

form {font-size:9pt}



/** 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);
}