html {
height: 100%;
}
body {
	height: 100%;
	width: 100%;
	background-color:#384C0F;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;	
}
a.SideMenu:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
a.SideMenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
a.SideMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
}
a.SideMenu:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
}
.NoRepeatBanner {
	background-repeat: no-repeat;
}
.TopBottomLine {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.TBLRLine {
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
}
.Article1 {
	background-color: #FEFEFA;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.Article2 {

	background-color: #F8F7E7;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

