body
{
	margin-top: 15px;
	background-image: url('../images/background.png');
	background-color: #90BECD;
	background-repeat: repeat;
	background-position: left top;
}

p
{
	color: black;
	font-family: Arial;
	font-size: 12.5px;
	line-height: 22px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
}

p.subhead
{
	color: #666666;
	font-family: Arial;
	font-size: 16px;
	line-height: 24px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.small
{
	color: black;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 6px;
	margin-top: 4px;
}

p.list
{
	color: black;
	font-family: Arial;
	font-size: 11px;
	line-height: 12.5px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

p.note	{ font: 10px/11px Arail, Helvetica, sans-serif; color: #000000; margin: 0px 0 0 0; padding: 6px 0 0 0; }

ul,li
{
	color: black;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	list-style-position: inside;
}

p.white
{
	color: white;
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td.sidebar
{
	background-color: #90BECD;
	background-image: url(../images/sidebar.png);
	padding-top: 40px;
	background-repeat: no-repeat;
}

a:link 			{ text-decoration: none; color: #870150; }
a:active			{ text-decoration: underline; color: #870150; }
a:visited			{ text-decoration: none; color: #870150; }
a:hover			{ text-decoration: underline; color: #870150; }
