body, p, li, div, center, blockquote, td {
	font-size: 12px;
	font-family: Arial, sans-serif;
	}

p { text-align: justify; }

body.LogoBackground {
	background-image: url(images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	}

big { font-size: 125%; }
small { font-size: 90%; }
b { color: #eeeeee; }

h2 {
	font-weight: normal;
	font-size: 20px;
	color: #ffee99;
	text-align: center;
	}

h3 {
	font-weight: bold;
	font-size: 16px;
	color: #ffee99;
	border-bottom: 1px solid #666666;
	padding: 10px 0 5px 5px;
	}
	
a { text-decoration: none; }
a:hover { color: #ffff99; }

.Menu a {
	display: block;
	width: 100%;
	padding: 5px 0 2px 2px;
	border-bottom: 1px solid #666666;
	color: #cccccc;
	}
.Menu br { display: none; height: 0; }
.Menu a:hover {	color: #ffff99; border-color: #ffcc66; }
.Menu a.ActiveMenuItem { font-weight: bold; color: #ffffcc; }
.SubMenu a { padding: 2px 0 2px 0; border-width: 0; }

th { font-size: 10px; font-weight: normal; }

.InputText, .InputError { font-size: 11px; font-family: Arial, sans-serif; }
.InputText { background-color: #cccccc; border: 1px solid #666666; }
.InputError { background-color: #ffcc99; border-style: outset; }
