/* CSS Document */
* { margin:auto; padding:0;}
html{
	font-family:Tahoma, verdana;
	font-size: 12px;
	color: #CCCCCC;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	line-height:normal;
	color:#333333;
	font-weight: normal;
	
	}
	
.footer {
	font-family: Tahoma, verdana;
	font-size: 10px;
	line-height:18px;
	color:#333333;
	font-weight: lighter;
	
	}
	
.footerlink {
	font-family: Tahoma, verdana;
	font-size: 10px;
	line-height:18px;
	color:#096398;
	font-weight:bold;
	
	}

.link {
	font-family: Tahoma, verdana;
	font-size: 11px;
	line-height:18px;
	color:#096398;
	font-weight:bold;
	
	}
	
	h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #999999;
	font-weight: 500;
	letter-spacing: 1px;
	word-spacing: 1px;
	text-align: left;
	text-indent: 10px;
}

