A:link {
	text-decoration: none; color: darkorchid;
}

A:visited {
	text-decoration: none; color: #1B7BDA;
}

A:active {
	text-decoration: none; color: white;
}

BODY {
	background-image: url(Background.jpg);
}



/****  TEXT STYLES  ****/

H2 {
	font-size: 14pt; line-height: 24pt; font-family: Palatino, Times New Roman, serif; font-weight: normal;
}

H3 {
	font-size: 12pt; line-height: 14pt; font-family: Palatino, Times New Roman, serif; font-weight: bold;
}

H4 {
	font-size: 9pt; line-height: 12pt; font-family: Palatino, Times New Roman, serif; font-weight: normal;
}

P, UL {
	font-size: 9pt; line-height: 12pt; font-family: Palatino, Times New Roman, serif; font-weight: normal;
}

SPAN {
	font-size: 9pt; line-height: 12pt; font-family: Palatino, Times New Roman, serif; font-weight: normal; vertical-align: text-top;
}

INPUT {
	font-size: 9pt; line-height: 14px; font-family: Palatino, Times New Roman, serif;
}



/****  POSITIONS INVOKED IN DIV TAGS ****/

#bannerID {
	width: 100%; align: center; float: none;
}

#contentID {
	width: 100%; align: center; float: none; padding-top: 10px;
}

