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

	/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #abb7c5;
	background-repeat: repeat;
	}
	
	div.head {
	color:#CCCCCC;
	text-transform:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	background-repeat: no-repeat;
	white-space: normal;
	background-color: #FFFFFF;
	border-bottom-width: 0.5px;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #8b9aab;
	}
	
	div.body {
		border: 1px;

		border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	}
	
	div.left {
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 400px;
	width: 260px;
	font-family:  Lucida Grande, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	color: #999999;
	}
	
	div.bottab {
	position:relative;
	border-top-style: none;
	border-right-style: none;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 360px;
	margin-right: 25px;
	font-family: Lucida Grande, serif;
	font-style: normal;
	color:#FFFFFF;
	width:60%;
	}

.style2 {
	color: #0099CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.style3 {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

