﻿.ButtonStyle {
	background-color: #C0C0C0;
	border: 1px solid #000000;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.BlurbStyle {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	text-align:justify;
}
.TextStyle {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.TableBorder {
	border-style: solid;
	border-width: 1px;
	border-color: black
}
body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.labelStyle {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}


