BODY {
	background-color: #DCDCDC;
	color: Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	margin: 0;
	text-align : left;
}

A {
	font-size : 8pt;
	color:red;
}

A:LINK {
	color : red;
}

A:VISITED {
	color: red;
}

A:HOVER { 
    font-weight: bold;
   color: red;  
}
A.MenuLink {
	font-size : 10pt;
	color: black;
	text-decoration: none;
	font-weight: bold;
	}
A.MenuLink:Visited {
    font-size : 10pt;
	color: black;
	text-decoration: none;
	font-weight: bold;

}
A.MenuLink:Hover {
	font-size : 10pt;
	color: black;
	background-color: #DCDCDC;
	text-decoration: none;
	font-weight: bold;
}

H1 {
	font-size : 12pt;
	margin: 0px;
	text-align : center;
}
H2 {
	font-size : 10pt;
	margin: 0px;
	text-align : center;
}
H3 {
	font-size : 10pt;
	margin: 0px;
	padding: 4px 4px 4px 10px;
	background-color: #DCDCDC;
	color: Black;
	border-bottom: thin solid Gray;
}
H4 {
	font-size : 7pt;
	margin: 0px;
	font-weight: normal;
}

TABLE.MainTbl {
	background-color: White;
	color: Black;
	width: 765px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border-right : thin solid Gray;

}
TD.LeftCol {
	width: 140px;
	vertical-align: top;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : thin;
	border-bottom : thin solid Gray;
}
TD.MainCol {
	width: 625px;
	vertical-align: top;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : thin;
	border-bottom : thin solid Gray;
}

TD.WholeWidth {
	width: 100%;
}

TD.MenuCol {
	width: 100%;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : thin;
}
TABLE.SubTbl {
	background-color: White;
	color: Black;
	border : none;
	vertical-align: top;
	width: 100%;
}
TD.SubLeftCol {
	width: 250px;
	vertical-align: top;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : thin;
	border-bottom : thin solid Gray;
}
TD.SubCenterCol {
	width: 250px;
	vertical-align: top;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : thin;
	border-bottom : thin solid Gray;
}
TD.SubRightCol {
	width: 265px;
	vertical-align: top;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : thin;
	border-bottom : thin solid Gray;
}
TABLE.CenterTbl {
	background-color: White;
	color: Black;
	border : none;
	vertical-align: top;
	margin-left: 100px;
	margin-right: 100px;
	width: 80%;
}
TD.CenterTblTD {
	border : none;
	width: 50%;
}
TD.CenterBlackTblTD {
	border : none;
	color: White;
	background-color: Black;
	width: 100%;
}

IMG.Shadow {
	border-bottom: medium;
   border-bottom-color: Black;
   border-right: medium;
   border-right-color: Black;
	border-bottom-style: solid;
	border-right-style: solid;
}

P.CenterP {
	text-align: center;
	margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
P.LeftP {
	text-align: left;
	margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;

}
P.RightP {
	text-align: right;
	margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
P.FullP {
	text-align: justify;;
	margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;

}
P.RightPNoPad {
	text-align: right;
	margin: 0px;
    padding-left: 4px;
    padding-right: 0px;
}
SPAN.SmallFontP {
	font-size: 7pt;
    padding: 4px;
}
SPAN.BiggerFont {
	font-size: 10pt;
	color: Black;
	font-weight: bold;
}







