html, body, ol, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul, li {
	color: red;
	padding: 2px;
}

li {
	list-style-type: disc;
}

.notred {
	color: #201664;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C4C0DD;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	}

a:link {color: #5B51A0;	text-decoration: none; margin: 0px; padding: 0px; border: 0px;}
a:visited {color: #5B51A0; text-decoration: none; margin: 0px; padding: 0px; border: 0px;}
a:hover {color: #FF0000; background: none; border: 0px; text-decoration: none; margin: 0px; padding: 0px;}
a:active {color: #5B51A0; text-decoration: none; margin: 0px; padding: 0px; border: 0px;}

h1 {
	font-size: 13px;
	color: red;
}
/* color: #201664; */
h2 {
font-size: 11px;
	color: #201664;
	margin-top: 5px;
}


p {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #201664;
}

.container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

.line1 {
	width: 780px;
	height: 45px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
}

.line2 {
	width: 780px;
	height: 89px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	
}


.line3 {
	width: 780px;
	height: 65px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	background-image:  url('03.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}

.line4 {
	width: 780px;
	height: 23px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	background-image:  url('04.gif');
	background-repeat: no-repeat;
	background-position: top left;	
}

.movenav {
	position: relative;
	left: 19px;
}

.line5 {
	width: 780px;
	height: 296;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	background-image:  url('bg.gif');
	background-repeat: no-repeat;
	background-position: top left;

}
.line6 {
	width: 780px;
	height: 61px;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;

}

.subpages {
	font-size: 11px;
	line-height: 1.5;
}

.ender {
	width: 780px;
	height: 10px;
	position: relative;
	top: 0px;
}

span.subpages a:link {color: #FF0000; text-decoration: none; margin: 0px; padding: 0px;	border: 0px;}
span.subpages a:visited {color: #FF0000; text-decoration: none; margin: 0px; padding: 0px; border: 0px;}
span.subpages a:hover {color: #5B51A0; background: none; border: 0px; text-decoration: none; margin: 0px; padding: 0px;}
span.subpages a:active {color: #FF0000;	text-decoration: none; margin: 0px;	padding: 0px; border: 0px;}
