
/* this is a style sheet for generic web pages */
body {	font-size: 14pt;
	color: #DEDECA; 
	font-family: Arial, Helvetica, 	sans-serif;
	background-color: #003366;
	line-height: 28pt;
	margin-left: 22pt;
	margin-right: 22pt;
	text-align: left}




td, th {
	color: #99CCCC;
}


	
p {	text-align: center;}

h1 {	font: 24pt Arial;
	font-weight: bold;
	line-height: 36pt;
	color: #FFFF33;
	text-align: center}

h2 {	font: 18pt Arial;
	font-weight: bold;
	line-height: 26pt;
	color: #FFFF66;
	text-align: center}

h3, h4 {	font: 14pt Arial;
	font-weight: bold;
	line-height: 18pt;
	color: #FFFFCC;
	text-align: center}


h5, h6 {
	color: #6699CC;
	text-align: center
}


a {
	color: #9999cc;
}

div {   text-align:left;
	color: #9999cc;
}

div.one {   	text-align:left;
		color: #FFFFCC;
}

div.two {   	text-align:center;
		color: #FFFFCC;
}

div.three {   	text-align:right;
		color: #FFFFCC;
}

div.four {   	text-align:left;
		font-weight: bold;
		color: #FFFFCC;
}





