﻿A:link ,A:visited
{
    color: #F82007;
    font-weight: bold;
    text-decoration: none;
}
A:hover
{
    color:#F82007;
    text-decoration: underline;
}
A.RedButton:hover
{
    color:#696969;
    text-decoration: none;
}
A.RedHover:hover
{
    color:#F82007;
    text-decoration: none;
}

A.WhiteLink:link, A.WhiteLink:visited
{
	color: #FFFFFF;
    font-weight: bold;
	text-decoration: none;  
}

A.SelectedLink:link, A.SelectedLink:visited, A.WhiteLink:hover
{
	color: #ffcc66;
	font-weight: bold;
	text-decoration: none;    
}
A.GreyLink:link, A.GreyLink:visited
{
	color: #696969;
    font-weight: bold;
	text-decoration: none;  
}
A.GreyLink:hover
{
	color: #696969;
    font-weight: bold;
	text-decoration: underline;  
}

.GreyBackround {
	background-color: #646464;

}
.GreenBackround {
	background-color: #BED8A7;
}

.SelectedLink
{
    color: #ffcc66;
    font-weight: bold;
    text-decoration: none;
}
.PageTitle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #F82007;
	font-weight: bold;
}
.Title2 {
	color: #262626;
	font-weight: 700;
}
.Red {
	color: #F82007;
}




H2
{
    font-weight: bold;
    color: white;
    text-decoration: none;
}
