body {
	background-color: #FFFFFF;
	color: Black;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: medium;
	text-align: left;
}
.psi {
	color: Blue;
}

.bold {
	font-weight: bold;
}

.psibold {
	color: Blue;
	font-weight: bold;
}


a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: Blue;
	text-align: center;
	font-size: larger;
	font-weight: bold;
}
.center {
	text-align: center;
	color: Blue;	
}

h2 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: Blue;
	text-align: left;
	font-size: large;
	font-weight: bold;
}
.center {
	text-align: center;
	color: Blue;
}
h3 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: Blue;
	text-align: left;
	font-size: medium;
}
.center {
	text-align: center;
	color: Blue;	
}
h4 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: black;
	text-align: left;
	vertical-align: middle;
	
}

p {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: Black;
	font-style: normal;
	text-align: left;
}
p.normal {
font-family: Arial, Helvetica, sans-serif;
color: Black;
text-align: left;
font-weight: normal	
}

p.indent {
color: Black;
font-weight: bold;
margin-left: 10%;
margin-right: 10%;
}

p.special {
color: #333399;
font-weight: bold;
margin-left: 10%;
margin-right: 10%;
}

p.notice {
color: Red;
font-weight: bold;
margin-left: 10%;
margin-right: 10%;
}

ul.normal {
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	color: Black;
}

ul.bold {
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: Black;
}

ul.psi {
	font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #333399;
}

