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

	body {
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
		height: 100%;
		max-height: 100%;
		background-color:#FFFFFF;
		font-family:Arial, Helvetica;
		font-size:11px;
	}
	
	div#navbar{
		position: absolute; 
		bottom: 0; 
		left: 0; 
		width: 100%; 
		height: 80px; /*Height of frame div*/
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background: #000000;
		color: white;
		margin:0;
	}
	
	div#maincontent{
		position:fixed;
		top:0;
		left: 0;
		right: 0;
		bottom: 100px; /*Set bottom value to HeightOfFrameDiv*/
		overflow: auto; 
	}
	
	div#copyright {
		color:#999;
		font-size:9px;
		line-height:30px;
	}
	
	div#top_button { 
		position: absolute; 
		top: 20px;
		right: 20px;
	}
	
	div#arrows {
		text-align:right;
	}
	
	h1 {
		font-family:Helvetica, Arial; 
		font-size:24px; 
		color: #000; 
		font-style:regular; 
		font-weight:normal; 
		line-height:1.5; 
		padding-bottom:30px;
		font-weight:100;
		margin-left: 15px;
		margin-right: 20px;
		margin-top: 15px;
		text-align:left;
		text-transform:none;
	}
	
	h2 {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		color: #555555;
		font-size: 10px;
		line-height: 12px;
		font-style: normal;
		font-weight:100;
		margin-left: 15px;
		margin-top: 15px;
		font-variant: normal;
		top: 50%;
		text-align:left;
		text-transform:uppercase;
	}
	
	h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #e406e1;
		font-size: 15px;
		line-height: 20px;
		font-style: oblique;
		font-weight:100;
		margin-left: 15px;
		text-align:left;
	}
	
	p {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#555555;
		font-size:11px;
		line-height: 16px;
		letter-spacing:normal;
		font-weight:normal;
		margin-left: 15px;
		margin-top: 4px;
		text-align:left;
	}
	
	alt {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#555555;
		font-size:11px;
		line-height: 15px;
		letter-spacing:normal;
		font-weight:normal;
		margin-left: 15px;
		margin-top: 4px;
	}
	
	img	{
		border-style: none;
		background:none;
	}
	
	img a {
		background:none;
	}
	
	img:hover {
		background:none;
		}
	
/*	old a
		a {
		font-family:Georgia, "Times New Roman", Times, serif;
		color: #e406e1;
		line-height: inherit;
		font-style: oblique;
		font-weight: lighter;
		text-decoration: none;
		border:0 solid;
	} 
*/
	
	div#maincontent a { 
		text-decoration:none;
		color:#999;
		padding:3px 3px 0px 0px; 
	}
	
	div#maincontent a:hover { 
		color:#FFF; 
		background:#FF008B; 
	}
	
	div#maincontent a:active { 
		color:#FFF; 
		background:#FF008B; 
	}
	
	.arrows a, a:active, a:hover {
		background:#FFFFFF;
	}
		
	.navbar a, a:hover, a:active {
		background:#000000;
	}
		