@charset "utf-8";
/* CSS Document */

body {background:url(images/body-bg.jpg) fixed;
margin:0px; 
font-family:Arial, Helvetica, calibri, sans-serif;}

.header {
	background:#000;
	height: 100px;
	border-bottom: 1px  solid #ffca2d;
}

.bottom {
	background: url(images/bg_inner.png);
	font-family: Calibri;
	font-size: 18px;
	font-style:normal;
	color: #fff;
	line-height: 25px;
	text-align: justify;
}
.bottom a {color:#FFFF00; text-decoration:none;}
.bottom a:hover {color:#FFFFFF;}

.mail a {color:#cccccc; font-size:14px; text-decoration:none;}
.mail a:hover {color:#FFFFFF; text-decoration:underline;}

.header_white {font-family:"calibri"; font-size:22px; color:#FFFFFF; line-height:50px;}
.header_green {
	font-family: "calibri";
	font-size: 22px;
	color: #0CF;
	line-height: 50px;
}
.text_white {font-family:"calibri"; font-size:14px; color:#FFFFFF; line-height:20px;}

.readmore { font-size:12px; color:#FFFF00; font-style: italic; line-height:40px; text-transform:uppercase;}
.readmore a {
	color: #FFFFFF;
	text-decoration: none;
}
.readmore a:hover {
	color: #0099FF;
}

.copyright {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f54721;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.normal_blue {color:#00CCFF; font-size:15px; line-height:25px; font-weight:bold; font-style:normal;}

.imgleft {float:left; margin-right:10px; border:5px solid #CCCCCC;}

.textfield {font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color:#333333; border:1px solid #666666; width:200px; color:#FFFFFF;}

.submit {background:url(images/bg_submit.jpg) repeat-x; height:32px; font-family:Calibri; font-size:16px; border:1px solid #999; width:80px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; color:#FFFFFF;}
.submit:hover {border:1px solid #fff; cursor:pointer;}

.border_right {border-right:1px solid #333333;}
