/*********** LINKS */

A:link { 
	color: #990033;
	text-decoration: underline;
}

A:visited {
	color: #990033;
	text-decoration: underline;
}

A:active { 
	color: #999900;
	text-decoration: none;
}

A:hover {
	color: #990033;
	text-decoration: none;
}

/*********** FONT ELEMENTS */

BODY {
	background-color: #FFFFFF;
	background-image: url('graphics/bg.gif');
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

P {
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

P.right {
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

P.center {
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

TD {
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

OL {
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

UL {
	font-family: Verdana, Sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

H1 {
	font-family: Times, Serif;
	font-weight: 800;
	font-size: 22px;
	color: #000000;
	text-align: center;
}

P.footer {
	font-family: Times, Serif;
	font-weight: 500;
	font-size: 10px;
	color: #000000;
	text-align: center;
}	

H2 {
	font-family: Arial, Sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: italic;
	color: #000000;
}

