@charset "utf-8";
/* CSS Document */
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.scs-0 {
	font-size: 120%;
	font-weight: bold;
	color: #003300;
	text-align: center;
}

.scs-0b {
	font-size: 120%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}

.scs-1 {
	font-size: 90%;
	font-weight: bold;
	color: #003300;
	text-align: left;
}

.scs-2 {
	font-size: 110%;
	font-weight: bold;
	color: #0000FF;
}

.scs-2s {
	font-size: 90%;
	font-weight: bold;
	color: #0000FF;
}
.scs-2link {
	font-size: 80%;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
}


.scs-3 {
	font-size: 90%;
	color: #003300;
	font-style: italic;
	text-align: right;
}

.scs-4 {
	font-size: 90%;
	color: #003300;
	font-style: italic;
	text-align: center;
}

.scs-5 {
	font-size: 80%;
	color: #003300;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.g-h1 {
	font-size: large;
	font-weight: normal;
	color: #000099;
	text-align: center;
}
.g-h2 {
	font-size: xx-large;
	font-weight: bold;
	color: #000099;
	text-align: center;
}
.g-c1 {
	font-size: large;
	margin-bottom: -10pt;
	margin-top: 10pt;
}
.g-c2 {
	font-size: medium;
	font-weight: bold;
	color: #000099;
	margin-bottom: -10px;
	text-align: left;
}
.g-c3 {
	font-size: smaller;
	font-style: italic;
	text-align: left;
}
.g-c4 {
	font-size: medium;
	text-align: center;
	font-style: italic;
}
.linkbare {
	text-decoration: none;
	border: none;
}

