BODY {
	background-color: White;
	margin-top: 10px;
}

A:link {
	color: Navy;
	text-decoration: none
}

A:visited {
	color: Gray;
	text-decoration: none
}

A:active {
	color: Red;
}

A:hover {
	color: Red;
	text-decoration: underline;
	background-color: #dddddd
}

H1 {
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	color: Black
}

H2 {
	font-family: sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: Black
}

H3 {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: Black
}

P {
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	color : Black
}

DIV {
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	color : Black
}

P.center {
	text-align : center
}

P.left {
	text-align : left
}

P.right {
	text-align: right
}

P.just {
	text-align: justify
}

DIV.center {
	text-align: center
}

DIV.left {
	text-align: left
}

DIV.right {
	text-align: right
}

DIV.just {
	text-align: justify
}

SPAN.navy {
	color : Navy
}

SPAN.black {
	color : Black
}

SPAN.silver {
	color : Silver
}

SPAN.gray {
	color : Gray
}

SPAN.white {
	color : White
}

SPAN.maroon {
	color : Maroon
}

SPAN.red {
	color : Red
}

SPAN.purple {
	color : Purple
}

SPAN.fuchsia {
	color : Fuchsia
}

SPAN.green {
	color : Green
}

SPAN.lime {
	color : Lime
}

SPAN.olive {
	color : Olive
}

SPAN.yellow {
	color : Yellow
}

SPAN.blue {
	color : Blue
}

SPAN.teal {
	color : Teal
}

SPAN.aqua {
	color : Aqua
}

SPAN.10 {
	font-size : 10px
}

SPAN.11 {
	font-size : 11px
}

SPAN.12 {
	font-size : 12px
}

SPAN.14 {
	font-size : 14px
}

SPAN.15 {
	font-size : 15px
}

SPAN.16 {
	font-size : 16px
}

SPAN.17 {
	font-size : 17px
}

SPAN.18 {
	font-size : 18px
}

SPAN.19 {
	font-size : 19px
}

SPAN.20 {
	font-size : 20px
}

SPAN.22 {
	font-size : 22px
}

SPAN.24 {
	font-size : 24px
}

SPAN.200 {
	font-weight : 200
}

SPAN.400 {
	font-weight : 400
}

SPAN.600 {
	font-weight : 600
}

SPAN.800 {
	font-weight : 800
}

SPAN.i {
	font-style : italic
}

SPAN.o {
	font-style : oblique
}

SPAN.n {
	font-style : nomal
}