body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	background-color: white;
}

table.background {
	border-collapse: collapse;
	background-color: #6476B6;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	border-bottom: solid;
	border-bottom-width: thin;
	font-size: 18px;
}

table.background td th {
	background-color: #6476B6;
}

table.backgrounddarkblue {
	border-collapse: collapse;
	background-color: #0E0E66;
}

table.backgrounddarkblue td th {
	background-color: #0E0E66;
}

form {
	margin: 0px;
	padding: 0px;
}

.input {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #4D5760;
}

.text2 {
	font-size: 11px;
	color: #606060;
}

.text3 {
	font-size: 11px;
	color: #FFFFFF;
}

b.title {
	color: green;
	text-decoration: underline;
}

a {
	color: #0E0E66;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}

a.link1 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #0E0E66;
}

a.link2 {
	color: #000000;
	text-decoration: none;
}

a.link2:hover {
	color: #0E0E66;
	font-weight: bold;
}

a.link3 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link3:hover {
	color: #ffcc00;
	font-weight: bold;
}

#menu {
	height: 19px;
	padding-top: 2px;
}