BODY {
	color : Black;
    background-image: url(images/background.jpg);
}

/* In Use */
H1 {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: 000080;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
}

/* In Use */
H2 {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #000080;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 16px;
}

/* In Use */
A {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #000040;
	text-decoration: none;
}

/* In Use */
A:HOVER {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: Blue;
	text-decoration: underline;
}

/* In Use */
A.small {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #000040;
	text-decoration: none;
}

/* In Use */
A.small:HOVER {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: Blue;
	text-decoration: underline;
}

/* In Use */
P {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #000040;
	margin-left: 10px;
	margin-right: 5px;
	text-decoration: none;
	line-height: 16px;
}

/* In Use */
P.small {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #000040;
	text-decoration: none;
	line-height: 14px;
}

UL {
	font-family: Verdana, Arial, "Gill Sans MT", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #000040;
	margin-right: 3px;
	text-decoration: none;
	line-height: 16px;
}

img {border-color: White White White White;}

