@charset "UTF-8";
.style1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003300;
}
.style3 {color: #FF9900}
.style4 {color: #C8CCED}
body {
	margin:0;
   	padding:0;
	background-color: #ffffff;
	background-image: url(img2/stripes.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
a:link {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	color: #9FCC2B;
	text-decoration:none;
}
a:hover {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}
a:visited {
	color: #EB008B;
	text-decoration:none;
}
h1	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;	
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0
	}
	
h2	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0
}
h3	{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0
}
h4 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	color: #9FCC2B;
}

