body {
	background-color:#CCCC99;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
h1, #george {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: center;
	color: #6633CC;
	margin : 2px 2px 2px 2px;
}
h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	margin : 2px 2px 2px 2px;
}
h3 {
	font-family : "Courier New", Courier, monospace;
	font-size: 10pt;
	margin : 2px 2px 2px 2px;
	color: #663333;
}
p {
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
	margin : 1px 5px 1px 5px;
	text-align: center;
}
br {
	line-height : 6pt;
}
form {
	margin : 0px 0px 0px 0px;
}
input, textarea, select, option {
	background-color:#EEEEBB;
	color: #333333;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

address {
	font-size: 8pt;
	color : #006600;
	text-align: center;
	font-style : normal;
}
.alert {
	background-color : #FFFF33;
	color : #000000;
}

.help {
	text-align: left;
}

p.justify  {
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
	margin : 1px 5px 1px 5px;
	text-align: justify;
}
p.right  {
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
	margin : 1px 5px 1px 5px;
	text-align: right;
}
table.plain {
	border: none;
	background-color : transparent;
}

.nav:link {
	text-decoration: none;
}

.nav:active {
	text-decoration: underline;
}

.nav:hover {
	background-color : #CCCC99;
	text-decoration: underline;
}

.nav:visited {
	text-decoration:none;
}
#copyright {
	text-align: center;
	color : #009900;
	font-family : Arial, Helvetica, sans-serif;
	font : xx-small;
}

#openilink {
	text-decoration : none;
	font-weight: bold;
}
#openilink:active {
	text-decoration : underline;
}
#openilink:hover {
	text-decoration : underline;
}
.menu {
	text-align:center;
}
.disabled {
	background-color:#CCCCCC;
	color: #999999;
	font-weight: normal;
}