body {
    background-color: 96948E;
	font-family : Verdana, Tahoma, Times New Roman, Arial;
    font-size: 0.8em;
}

table, td {
	font-family : Verdana, Tahoma, Times New Roman, Arial;
    font-size: 0.9em;
}

A:visited  {
	color : Maroon;
	text-decoration : none;
}

A:hover  {
	color : #0080ff;
	text-decoration : none;
}

A.menu:visited  {
	color : White;
	text-decoration : none;
}

A.menu:link  {
	color : White;
	text-decoration : none;
}

A.menu:hover  {
	color : White;
	text-decoration : underline;
}

A.menu.visited:hover  {
	color : White;
	text-decoration : underline;
}

A  {
	color : Maroon;
	text-decoration : none;
}

h1 {
    font-size: 1.5em;

}

.blackheader {
    font-size: small;
    color: black;
    font-weight: bold;
}

.input {
	width: 300px;
	background-color: #eeeeee;
	border: 1px solid gray;

}

#textarea {
    height: 200px;
    width: 500px;
}

.button {
	background-color: #D5E1EA;
	border: 1px solid gray;
}

.buttonarea {
	width: 300px;
	text-align: center;
}

.gbboxheader {
    background-color: #D5E1EA;
    color: black;
    font-weight: bold;
    border: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 0px 8px 0px 2px;
    width: 100%;
}

.gbbox {
    width: 50%;
    margin-left: 20px;
}

.gbbox1 {
    background-color: white;
    border: 1px solid gray;
    border-top: 0px;
	font-family : Verdana, Tahoma, Times New Roman, Arial;
	font-size: x-small;    
    width: 100%;
    padding: 5px;
}

.gbbox2 {
    background-color: #eeeeee;
    border: 1px solid gray;
    border-top: 0px;
	font-family : Verdana, Tahoma, Times New Roman, Arial;
	font-size: x-small;   
    width: 100%; 
    padding: 5px;
}

.status {
    font-size: 9pt;
    background-color: #eeeeee;
    color: maroon;
    font-weight: bold;
}