a 		{font-weight: bold; text-decoration: none;}
a:link 		{color: #3A2AC5;}
a:visited 	{color: #2A1DA4;}
a:hover 	{color: #FFFFFF; background-color: #A90010; text-decoration: underline;}
a:active 	{color: #CC1A1A;}

a img 		{border: none;}

body {
	margin: 0px;
	padding: 0px;
	background-color: #B0B9C1;
}

div#main {
	width: 100%;
}

div#bar {
	width: 100%;
	height: 75px;
	background-color: #1A36C5;
	margin: 0px 0px 10px 0px;
}

div#content {
	width: 750px;
}

div#bar p {
	text-align: center;
	margin: 0px 0px 00px 0px;
	}

div#content p {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	margin: 0px 5px 15px 5px;
}

div#content p#center {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 0px 5px 15px 5px;
}

div#content p#update {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

div#content p#copyright {
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

p.imgbar {
	text-align: center;
}

.space {
	margin: 175px 0px 0px 0px;
}

.select {
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;
}

img#border {
	border-style: solid;
	border-color: #000000;
	border-width: 2px 2px 2px 2px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

#bold {
	font-weight: bold;
}

#italic {
	font-style: italic;
}