BODY {
	font-family : sans-serif;
	color : #C8C8C8;
	background-color: Black;
}
TABLE {
	border : none;
}
TD {
	font-size : 12px;
	font-weight : normal;
	border : none;
	background-color: #EEEEEE;
	padding-bottom : 0px;
}
.Page {
	color : #C8C8C8;
	position : relative;
	width : 100%;
	left : 0px;
	font-size : 11px;
	padding-top : 5px;
	padding-bottom : 15px;
	border : 1px solid Gray;
}
.PageHeading {
	color: #C8C8C8;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: Black;
	background-image: url(SystemImages/BG_Header_Title.gif);
	background-repeat: no-repeat;
}
.SubHeading {
	position : relative;
	left : 10px;
	width : 80%;
	font-size : 14px;
	font-weight : bold;
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 20px;
	background-color : #606060;
}
.SecHeading {
	position : relative;
	left : 10px;
	width : 80%;
	font-size : 16px;
	font-weight : bold;
	text-transform : capitalize;
	padding-top : 6px;
	padding-bottom : 6px;
	padding-left : 30px;
}
.SummaryPoint {
	position : relative;
	left : 0%;
	width : 90%;
	padding-left : 40px;
	padding-top : 6px;
	padding-bottom : 12px;
}
.SummaryHead {
	position : relative;
	width : 85%;
	font-size : 13px;
	font-weight : bold;
	line-height : 16px;
}
.SummaryBlock {
	position : relative;
	width : 95%;
	font-size : 12px;
	font-weight : normal;
	padding-left : 20px;
	padding-top : 3px;
	padding-bottom : 0px;
	line-height : 14px;
	color : #C8C8C8;
	cursor : hand;
	display : none;
}
.NormalBlock {
	color : #C8C8C8;
	font-size : 12px;
	font-weight : normal;
	padding-left : 60px;
	padding-top : 3px;
	padding-bottom : 0px;
	line-height : 14px;
}
.MediaHeader {
	background-color: #C8C8C8;
	color: #535353;
}
.MediaBlock {
	position : relative;
	left : 10%;
	width : 30%;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	padding-bottom : 2px;
	font-size : 11px;
	font-weight : bold;
	color : #C8C8C8;
	border : 1px solid #C8C8C8;
	border-left : 8px solid #C8C8C8;
	background-color : #535353;
	cursor : hand;
}
.InfoBlock {
	font-size : 14px;
	font-weight : normal;
	padding-left : 60px;
	padding-top : 3px;
	padding-bottom : 3px;
	text-transform : capitalize;
	border : 1px solid Black;
}
