/* CSS Document */

body {
	text-align:center;
}

#container {
	margin:auto;
	width:722px;
}

p, td, li, .basicText {
	font-family: "Times New Roman", Times, serif;
	color: #222222;
	font-size: 14px;
}

.pageTitle {
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

.firstLetter {
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
}

.smallerText {
	font-size: 12px;
}

a { 
	color: #990000; 
	text-decoration: none; 
}

a:active {
	color: #990000;
}

a:hover {
	color: #63496B;
	text-decoration: underline;
}

a:visited {
	color: #63496B;
}

.footerText {
	font-size: 11px;
	color: #483451;
}

.footerText a {
	font-size: 11px;
	color: #483451;
	text-decoration: none;
}
	
.footerText a:active {
	color: #483451;
}

.footerText a:hover {
	color: #483451;
	text-decoration: underline;
}

.footerText a:visited {
	color: #483451;
}
