BODY {
	background-color : White;
	color : #555555;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	text-decoration : none
}
TABLE {
	color : #555555;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	text-align : left;
	text-decoration : none
}

P {
	margin-bottom: 5px;
	margin-top: 5px;
}

A:LINK {
	color : Blue;
	text-decoration : underline;
}
A:LINK.Nav {
	color: #9400D3;
	font-size : 15px;
	text-decoration: none;
}

A:VISITED {
	color : Purple;
	text-decoration : underline;
}
A:VISITED.Nav {
	color : Maroon;
	font-size : 15px;
	text-decoration : none;
}

A:HOVER {
	background-color : blue;
	color : White;
	text-decoration : underline;
}

A:HOVER.Pic {
	background-color : transparent;
}

A:HOVER.Nav {
	color: #9400D3;
	background-color : transparent;
	font-size : 17px;
	text-decoration : none;
}
H1 {
	color : #777777;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

H2 {
	color : #777777;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	margin-left : 15px;
	margin-bottom : 5px;
	margin-top : 15px;
}

H3, H4, H5, H6 {
	color : #777777;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

.TableHead {
	background-color: #FFCCCC;
}
.TableData {
	background-color: #EEEEEE;
}

UL.ListSquare {
	list-style: square;
	margin-bottom: 5px;
	margin-top: 5px;
}
UL.ListDisk {
	list-style: disc;
	margin-bottom: 5px;
	margin-top: 5px;
}
OL.ListDec {
	list-style: decimal;
	margin-bottom: 5px;
	margin-top: 5px;
}

.Footline {
	text-align : center;
	font-size : 11px;
}
