﻿body, form
{

	margin:0px 0px 0px 0px;
	font-family:Arial;
	font-size:12px;
	color: #3a3a3a;

	
}

a, a.PrintLink
{
	color:#005B98;
	text-decoration: none;
	background-color: transparent;
	border-color: #005B98;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	cursor:pointer; 
	cursor:hand;
}
.white
{
	color: #FFFFFF;
	border:none;
	text-decoration:underline;
}
a.white
{
	color: #FFFFFF;
	border:none;
	text-decoration:underline;
}






a:hover
{
	border:none;
	text-decoration:none;
}

h1
{
	font-size:24px;
}

h2
{
	font-size:18px;
	border-bottom:solid 1px #e2e0d9;
	padding-bottom:2px;
	color:#2e2e2e;
}
h3
{
	font-size: 18px;
}

.Left
{
	float:left;
}

.Right
{
	float:right;
}

.Clear
{
	clear:both;
	font-size:0px;
	min-height:0px;
	
}

