body{
	background:white;
	margin:0px;
	FONT-SIZE: 8pt;
	COLOR:#304070;
	FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif;
}



#container{
	
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#header{
	height:100px;
	border:0px;
	}


#tabs_link 
	{
	text-decoration:none;
	color:white;
	}

#tabs_link:hover
	{
	text-decoration:underline;
	color:#95c8e2;
	}





#tabs
	{
	float:center;
	height:15px;
	background-color:black;
	color:white;
	border-top:1px solid maroon;
	border-bottom:1px solid maroon;
	font-size:12px;
	}



	#footer{
	clear:both;
	
	background-color:#999900;
	text-align:center;
	color:white;
	FONT-SIZE: 10pt;
	COLOR: #304070;
	FONT-FAMILY: Tahoma, Verdana, Arial, Sans-Serif;
}


#view_image
	{
	
	border:1px solid white;
	}


.link           {
		text-align:center;
		text-decoration:none;
		color: #304070;
		}




.link:hover {
	    color:#66aacc;
		text-decoration:underline;
	    }
		
#btn	{
	background-color:#ededed;
	border:1px solid silver;
	cursor:hand;
	}

#btn:hover	{
		background-color:white;
		border:1px solid #304070;
		}
		
.view_image
	{
	border:1px solid red;
	background:url('loading.gif') no-repeat 50% 50%;
	}