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

body {
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
}

/* Layout */
.background-centre {	
	position:relative;
	width:100%;
	height:650px;
	margin-left:auto; 
	margin-right:auto;
	background-image:url(../images/back-circle.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
.content {	
	position:relative;
	width:900px;
	margin-left:auto; 
	margin-right:auto;
	}
	
.header{
	width:870px;
	margin-left:
	auto;margin-right:auto;
	padding-top:17px;
	}
	
.footer {
	clear:both;
	background-image:url(../images/back-bot.png);
	height:72px;
	}

/* Font */	

.buttons, .buttons a:link, .buttons a:active, .buttons a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:white;
	text-align:center;
	width:99%;
	text-decoration:none;
	}
	
.buttons a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#ef931b;
	text-align:center;
	width:99%;
	}
	
.buttons {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:white;
	text-align:center;
	width:99%;
	}

.buttons2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#ef931b;
	text-align:center;
	width:99%;
	}


.footertxt, .footertxt a:link, .footertxt a:active, .footertxt a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:white;
	text-align:center;
	padding-top:40px;
	letter-spacing:-1px;
	text-decoration:none;
	}

.footertxt a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#A4D1FF;
	text-align:center;
	padding-top:40px;
	letter-spacing:-1px;
	}

.caseheader {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#787878;
	text-align:center;
	}
	
.casetext, .casetext a:link, .casetext a:active, .casetext a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
	}

.casetext a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	}

.casemore {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2a7ebb;
	}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#2a7ebb;
	font-weight:lighter;
	}

h2, h2 a:link, h2 a:active, h2 a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2a7ebb;
	text-decoration:none;
	}

h2 a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2a7ebb;
	}
	
.body1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	}
	
.body1 a:link, .body1 a:visited, .body1 a:active{
	color:#2a7ebb;
	text-decoration:none;
	}

.body1 a:hover{
	color:#7dc2ff;
	}	

.body2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;;
	}
	
.body2 strong {
	font-weight : bold;
	}

.body2 input {
	margin-top : 5px;
}

.body2 textarea {
	margin-top : 5px;
}

.body2 a:link, .body2 a:visited, .body2 a:active{
	color:#2a7ebb;
	text-decoration:none;
	}

.body2 a:hover{
	color:#7dc2ff;
	}	

.bottomtext{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ea8d14;
	font-weight:bold;
	}

.bottommore {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#2a7ebb;
	}


