BODY  {
	background-color : White;
	font-family : sans-serif;
	font-size : 12pt;
	color : Black;
	font-weight : normal;
	font-style : normal;
	background: url(../Images/background.jpg);
}

Table  {

	border-color : Maroon;
}

H2  {
	FONT-WEIGHT : bold;
	TEXT-ALIGN : center;
}

H3  {
	COLOR : black;
	TEXT-ALIGN : center;
}

H4  {
	FONT-WEIGHT : bold;
	TEXT-ALIGN : center;
	font-size : x-small;
	font-family : sans-serif;
}

H5  {
	FONT-WEIGHT : bold;
	FONT-SIZE : 80%;
	TEXT-ALIGN : center;
}

A  {
	FONT-WEIGHT : bold;
	CURSOR : hand;
	COLOR : Black;
	TEXT-DECORATION : none;
}

A:hover  {
	FONT-WEIGHT : bold;
	CURSOR : hand;
	COLOR : White;
	BACKGROUND-COLOR : Maroon;
	font-size : 100%;
}

SELECT  {
	FONT-WEIGHT : normal;
	COLOR : black;
}

HR  {
	COLOR : Maroon;
}

.CheckOut  {
	color : Black;
	background-color : white;
	text-align : left;
	font-size : small;
	font-weight : bold;
	vertical-align : middle;
}

.MainPage  {
	color : Black;
	text-align : left;
	font-size : small;
	font-weight : bold;
	vertical-align : middle;
	font-family : sans-serif;
	font-style : normal;
}

.RowHead  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
	background-color : Black;
}

.Footer {
	font-size: xx-small;
	font-weight: bold;
	color: Black;
}

.MouseOver {
	background-color: Maroon;
	color: White;
	cursor: hand;
}

.MouseOut {
	
}

.Title {
	background-color: White;
	color: Black;
	font-weight: bold;
}

.CatHead {
	font-size: medium;
	font-weight: bold;
}
.Contents  {}

.Warning {
	color: Red;
}

.PageHead {
	font-size: large;
	font-weight: bold;
	Text-Align: left;
}
