Body {
	background-color:#D2E1FF; }

.TableTitleTextNarrow {
	font-family:Arial Narrow;
	font-size:10pt;
	font-weight:bold; }
.TableTitleNoShadow {
	background-color:#FFFFCC;
	border:#0056d7 1px solid; }

.TableMain {
	background-color:#FFFFCC; 
	border:#0056d7 1px solid; }
.TableMainShadow {
	background-color:#FFFFCC;
	border:#0056d7 1px solid; }
.TableMenu {
	background-color:#FFFFCC; 
	border:#0056d7 1px solid; }
.TableMenuHeader {
	background-color:#DDDDDD; }
	
.TextSmall {
	font-size:8pt; }
.TextSmallRed {
	font-size:8pt;
	color:Red }
.TextSmallJustify {
	font-size:8pt;
	text-align:justify; }
.TextSmallItalics {
	font-size:8pt;
	font-style:italic; }
.TextSmallBoldItalics {
	font-size:8pt;
	font-weight:bold;
	font-style:italic; }
.TextModerate {
	font-size:9pt; }
.TextMedium {
	font-size:10pt; }
.TextMediumBold {
	font-size:10pt;
	font-weight:bold; }
.TextHeader {
	font-size:8pt;
	font-weight:bold;
	font-variant:small-caps; }
.TextLargerBoldSmallCaps {
	font-family:Arial;
	font-weight:bold;
	font-size:14pt;
	font-variant:small-caps; }
.TextLargeItalics {
	font-size:12pt;
	font-style:italic; }
.TextErrorMessage {
	font-size:9pt;
	color:Red; }

.DataGrid {
	border:#0056d7 1px solid; }
.DataGridHeader {
	background-color:#E0E0E0;
	text-align:center;
	font-size:10pt;
	font-weight:bold; }
.DataGridItem {
	background-color:#FFFFCC;
	text-align:center;
	font-size:8pt; }
.DataGridRowOdd {
    background-color:#E6E6FF;
	font-size:8pt; }
.DataGridRowEven {
    background-color: #D7D7FF;
	font-size:8pt; }

