﻿Body.MainBGI
{
	background-attachment: fixed;
	background-image:url('images/<%=bgimage%>')
}
Div.Haf
{
	width: 400px
}

Table.Plain {
	border-color: <%=Borders%>;
	border-style: None;
	width: 800px;
}

Table.Filled {
	border-color: <%=Borders%>;
	border-style: Groove;
	width: 800px;
	background-color: <%=tblbgd%>;
}


TR.Full
{
	width: 800px
}
TR.Half
{
	width: 400px
}

TR.BGC
{
	width: 400px
}

TD.BGC
{
background-color: <%=tblbgd%>;
}
TD.onethird
{
width: 33%;
background-color: <%=tblbgd%>;
}
TD.tright
{
text-align:right;
}

TD.tleft
{
text-align:left;
}

TD.tcenter
{
text-align:center;
}

TD.tjust
{
text-align:justify;
}

.Six
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 6pt;
	font-weight: bold;
}
.SixY
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 6pt;
	font-weight: bold;
	background-color: yellow;
}

.Eight
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
}
.EightY
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: yellow;
}

.Ten
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
}
.TenY
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	background-color: yellow;
}

.Twelve
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
}
.TwelveY
{
	color: Yellow;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
}
.Fourteen
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight: bold;
}

.Sixteen
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 16pt;
	font-weight: bold;
}
.Eighteen
{
	color: <%=txtcolor%>;
	font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
}
.colred {	color: red;}
.colblk {	color: black;}
.colblue {	color: blue;}
.colnavy {	color: navy;}
.colyel {	color: yellow;}
.colwht {	color: white;}
.colcyan {	color: cyan;}
.colaqua {	color: aqua;}
.colgreen {	color: green;}
.colgray {	color: gray;}

