﻿A:hover {color: #993300}
A {text-decoration: underline;}
A:hover {text-decoration: none;}

.MainBackground {
	border-width: 1px;
	background-color: #BD9C7B;
	background-image: url('images/1.jpg');
	text-align: center;
}
.Background2 {
	background-color: #FFD493;
	background-image: url('images/1.jpg');
}
.Underline {
	text-decoration: underline;
}
.UnderlineCenter {
	text-decoration: underline;
	text-align:center
}
.OutsideBorder {
	border-style: solid;
	border-width: 1px;
	padding: 1px 4px;
}

.BorderWidth0{
	border-width: 0px;
}
.Border-LMargin0 {
	border-width: 0px;
	margin-left: 0px;
}

.CenterText {
	text-align:center
}
.MediumFont {
	font-size: medium;
}
.NoBold {
	font-weight:normal
}

.YellowBanner {
	font-family: Papyrus;
	font-weight: bold;
	color: #800000;
	text-align: center;
	background-color: #FFBE00;
}

.GreenBanner {
font-family: Papyrus;
	font-weight: bold;
	color: #800000;
	text-align: center;

	background-color: #00FF43;
}
.MintBanner {
font-family: Papyrus;
	font-weight: bold;
	color: #800000;
	text-align: center;

	background-color: #A3B38B;
}

.Red-x-small {
	color: #FF0000;
	font-size:x-small
}
.LeftText{
	text-align: left;
}
.Red-Left-Med {
	color: #FF0000;
	text-align: left;
	font-size:medium;
	font-family:Verdana;
}
.Red-Center-Med {
font-family:Verdana;
	color: #FF0000;
	text-align: Center;
	font-size:medium;
}
.VerdanaCenter {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
}
.VerdanaLeft {
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	color: #000000;

}
.BandyLeft {
	text-align: left;
	font-family: Bandy;
	font-weight: normal;
	color: #000000;

.Black {
	color: #000000;
}

