/* Styles for the Master Page */
.title
{
	color: Yellow;
	font-family: Verdana;
	font-size: 12pt;
	text-align:center;
}
.subTitle
{
	color: Yellow;
	font-family: Verdana;
	font-size: 10pt;
	text-align:center;
	
}
/* Styles for the menu */
.staticMenu
{
	background-color: transparent;
	float: none;
}
.staticMenuItem
{
	background-color: Aqua;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	color: Yellow;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.staticHover
{
	color: Lime;
	background: Blue;
}
p, td, th, li {
	font-family: verdana;
	color: Yellow;
	font-size: 8pt;
}

h1, .h1 {
	font-family: verdana;
	font-size: 12pt;
	color: #CC9900;
	font-weight: bold;
}
h2, .h2 {
	font-family: verdana;
	font-size: 10pt;
	color: #CC9900;
}

a {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #4C82C3;
}

.error 
{
	color: Red;
}

