﻿/* CSS Document */

.lightBlueText {
	color: #6C9CD1;
}
a.sideNav:link {
	color: #195594;
	text-decoration: none;
	font-size: 14px;
	font-family: "Arial Narrow";
}
a.sideNav:visited {
    color: #195594;
    text-decoration: none;
}
a.rss:hover {
    color: #ff6600;
}

a.rss:link {
	color: #195594;
	text-decoration: none;
	font-size: 10px;
	font-family: "Arial Narrow";
}
a.rss:visited {
    color: #195594;
    text-decoration: none;
}
a.sideNav:hover {
    color: #ff6600;
}

.textAlignCenter {
	text-align: center;
	border-right: #6C9CD1;
}
.textAlignRight {
	text-align: right;
}
.fontColorWhite {
	color: #FFFFFF;
}
.topHeader {
	color: #FAB035;
	font-size: 16px;
}
.bgHeader {
	background-image: url(www/images/header_bg.jpg);
}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style21 {font-size: 14px;
          font-weight: bold;
	      text-decoration: underline;
		  color: #FAB035;}
.bottomHeader {
	color: #195594;
	font-size: 14px;
	font-weight: bold;
}
h1 
{ 
	font-family: arial; 
	color:#195594 ; 
	font-size: 14pt; 
	font-weight: bold;
	margin:0px;
	padding:0px;
	}
h2 
{ 
	font-family: arial; 
	color:#195594 ; 
	font-size:12pt; 
	font-weight: bold;
	margin:0px;
	padding:0px;}
	
h3 
{ 
	font-family: arial; 
	color:#ff6600 ; 
	font-size:10pt; 
	font-weight: bold;
	margin:0px;
	padding:0px;}
	
a:link {
	font-weight: bold;
	color: #195594;
	text-decoration: none;
	
}
a:visited {
	font-weight: bold;
	color: #195594;
	text-decoration: none;
	
}
a:hover {
	color: #ff6600;
}
a.themes:link {
    color: #195594;
    text-decoration: underline;
	font-size: 13px;
}
a.themes:visited {
    color: #195594;
    text-decoration: underline;
}
a.themes:hover {
    color: #ff6600;
}

