
Table.Main {
	background-color : White;
	border : 1px solid #2F4F4F;
}

TD.Header1  {
	background-color : White;
	font-family : arial, sans-serif, helv;
	font-size : 14px;
	font-weight : bold;
	color: #6666FF;
}

TD.Header2  {
	background-color : White;
	font-family : arial, sans-serif, helv;
	font-size : 14px;
	font-weight : bold;
	color: #CC6699;
}

TD.Header3  {
	background-color : White;
	font-family : serif;
	font-size : 22px;
	font-weight : bold;
	color: #2F4F4F;
}
TD.Label0 {
	background-color : White;
	font-family : serif;
	font-size : 28px;
	font-weight : bold;
	color: #336699;
}
TD.Label1 {
	background-color : White;
	font-family : serif;
	font-size : 18px;
	font-weight : bold;
	color: #336699;
}
TD.Label2 {
	background-color : White;
	font-family : serif;
	font-size : 14px;
	color: #336699;
}
TD.Label3 {
	background-color : White;
	font-family : serif;
	font-size : 12px;
	color: #666666;
}

TD.Label4 {
	background-color : White;
	font-family : serif;
	font-size : 20px;
	font-weight : bold;
	color: #336699;
}

HR.Label {
	height : 1px;
	border : 1px solid Gray;
}

Table.Status {
	background-color : #EEEEEE;
	border : 1px solid Gray;
	font-family : arial, sans-serif, helv;
	font-size : 12px;
	color: black;
}

TD.StatusButton1 {
	background-color : #DDDDDD;
	border : 1px solid Gray;
	font-family : arial, sans-serif, helv;
	font-size : 12px;
	font-weight : bold;
	color: #666666;
	text-align : center;
}

TD.StatusButton2 {
	background-color : #CCBBCC;
	border : 1px solid Gray;
	font-family : arial, sans-serif, helv;
	font-size : 12px;
	font-weight : bold;
	color: #666666;
	text-align : center;
}

A.StatusButton {
	text-decoration : none;
	font-weight : bold;
	color: #666666;
}

A:Hover.StatusButton {
	font-weight : bold;
	color: Black;
}


TABLE.ListView {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : 12px;
	border-left : 1px solid Black;
	border-top : 1px solid Black;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
}


TD.ListHeader {
	background-color : #999999;
	font-family : arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : White;
}



A.ListLink {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : Black;
	text-decoration : underline;
}

A:Hover.Link {
	font-family : arial, sans-serif;
	font-size : 12px;
	color : Blue;
	text-decoration : underline;
}

TD.ListFocusRow {
	background-color : #CFCFFF;
	font-family : arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
}

TD.ListEvenRow {
	background-color : #E5E5E5;
	font-family : arial, sans-serif;
	font-size : 12px;
	color : Black;
}

TD.ListOddRow {
	background-color : #F0F0F0;
	font-family : arial, sans-serif;
	font-size : 12px;
	color : Black;
}



Table.Edit {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : 12px;
}

TD.Edit {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : 12px;
}

TD.EditView {
	background-color : #d7e4ea;
	font-family : arial, sans-serif;
	font-size : 12px;
	width : 260px;
}

TD.EditView2 {
	background-color : #d7e4ea;
	font-family : arial, sans-serif;
	font-size : 12px;
	width : 620px;
}

PRE.EditView {
	background-color : #d7e4ea;
	font-family : arial, sans-serif;
	font-size : 12px;
}

TD.EditError {
	background-color : White;
	font-family : arial, sans-serif;
	font-size : 12pt;
	color : Red;
}

TD.Progress2 {
	background-color : #004080;
	font-family : arial, sans-serif;
	font-size : 8pt;
}

