/* CSS Document */

h1 { color: #f00; font-weight: bold; font-size: 20px; font-family: Tahoma }
h2 {
	color: #000099;
	font-size: 20px;
	font-family: Tahoma;
	margin-top: 15px;
}
h3 { color: #009; font-weight: 700; font-size: 20px; line-height: 32px; font-family: "Trebuchet MS", Verdana, Arial }
h4 { color: #000000; font-weight: 500; font-size: 13px; line-height: 16px; font-family: Tahoma; letter-spacing: 150% }
h5  { color: #ffffff; font-weight: 500; font-size: 17px; line-height: 16px; font-family: Tahoma, Geneva, sans-serif }
h6    {
	font-weight: 500;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	margin-bottom: 0px;
}
paragraph  { font-weight: 100; font-size: 12px; font-family: Tahoma, Geneva, sans-serif 
}
a {
	font-family: Tahoma;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}