/* CSS Document */
html { height: 100%; 
	margin: 0 auto;
}
.background	{
	width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 0;
	}
	
body { 
	margin: 0 auto;text-align:center;
	background-color: #fff; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	margin-top: -1px; 
	z-index:0; 
	position:relative; 
	}

.white	{
	background: #000000;
	/*opacity: .99999;*/
	filter: alpha (opacity=90);}
	
.seethru	{
	background: #FAF7E4;
	/*opacity: .99999;*/
	filter: alpha (opacity=90);}

.content	{z-index: 2; position: relative;}


a:link,
a:visited,
a:hover,
a:active	{
color:#000066;
text-decoration:underline;
}

td,p,div{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.small{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:16006A;
}
.header{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:16006A;
}
.pic{
margin-left:10px;
margin-bottom:5px;
}

/***********************************************/

.linkbutton {
	display:block;
	background-color:#91A9D5;
	width:199px;
	color:#000066;
	font-size:16px;
	font-weight:bold;
}
.linkbutton a {
	display:block;
	padding: 5px 0 5px 15px;			
	line-height:16px;
	height:16px;
	color:#000066;
	text-decoration:none;
}
.linkbutton a:hover {
	display:block;
	line-height:16px;
	height:16px;
	background-color:#FFFFFF;
	color:#000066;
	text-decoration:none;
}