﻿/* Apex CSS*/

/* Font Styles */

.blueheading {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px
	}

.subheading {
	font-size: 12px;
	color: #003366;
	font-weight: bold
	}

.maroonheading {
	color: #790000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px
	}
	
.quotesleft {
	background: url('/Images/quotes-left.gif') no-repeat top left;
	padding-top: 18px;
	width: 100%;
	min-height: 50px;
	}

.quotesright {
	background: url('/Images/quotes-right.gif') no-repeat bottom right;
	padding-bottom: 18px;
	}
	
.bluetext {
	font-size: 11px;
	color: #003366;
	}
	
.newsheading {
	font-weight: bold;
	color: #000000
	}
	
.newsheading a:link, .newsheading a:visited, .newsheading a:active {
	font-weight: bold;
	color: #000000
	}
	
.newsheading a:hover, .newsheading a:visited:hover {
	color: #003366;
	}
	
.tagmessage {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #06357a;
	line-height: 26px;
	
	width: 275px;
	height: 200px;
	text-align: right;
	}