a:link {
	background-color: #BCD1F8;
	color: #A52A2A;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background-color: #BCD1F8;
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.nav:link{
	background-color: #BCD1F8;
	color: #A52A2A;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited{
	background-color: #BCD1F8;
	color: #A52A2A;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover{
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.navsmall:link{
	background-color: #BCD1F8;
	color: #A52A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

a.navsmall:visited{
	background-color: #BCD1F8;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

a.navsmall:hover{
	background-color: #3366CC;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-color: #BCD1F8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0;
	margin-top: 0;
}

/* */
h1 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
}

h5 {
	font-size: .95em;
	font-weight: bold;
}

p {
	margin-bottom: .5em;
	margin-top: .5em;
}

table {
	border: #3366CC;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	empty-cells:show;
}

textarea , th, td {
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
}

.blue {
	background-color: #FFFFFF;
	color: #0000FF;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.img {
	background-color: #BCD1F8;
	border: none;
	color: #BCD1F8;
	padding-left: 3px;
	padding-right: 3px;
}

.italics {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right; 
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em; 
}

.smallcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

.smallercenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
}

.title {
	background-color: #BCD1F8;
	color: #0000CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
