html {
overflow: hidden;
}
body {
height: 100%;
overflow: auto;
}

body, p, tr, td {font-family: Georgia; font-size: 11pt}

#dot {POSITION: absolute; TOP: 20px; LEFT:840px; width:40px; height:42px; visibility:VISIBLE;}

.bold_text {color:#1C4178; font-weight:bold}
.bigger{font-size:110%; font-weight:bold; color:#1C4178}
.subtitle{font-size:13pt; color:#0051A0}
.blue{color:#6EA3D7; font-size:12pt}
.head{font-weight:bold;font-size:12pt}

a {color:black; text-decoration:none}
a:hover {text-decoration:underline}
a {position:relative}

h1{font-weight:bold; font-size:11pt}

h3{font-weight:bold; font-size:12pt}

a:hover {text-decoration:underline}

.imageright{float:right; margin-left:10px; margin-bottom:5px}
.imageleft{float:left; margin-right:10px; margin-bottom:5px}

a {position:relative}

/** 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);
}
