/* CSS Document */

body {
	background-color:#669933;
	width:800px;
	margin: 10px auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	}

a {
	color: #336699;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #006699;	
	}

h1 {
	font-family:  Arial, sans-serif;
	font-size: 18px;
	color: #3399CC;
	text-align: center;
	}
	
h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-align: center;
	line-height: normal;
	}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: normal;
	}
	
p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	text-align: justify;
	}

span {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	}
.tx {

	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: normal;
}
.txgral {


	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: normal;
}

