
	body {
		font-size:			8pt;
		position: 			absolute;
		top: 				0px;
		left: 				0px;
		right: 				0px;
		width:				100%;
		height:				100%;
		padding: 			0px;
		margin: 			0px;
		border: 			0px;
		overflow:			auto;
		color:				#6c6c6c;
		background-color: 	rgb(255, 255, 255);
	}

	/*********************************** LINKS ************************************/


A:link { color:#6c6c6c; text-decoration:none;}
A:visited { color:#6c6c6c; text-decoration:none;}
A:active { color:#F4B82B; text-decoration:none;}
A:hover { color:#F4B82B; text-decoration:none;}


	.login {
		font-family:		geneva, arial, helvetica, sans-serif;
		font-size:			8pt;
		background-color:	#ffffff;
		color:				#000000;
		white-space: 		nowrap;
		text-decoration:	none;
		text-align:			left;
	}

	.bold {
		font-weight: bold;
	}



	h2 {
		font-family:		geneva, arial, helvetica, sans-serif;
		font-size:			1.4em;
		text-align:			right;

	}
	span {
		font-family:		geneva, arial, helvetica, sans-serif;
		font-size:			1.5em;
		text-align:			left;

	}

	p {
		font-family:		geneva, arial, helvetica, sans-serif;
		font-size:			11pt;
		margin-top:			0px;
		margin-bottom:		5px;
		text-align:			left;
	}

	/*********************************** DIVs ************************************/

	#header {
		background: #000000 url(./images/top_left_bg.jpg) no-repeat scroll 0 0;
		color:				#ffffff;
		width:				3300px;
		height:				75px;
		white-space: 		nowrap;
		overflow:			hidden;
		z-index:			2;
	}
	#header span {
		z-index:			2;
		font-family:		geneva, arial, helvetica, sans-serif;
		color:				rgb(255, 255, 255);
		font-size:			1.8em;
		text-align:			left;
		margin-left:			20px;

	}




	#text {
		width:				400px;
		position:	absolute;
		left:	20px;
		top: 100px;
		text-align:		right;
	}


	#summary1 {
		width:				400px;
		position:	absolute;
		left:	440px;
		top: 100px;
		text-align:justify;
	}
	#summary2 {
		width:				400px;
		position:	absolute;
		left:	860px;
		top: 100px;
		text-align:justify;
	}

	#summary3 {
		width:				400px;
		position:	absolute;
		left:	1280px;
		top: 100px;
		text-align:justify;
	}


	#title {
		width:	600px;
		position:	absolute;
		left:	1700px;
		top: 140px;
	}





	#links {
		width:		400px;
		position:	absolute;
		left:	2720px;
		top: 100px;
		text-align: left;
	}

	#morelinks {
		width:		400px;
		position:	absolute;
		left:	2290px;
		top: 100px;
		text-align: right;
	}





	#center {
		text-align:			center;
	}

	#bottom {
		position:			absolute;
		bottom:				0px;
		left:				20px;
		text-align:			left;
		z-index:			0;
	}

