﻿/* ---------- Typography ---------- */

.webSiteMasterForm
{
	font-family: Arial, Verdana, sans-serif;
}

.webSiteMasterForm h1, .webSiteMasterForm h2, .webSiteMasterForm h3,
.webSiteMasterForm h4, .webSiteMasterForm h5, .webSiteMasterForm h6,
.webSiteMasterForm p, .webSiteMasterForm pre, .webSiteMasterForm ul,
.webSiteMasterForm ol, .webSiteMasterForm dl /*, .webSiteMasterForm span*/
{
	margin: 10px 0;
	font-size: 1.2em;
}

.webSiteMasterForm p a { font-size: 1em; }
.webSiteMasterForm pre a { font-size: 1em; }
.webSiteMasterForm ul a { font-size: 1em; }
.webSiteMasterForm ol a { font-size: 1em; }
.webSiteMasterForm dl a { font-size: 1em; }

.webSiteMasterForm h1
{
	font-family: Serif;
	font-weight: normal;
	font-size: 2.7em;
}

.webSiteMasterForm h2 
{
	font-family: Serif;
	font-weight: normal;
	font-size: 2.4em;
}

.webSiteMasterForm p
{
	line-height: 1.5em;
}

.webSiteMasterForm a
{
	color: #124B8A;
	/*color: #124B8A !important;*/
	text-decoration: none;
	font-size: 1.2em;
}

.webSiteMasterForm .disabledLink { color: #000; }
.webSiteMasterForm .disabledLink:hover { text-decoration: none; }

.webSiteMasterForm a:hover { text-decoration: underline; }

/* Remove border around (linked) images */
.webSiteMasterForm img 
{
	border: 0;
}

.webSiteMasterForm .arrowLink
{
	background: url(../Images/arrow_right.gif) no-repeat left center;
	padding-left: 1.3em;
}

.webSiteMasterForm .rightLink
{
}

.webSiteMasterForm .rightLinkWrapper
{
	text-align: right;
	width: 163px;
}