@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bodybg {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.bodybg_top {
	background-image: url(images/bodybg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body_bottombg {
	background-image: url(images/body_bottombg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #002849;
	line-height: 16px;
}
.bodytext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #008CFF;
	line-height: 16px;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9FBACF;
	line-height: 16px;
}
.lightbox_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.lightbox_link a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.bodytext_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001B39;
	line-height: 16px;
	text-decoration: none;
}
.bodytext_link a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001B39;
	line-height: 16px;
	text-decoration: none;
}
.bodytext_link a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
}
.bodytext_link a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
}
.bodytext_link a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	line-height: 16px;
	text-decoration: none;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #002849;
}
.subtitle_alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	color: #008CFF;
}
.introtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #608BAF;
}
.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	line-height: 14px;
}
.bottomlink a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	line-height: 14px;
	text-decoration: none;

}
.bottomlink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #CCCCCC;
	line-height: 14px;
	text-decoration: none;
}
.bottomlink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 14px;
	text-decoration: none;
}
.bottomlink a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #CCCCCC;
	line-height: 14px;
	text-decoration: underline;
}
.bottomlinkfaint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #333333;
	line-height: 14px;
}
.linebreaksmall {
	background-image: url(images/linebreak_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.linebreaklarge {
	background-image: url(images/linebreak_large.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
input.formInputText  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #173F5B;
	line-height: 16px;
    background-color: #E5E5E5;
    border: solid 2px #FFFFFF;
	}
	input.formInputText:hover {
	background-color: #9FBACF;
	cursor: pointer;
	border: solid 2px #D9D9D9;
    }
    input.formInputText:focus {
    background-color: #CCCCCC;
    cursor: text;
    border: solid 2px #FFFFFF;
}
textarea.formInputText  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #173F5B;
	line-height: 16px;
    background-color: #E5E5E5;
    border: solid 2px #FFFFFF;
	}
	textarea.formInputText:hover {
	background-color: #9FBACF;
	cursor: pointer;
	border: solid 2px #D9D9D9;
    }
    textarea.formInputText:focus {
    background-color: #CCCCCC;
    cursor: text;
    border: solid 2px #FFFFFF;
}
input.formInputButton  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #173F5B;
	line-height: 16px;
	background-color: #E5E5E5;
	border: solid 2px #CCCCCC;
	}
	input.formInputButton:hover {
	background-color: #9FBACF;
	border: solid 2px #D9D9D9;
    }
.boxtop {
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 10px 15px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 100;
	color: #002849;
	text-shadow: rgba(0,0,0,.0) 2px 2px 2px; /* Safari-only, but cool */
}
.boxcentre {
	background-image: url(images/box_centre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 10px 20px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #666666;
	line-height: 16px;
}
.boxbottom {
	background-image: url(images/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



.imageno {
	background-image: url(images/number_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
}
.imageno a:link {
	background-image: url(images/number_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
}
.imageno a:hover {
	background-image: url(images/number_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.imageno a:visited {
	background-image: url(images/number_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	text-decoration: none;
}
.imageno a:active {
	background-image: url(images/number_bg_off.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}
.imagebg {
	background-image: url(images/image_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
