
body {
	background-color:#5a6984;
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
}

body, td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

h1 {
	font-size: 13px;
	font-weight:bold;
	background-color:#4e5e7c;
	color:#ffffff;
	padding:3px;
	margin:0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

a:link {
	text-decoration: none;
	color:#a80532;
}
a:visited {
	text-decoration: none;
	color:#a80532;
}
a:hover {
	text-decoration: underline;
	color:#a80532;
}
a:active {
	text-decoration: none;
	color:#a80532;
}

.footer:link {
	text-decoration: none;
	color:#FFFFFF;
}
.footer:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.footer:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
.footer:active {
	text-decoration: none;
	color:#FFFFFF;
}

.header:link {
	text-decoration: none;
}
.header:visited {
	text-decoration: none;
}
.header:hover {
	text-decoration: underline;
}
.header:active {
	text-decoration: none;
}

.submenu:link {
	text-decoration: none;
}
.submenu:visited {
	text-decoration: none;
}
.submenu:hover {
	text-decoration: underline;
}
.submenu:active {
	text-decoration: none;
}