body {background-color: #FFFFFF;font-family: Verdana; font-size: 12px;margin-left: 0px;margin-right: 0px;margin-top: 10px;margin-bottom: 0px;text-align: left;}

a img {	border: 0px;}

a {text-decoration: none;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover {text-decoration: underline;}

a:active {text-decoration: none;}



.menu			{ font-family: Arial; font-size: 12px; font-weight: bold; color:#FFFFFF;text-align: center;}
.copyright		{ font-family: Verdana; font-size: 10px; color:#1385B8;font-weight: bold;}
.title			{ font-family: Arial; font-size: 26px; color:#48247D;}
.text			{ font-family: Verdana; font-size: 12px;} 

#container{
width: 700px;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 25px;
text-align: center;
}

/* styles for icebox popups  */

#icebox{
background: #000;
}

#icebox_image{
position: absolute;
top: 16px;
left: 16px;
}

#icebox_frame{
position: absolute;
top: 16px;
left: 16px;
border: 0px;
background: #fff;
}

#icebox_close_button{
position: absolute;
top: 0px;
right: 0px;
}

#icebox_loading{
position: fixed;
bottom: 0px;
right: 0px;
}

#icebox_overlay{
background-color: black;
-moz-opacity: 0.8;
opacity: 0.8;
filter:alpha(opacity=80);
_background: transparent url("/icebox_images/overlaybg.png" ) top left repeat;
}

