body {
	margin: 0px;
	background-color: #10147E;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #CC0000;
}
h2 {

	font-size: 18px;
	color: #000099;
}
ul li {
	margin-bottom: 8px;
	list-style-image: url(images/bullet.gif);
}
ol li {
	margin-bottom: 8px;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
.bgleft {
	background-image: url(images/bg_left.jpg);
	background-repeat: repeat-y;
}
.content {
	background-color: #FFFFFF;
	background-image: url(images/pgtop.jpg);
	background-repeat: repeat-x;
	padding: 20px 20px 0px;
	font-size: 14px;
}
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 6px;
}
.picright {
	float: right;
	clear: right;
	margin-bottom: 4px;
	margin-left: 10px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10147E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #10147E;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E1E1E1;
}
.hilite {
	background-color: #FFFFCC;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.footnote a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footnote a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
a { 
	outline:expression(hideFocus=‘true’); 
	outline:0; 
}
