@charset "utf-8";
/* CSS Document */


/*  */

h1 {
	font-family : Trebuchet, Verdana, Arial;
	font-size : 21px;
	color : #202020;
}

h2 {
	font-family : Verdana, Arial;
	font-size : 16px;
	font-weight : bold;
	color : #202020;
}

.text1  {
	font-family : Verdana, Arial;
	font-size : 16px;
	color : #202020;
	text-align : left;
}
.text2  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #202020;
	text-align : justify;
}
.text3  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #202020;
	text-align : center;
}

.text4  {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : #000000;
	text-align : center;
}

a  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : #0000cc;
	font-style : normal;
	text-decoration : none;
	font-weight : normal;
	text-align : left;
}

A:Visited  {
	color : #cc0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
}

A:Hover  {
	color : #009933;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
}



