body,td,th {
	font-family: "Arial Unicode MS";
	font-size: 12pt;
	color: #4B371D;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}
.Footer {
	font-family: "Arial Unicode MS";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 16pt;
	font-weight:bold
}

h2 {
	font-size: 14pt;
	font-weight:bold
}

h3 {
	font-weight:bold;
	font-size: 12pt;
}


/* STYLE FOR GCS FOOTER LINK */
.gcstagline {
    font-family:"Arial Unicode MS"
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	color:#ffffff;
	margin-top:-10px;
}

a.gcstagline:active {
    text-shadow:#FFFFFF;
	color: #ffffff;
	text-decoration: none;		
}
a.gcstagline:link {
    text-shadow:#FFFFFF;
	color: #ffffff;
	text-decoration: none;		
}
a.gcstagline:visited {
	text-shadow:#FFFFFF;
	color: #ffffff;
	text-decoration: none;		
}
a.gcstagline:hover {
	text-shadow:#FFFFFF;
	color: #FF6600;
	text-decoration: underline;
}