P, UL
	{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-size: 14px;
		line-height: 20px;
		color: #4D4E8D;
	}

H1, .h1
	{
		font-family: Verdana, Arial, Helvetica;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: #46473E;
	}

H2, .h2
	{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #56574E;
		letter-spacing: 2px;
	}

H3, .h3
	{
		font-family: Trebuchet MS, Verdana, Arial, Helvetica;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		color: #FFCC66;
	}

.copy
	{
		color: #66675E;
		font-size: 9px;
	}

.small
	{
		font-size: 9px;
		font-weight: normal;
		line-height: 16px;
	}

line
	{
		font-size: 14px;
		font-weight: normal;
		color: #FFCC66;
	}

BODY
	{
		background-color: #4D4E8D;
	}

A:link
	{
		color:#000000;
		text-decoration:none;
	}

A:visited
	{
		color:#000000;
		text-decoration:none;
	}

A:hover
	{
		color:FF4444;
		text-decoration:underline;
	}