﻿.bgPage {
	background-image: url('images/left_fill.gif');
}
.MenuText {
    background: #005aaa;
    width:134px;
	height:25px;
	border-bottom: 3px silver solid;
	border-right: 3px silver solid;
	color: #ffffff;
	font-family:Verdana;
	font-size: small;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.PageText {
   	color: #666666;
	font-family:Verdana;
	font-size: small;
	font-style:italic;
	font-weight:bold;
	text-align:left;
}
}
.RedText {
   	color:maroon;
	font-family:Verdana;
	font-size: small;
	font-weight:bold;
	text-align:left;
}
.BluBtn {
	background: #005aaa;
	width:134px;
	height:25px;
	border-bottom: 3px silver solid;
	border-right: 3px silver solid;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
.YellowBtn {
	background: #fabe00;
	width:134px;
	height:25px;

	border-bottom: 3px silver solid;
	border-right: 3px silver solid;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.PageBold {
	color:black;
	font-weight:bold;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
a {
	color: #000000;
}
a:visited {
	color:red;
}
a:active {
	color: #000000;

}
a:hover {
	color:lime;
}
.alink {
	text-decoration: none;
}
