/* PAGE */

a:link {
	text-decoration: none;
	color: #fe6f13;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
	
}

a:hover {
	text-decoration: underline;
	color: #fe6f13;

}
a:active {
	text-decoration: none;
	color: #000000;
}

h1 {
	font-size: 150%;
	line-height: 120%;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 170%;
	line-height: 130%;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fe6f13;
	font-weight: bold;
}


body {
	font-family: trebuchet MS;
	line-height: 140%;
	font-size: 80%;
	color:#4c4c4c;
}

body,td,th {
	font-size: 80%;
	line-height: 140%;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;	
}

#test {
	font-size: 85%;
	line-height: 100%;
}


.link {
	color:#0000FF;
}
