﻿/* CSS Document */

p		{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
		}
		
		
p.ltblue		{
	color:#66cccc;
	font-family:"Trebuchet MS";
	font-size:12px;
		}
		
p.dark		{
	color:#000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:12px;
		}
		
a:link	{
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
		}
a:visited	{
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
		}
		
a:hover	{
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
		}
		
a:active	{
	color: #000000;
	font-family:verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
		}
		
a.dark:link	{
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
		}
a.dark:visited	{
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
		}
		
a.dark:hover	{
	color: #555555;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:underline;
		}
		
a.dark:active	{
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	text-decoration:none;
		}
		
h1		{
	color:#000000;
	font-family:"Trebuchet MS";
	padding:2px;
		}
		
h2		{
	color:#000000;
	font-family:"Trebuchet MS";
	padding:2px;
		}
		
h3		{
	color:#000000;
	font-family:"Trebuchet MS";
	padding:2px;
		}
		
h4		{
	color:#000000;
	font-family:"Trebuchet MS";
	padding:2px;
		}
		
h5		{
	color:#888888;
	font-family:"Trebuchet MS";
	padding:2px;
		}
		
table tr td	{
	font-family:"Trebuchet MS";
		}
li {
	list-style-type:none;
	list-style-image: none;
	list-style-position: inside;
	text-align:left
}
ul {
	list-style-type: square;
	list-style-position: inside;
	float:left
}
.style1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.style2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CC0000;
}
