.MainTable {
	background-color: White;
	border: 4px;
	border-color: Black;
	border-style: solid;
}
.TableNoBord{
	border: 0px;
}
.BodyTable {
	background: White;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: Gray;
	border-style: solid;
}
.InnerTable {
	border: 1px;
	border-style: solid;
	border-color: Black;
}
.InnerTableRed {
	border: 1px;
	border-style: solid;
	border-color: Red;
}
.Main {
	color:black;
	font-family: Tahoma;
	font-size: 14;
}
.MainRed {
	color:red;
	font-family: Tahoma;
	font-size: 14;
}
.MainShadow {
	background-color: yellow;
	font-family: Tahoma;
	font-size: 14;
}
.MainBold {
	font-family: Tahoma;
	font-size: 14;
	font-weight: bold;
	color: black;
}
.MainBoldShadow {
	font-family: Tahoma;
	font-size: 14;
	font-weight: bold;
	color: black;
	background-color: Yellow;
}
.HeadingRed1 {
	font-family: Tahoma;
	font-size: 14;
	font-weight: bold;
	color: red;
}
.HeadingRed1Shadow {
	font-family: Tahoma;
	font-size: 14;
	font-weight: bold;
	color: red;
	background-color: Yellow;
}
.HeadingRed2 {
	font-family: Tahoma;
	font-size: 16;
	font-weight: bold;
	color: red;
}
.HeadingRedShadow2 {
   background: Yellow;
	font-family: Tahoma;
	font-size: 16;
	font-weight: bold;
	color: red;
}
.HeadingRedUnderline2 {
	font-family: Tahoma;
	font-size: 16;
	font-weight: bold;
	color: red;
	text-decoration: underline;
}
.HeadingRed3 {
	font-family: Tahoma;
	font-size: 18;
	font-weight: bold;
	color: red;
}
.InsideRight {
	border-bottom: 1px;
	border-left: 1px;
	border-left-color: Black;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
}
.InsideLeft {
	border-bottom: 1px;
	border-bottom-color: Black;
	border-left: 0px;
	border-right: 1px;
	border-style: solid;
	border-top: 0px;
}
.InsideMiddle {
	border-bottom: 1px;
	border-bottom-color: Black;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
}
.InsideBottomRight {
	border-bottom: 1px;
	border-bottom-color: #FFFFCC;
	border-left: 1px;
	border-left-color: Black;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
	}
.InsideBottomMiddle {
	border-bottom: 1px;
	border-bottom-color: #FFFFCC;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-top: 0px;
}
.InsideBottomLeft {
	border-bottom: 1px;
	border-bottom-color: #FFFFCC;
	border-left: 0px;
	border-right-color: Black;
	border-right: 1px;
	border-style: solid;
	border-top: 0px;
}
