body
{
	color: #1b1962;
	background-color: khaki;
	background-image: url(Images\Gif\Watermark.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Verdana; 
}
H1
{
	font-size:x-large;
	text-align: center;
}
H2
{
	font-size:medium;
	text-align: left;
}
H3
{
	font-size:medium;
	text-align: center;
}
TABLE
{
	border-width: 0;
	padding: 3;
	width: 100%;
	text-align:left;
	table-layout:fixed
}


.DataGrid
{
	border-width: 2;
	border-color: DarkKhaki;
	background-color: Gold;
	background: Gold;
	text-align: center;
}
.HeaderStyle
{
	border: 1;
	border-color:White;
	color: White;
	background-color: #1b1962;
	font-size:medium;
	font-weight:bold;
}

.TableSmall
{
	table-layout:auto;
	padding:0;
	border-width: 2;
	border-color: DarkKhaki;
	border-style: outset;
	background-color:White;
	text-align: center;
}

.HeaderStyleSmall
{
	color: White;
	background-color: #1b1962;
	border-width:1;
	border-style:solid;
	font-size:medium;
	font-weight:bold;
}

.ItemStyle
{	
	background: darkkhaki;
}
.AlternatingItemStyle
{
	background: PaleGoldenRod;
}


.bannerMain
{
	color: White;
	font-size:xx-small;
	font-weight:bold;
	text-decoration: none;
}
.bannerAdmin
{
	color: #1b1962;
	font-size:small ;
	font-weight:bold;
	text-decoration: none;
}
.footer
{
	color:Gray;
	font-size:xx-small;
	font-weight:bold;
	text-decoration: none;
}