﻿h1
{
	font-size: 1.2em;
	font-family: "franklin gothic demi cond" , verdana, arial;
	font-weight: bold;
	color: #ff9800;
	margin-top: 0px;
	padding-top: 0px;
}

h2
{
	font-family: "Trebuchet MS" , arial;
	font-size: 1.0em;
	color: #f69324;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}

.italic
{
	font-style: italic;
}

.orangeText
{
	color: #FF9800;
}

.fullcol1
{
	float: left;
	width: 115px;
	padding-top: 28px;
}

.fullcol2
{
	float: left;
}

.fullcol2 ul
{
	margin-left: 20px;
	padding-left: 0px;
	color: #ff9800;
}

.fullcol3
{
	float: right;
	width: 450px;
	padding-top: 28px;
}

.clearer
{
	clear: both;
}

.inline
{
	display: inline;
}

img
{
	border: none;
}

