body {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: small;
	color: #000000;
	background-color:#EEEAFF;
	margin: 0px;
}
p {
	line-height: 120%;
}
h1 {
	font-size: medium;
	font-style: italic;
	color:#003366;
}
h2 {
	font-size: small;
	font-weight:bold;
	color:#666666;
}

.contentBox {
	background:#FFFFFF;
	border: 1px solid #FAF4FF;
}

.headerCell {
	background: url(images/header_bg.gif) top left repeat-x;
}

.captionText {
	font-size: small;
	color:#000000;
	font-style:normal;
}


a:link {
	color: #800040;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#800040;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#0033CC;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #0033CC;
	font-weight: bold;
	text-decoration:underline;
}
.nav { };
.nav a:link 	{ color: #996666; text-decoration:none; font-weight: normal; }
.nav a:visited 	{ color: #996666; text-decoration:none; font-weight: normal; }
.nav a:hover 	{ color: #FFFFFF; text-decoration:underline; font-weight: normal; }
.nav a:active 	{ color: #FFFFFF; text-decoration:underline; font-weight: normal; }
