/* CSS Document */
html, body{ background-color:#c0c0c0; margin:0px; padding:0px;}

A{text-decoration:none;}
a img{border:none;}

.bodybg{background-image:url(../img/body_bg.gif);}
.imgbg{background-image:url(../img/img_bg.gif); background-repeat:no-repeat;}
.midbg{background-image:url(../img/midbg.gif); background-repeat:no-repeat;}
.midlinebg{background-image:url(../img/midlinebg.gif);}




.normaltext{font-family:Calibri; font-size:14px; line-height:17px; color:#ffffff; font-weight:normal;}
.normaltextbold{font-family:Calibri; font-size:18px; line-height:21px; color:#ffffff; font-weight:normal;}
.textbold{font-family:CandidaBT; font-size:18px; line-height:21px; color:#ffffff; font-weight:normal;}

.normal{font-family:Arial MT; font-size:16px; line-height:19px; color:#00929d; font-weight:normal;}
.normalbold{font-family:Arial MT; font-size:18px; line-height:21px; color:#00929d; font-weight:normal;}


.textbox{border: 1px solid #c6c6c6;	font-family: Verdana; font-size:12px; background-color:#f8f8f8; color:#000000; height:30px;}

.button{border: 1px solid #101010; font-family:verdana; font-size:12px; color:#879C01; font-weight:normal; background-color:#000000; line-height:17px; cursor:hand;}



.footer{font-family:Arial; font-size:12px; line-height:17px; color:#00929d; font-weight:normal;}
a.footer{font-family:Arial; font-size:12px; line-height:17px; color:#00929d; font-weight:normal;}
a.footer:hover{font-family:Arial; font-size:12px; line-height:17px; color:#00929d; font-weight:normal; text-decoration:underline;}



.head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#ffffff;
}





/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
