﻿
p
{
	padding: 5px 0;
}

a
{
	color: #4479ad;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #0240a3;
}

a.Disabled, a.Disabled:hover, a.Disabled *
{
	color: #aaaaaa;
	text-decoration: none;
}

img
{
	border: none;
}

h1 /* Page Header */
{
	font: 160% Tahoma;
	padding: 10px 0 5px 0;
	margin: 0 0 20px 0;
}

h2 /* Page Section Header */
{
	font: 100% Tahoma;
	padding: 10px;
	border: solid 1px #cedff2;
	background-color: #f5faff;
}

h3 /* Page Sub-Section Header */
{
	font: 130% Tahoma;
	color: #1378a9;
	padding: 10px 0px 5px 0px !important;
	margin-bottom: 5px;
}

.center { margin: auto !important; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }