body {
	margin: 0;
	padding: 0;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

p
	{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF
	}
	
td
	{
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF
	}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.html) repeat-y;
}

a
	{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited
	{
	text-decoration: none;
	color: #C0C0C0;
	font-weight:bold;
	}
	
a:hover
	{
	text-decoration: underline;
	color: #FF0000;
	font-weight:bold;
	}
