/* CSS Document */

Body  {
	font-size : 13;
	font-family : "Arial";
	color : #000000;
	background-color : #FFFFFF;
	margin-left : 0;
	margin-top : 0;
	SCROLLBAR-FACE-COLOR : #74C069;
    SCROLLBAR-HIGHLIGHT-COLOR : #000000;
    SCROLLBAR-SHADOW-COLOR : #000000;
    SCROLLBAR-3DLIGHT-COLOR : #000000;
    SCROLLBAR-ARROW-COLOR : #000000;
    SCROLLBAR-TRACK-COLOR : #000000;
    SCROLLBAR-DARKSHADOW-COLOR : #000000;
}

.GObtn {
	font-size : 13; 
	border : outset 1px #000000;
	background-color : #74C069;
}

.GOheader {
	font-size : 20;
	background-color : #74C069;
	font-weight : bold;
	border : outset 1px #000000;
	width : 400px;
}

.req {
	font-size : 10;
	color : #74C069;
	font-weight : bold;
}

td {
	font-size : 13;
	font-family : "Arial";
	color : #000000;
	font-weight : normal;
}

a {
	color : #000000;
	font-size : 13;
	font-family : "Arial";
}

a:hover {
	color : #000000;
	text-decoration : none;
}

.note {
	font-size : 9;
	color : #FF0000;
	font-weight : bold;
}