html {
	overflow-y: scroll;
}

body, td {
	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px;
}

table {
	font-family: Verdana;
	font-size: 12px;
}

a:link {
	color: #FFC306;
}
a:visited {
	color: #FFC306;
}
a:hover {
	color: #D16600;
}
a:active {
	color: #FFC306;
}

#NormalTable table {
	border:solid 1px #DAC292;	
}

td.Header {
	border:solid 1px #6b8410;
	background-color: #84a218;
	font-family:Verdana;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}

td.Dark {
	border:solid 1px #71c0d0;
	background-color: #daf2f7;	
}

td.Light {
	border:solid 1px #71c0d0;
	background-color: #daf2f7;	
}

.textTitleDarkOrange {
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #D04522;
}

.textTitleNormalOrange {
	font-family: Verdana;
	font-weight: bold;
	font-size: 15px;
	color: #f36f21;
}

.textHeader {
	font-family: Verdana;
	font-weight: bold;
	font-size: 13px;
	color: #f36f21;
}

.textSubHeader {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #F90;
}

.textSubHeaderLink {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #F90;
}

.textSubHeaderRed {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}

.textSubHeaderGreen {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #829610;
}
.textSubListGreen {
	font-family: Verdana;
	font-size: 12px;
	color: #829610;
}

.textSmallNormal {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

.angryText {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight:bold;
}

.picLeft {
	float:left;
	border:solid 6px #feeac4;
	margin-right:8px;
	margin-bottom:4px;
}

.picRight {
	float:right;
	border:solid 6px #feeac4;
	margin-left:8px;	
	margin-bottom:4px;
}
