﻿/*
Blue: #003976;
Black: #000;
Grey: #7d7d7d;
*/
html, body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: Black;
}
h1, h2, h3, h4, h5{
	font-weight: bold;
}
a, a:visited{
	color: #003976;
}
a:hover{
	color: #aa3976;
}
h1.blogHeadlines{
	font-size: 125%;
	font-weight: normal;
	color: #003976;
}
h1.blogHeadlines a{
	text-decoration: none;
}
h1.blogHeadlines a:hover{
	text-decoration: underline;
}
#rightSpotBox ul li #poll h1{
	font-size: 125%;
}
#rightSpotBox ul li #poll{
	font-size: 86%;
	font-weight: bold;
}
#mainNewsBox h1, #subContentBox h1{
	font-size: 120%;
}
#subRightBarTd ul li, #rightBarTd ul li{
	font-size: 86%;
	font-weight: bold;
	color: #572800;
}
#subRightBarTd ul li a, #rightBarTd ul li a{
	text-decoration: none;
	color: White;
}
#subRightBarTd ul li a:hover, #rightBarTd ul li a:hover{
	text-decoration: underline;
}
.textGrey{
	color: #7d7d7d;
}
.waterMark{
	font-style: italic;
	color: Red;
	letter-spacing: 1px;
}