/*================================================================
The MAIN stylesheet.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/

h1 {
	color: #0d6e92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #0d6e92;
	text-transform: uppercase;

}

h2 {
	color: #0d6e92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h3 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #252525;
	padding: 10px 10px;
}

h4 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

ol {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

ul {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

a:link, a:visited {
	color: #0d6e92;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#fff;
	background-color: #0d6e92;
  
}

.legal {
	color: #717073;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.title_header {
	margin: 0px 0px 10px 0px;
}

.blue_text {
	color: #0d6e92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	font-weight: bold;
}

.footer_url {font-size: 14px; font-weight: bold;}

table {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

