@charset "utf-8";

html, body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}

h1 {
font-size:20px;
color: #28B572;
}

p { 
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif;
font-weight : normal; 
color:#666666;
} 

.text { 
font-size : 10px; 
font-family : Arial, Helvetica, sans-serif;
font-weight : normal; 
color : #000000 
} 

p.head { 
font-size : 10px; 
font-family :Arial, Helvetica, sans-serif;
color : green; 
font-weight : bold; 
}

.head { 
font-size : 12px; 
font-family : Arial, Helvetica, sans-serif;
color : green; 
font-weight : bold;
}

.small { 
font-size : 8px; 
font-family : Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
color:#28B572;
}
