h3, h1{
	margin:0;
	font-size: 16px;
	padding-bottom: 20px;
 }
 
#mainContent {
    margin: 20px 20px 60px 14px;
    font-size: 12px;
	padding: 0px 14px;
	text-align: left;
	color: #333333;
	font-size: 12px;
}

/*#mainContent ul li {margin:0; list-style-type:none;}*/

#gthTable{
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#gthTable .head{
	font-weight: bold;
	color: #000000;
	background-color: #ffc726;
}

#gthTable td{
    padding: 6px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#gthTable tr{
	font-size: 11px;
}

#gthTable .blank{
	border-top-style: none;
	border-top-width: 0px;
	border-left-style: none;
	border-left-width: 0px;
	font-weight: bold;
}

#gthTable .normal{
	color: #333333;
	background-color: #FFFFFF;
	vertical-align: top;
}
#gthTable .shade{
	color: #000000;
	background-color: #FFEA97;
	vertical-align: top;
}
#gthTable .minishade{
	color: #000000;
	background-color: #eeeeee;
}

.latestTitle{
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898b8e;
	padding-bottom: 10px;
}
.greyTxt {
	color: #666666;
}
#box{
	font-weight: bold;
	background-color: #bcbec0;
	padding: 10px;
	width: auto;
}