﻿/*
This is the base site stylesheet. It should contain
styles for element-level selectors only (body, p, h1, etc.).
Any styles for qualified selectors (by id, class, etc) should
go in SiteQualified.css.

This stylesheet should always be linked *after* all Global stylesheets.
*/

html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Default font settings for the site */
html, body, div, p, span, td, a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
}
input, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
}
select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
}
ul
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
} 

a
{
	color: #0065a4;
}

a:hover
{
	text-decoration: underline;
}

label
{
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 1px;
}

/* Global header styles */
h1, h2, h3, h4, h5, h6
{
	color: #0065A4;
}

h1
{
	font-family: Georgia, Serif;
	font-size: 22px;
	font-weight: normal;
	position: relative;
}

h2
{
	margin: 0px;
	padding: 0px;
	background: transparent url(../Images/Common/header2_bg.gif) repeat-x;
}

h2 span
{
	display: block;
	background: transparent url(../Images/Common/header_corner.gif) no-repeat left top;
	font-size: 14px;
	line-height: 33px;
	color: #FFFFFF;
	padding-left: 13px;
}

h2 span em
{
	display: block;
	background: transparent url(../Images/Common/header_corner.gif) no-repeat right top;
	font-style: normal;
}

h5,
h5 a
{
	font-size: 12px;
	font-weight: bold;
	color: #0065A4;
}

