﻿body 
{
	
	
	
}

.BlackBackground
{
	background-color: #ffffff;
}

.YellowBackground
{
	background-color: #ffcc00;
}

.NormalWhiteFont
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BoldWhiteFont
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.NormalRedFont
{
	font-size: 11px;
	color: darkred;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BoldRedFont
{
	font-weight: bold;
	font-size: 11px;
	color: darkred;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.NormalYellowFont
{
	font-size: 11px;
	color: #ffcc00;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
.BoldYellowFont
{
	font-weight: bold;
	font-size: 11px;
	color: #ffcc00;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.BulletedListLinkStyle {line-height:150%; list-style-type: square;}
.BulletedListLinkStyle a { text-decoration:underline; color: #ffcc00; font-weight:normal;}
.BulletedListLinkStyle a { text-decoration:underline; color: #ffcc00; font-weight:normal;}
.BulletedListLinkStyle a:link {text-decoration:underline; color: #ffcc00; font-weight:normal;}
.BulletedListLinkStyle a:visited {text-decoration: underline; color:#ffcc00; font-weight:normal;}
.BulletedListLinkStyle a:hover {text-decoration: underline; color:#ffcc00; font-weight:bold;}