/* Body */

.body {
	padding: 5px;
}

.body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	color: #333333;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	font-weight: normal;
	color: #333333;
	list-style-image: url(../_media/_template/bullet.gif);
}

.body a {
	color: #0000CC;
	text-decoration: none;
}

.body a:hover {
	color: #333333;
	text-decoration: underline;
}

.body h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 13pt;
	color: #000059;
}

.body h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	line-height: 13pt;
	color: #1F1F33;
	font-weight: normal;
}

.body h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;;
	color: #45627B;
}

a#image {
	color: #FFFFFF;
}


/* Highlight */

.highlight {
	background-color: #8B8DA5;
	border: 1px solid #333333;
}

.bodyborder {
	border: 1px solid #000033;
}

/* Footer */

.footer {
	background-color: #000033;
	padding: 5px;
}

.footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
