﻿body 
{
	margin:0px;
	padding:0px;
	font-family: Tahoma, Sans-Serif;
	font-size:12px;
	background-color:#FCF1DB;
	color: #212121;
}

h1
{
	color:#0046B6;
	margin-bottom:4px;
	font-family:Tahoma, Sans-Serif;
	font-size:22px;
	font-weight:normal;
}

h2
{
	color:#F2BB46;
	margin-bottom:2px;
	font-family:Tahoma, Sans-Serif;
	font-size:18px;
	font-weight:normal;
}

h3
{
	color:#212121;
	margin-bottom:4px;
	font-family:Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	padding:4px 8px;
	background-color:#FDF4E3;
	position:relative;
	left:-8px;
}

h4
{
	color:#0046B6;
	margin-bottom:4px;
	margin-top:9px;
	font-family:Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
}

.HomePageLink {
	font-family:Tahoma, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color:#E5DEFF;
	text-align:center;
	background-color:#3300FF;
}

.HomePageLink a {
	color:#E5DEFF;
}

.ssInsidePageHeader
{
	font-family:Times New Roman, Serif;
	font-size:22px;
	font-weight:bold;
	color:White;
}

.ssInsidePageHeaderShadow
{
	font-family:Times New Roman, Serif;
	font-size:22px;
	font-weight:bold;
	color:#D9882F;
}

a, a:link, a:visited, a:active
{
	color:#0047B5;
	text-decoration:underline;
}

a:hover
{
	color:#0047B5;
	text-decoration:underline;
}

a.ssWhiteBoxLink, 
a.ssWhiteBoxLink:link, 
a.ssWhiteBoxLink:visited, 
a.ssWhiteBoxLink:active,
a.ssWhiteBoxLink:hover
{
	color:#0047B5;
	text-decoration:underline;
	font-weight:bold;
}

.ssFooter
{
	color:White;
	font-family:Tahoma, Sans-Serif;
	font-size:12px;
}

.ssFooter a,
.ssFooter a:link,
.ssFooter a:visited,
.ssFooter a:active,
.ssFooter a:hover
{
	color:White;
	text-decoration:none;
}

A.EditorLink
{
	color:#0047B5;
	text-decoration:underline;
	font-family:Tahoma, Sans-Serif;
	font-size:12px;
}

.WRContentAreaClass P
{
	margin: 0px;
}
/***
ol
{
	margin-top: 0px;
	margin-bottom: 4px;
}

ol li
{
	margin-top: 0px;
	margin-bottom: 4px;
}

ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul li
{
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/bullet_bluedot.gif);
	background-position: 2px center;
	background-repeat:no-repeat;
}
**/

ul.yellowbullet li
{
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(../images/bullet_yellowdot.gif);
	background-position: 2px center;
	background-repeat:no-repeat;
}

