/* CSS Document */




a:link {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-align: left;
	}
 a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-align: left;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}
a:focus {
	text-decoration: underline;
	}

p{
		font-size: 12px;

	color: #999999;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:center;
	margin-bottom:10px;
}


h2{
	font-size: 18px;
	font-family:Verdana, Geneva, sans-serif;
	color: #AAAAAA;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:0;
	margin-top:100px;
	margin-bottom:20px;
	margin-left:0;
}
h3{
font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #AAAAAA;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;

}
