/* Logo blue is #102A8F */

body {
	background-color:#330066;
	margin-top: 20px;
}

.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

.border-right {
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}

.border-top {
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.border-top-right {
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}

.border-bottom {
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
}

.border-top-left {
	border-color: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

/*
td.border-bottom:hover {
	background-color: #E4E9FC;
	text-decoration: none;
}
*/

.pagetext {
	padding: 0px 0 0px 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: left;
    font-family: arial, sans-serif;
	font-size: 0.8em;
}

.pagetext-big {
	padding: 0px 0 0px 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: left;
    font-family: arial, sans-serif;
	font-size: 1.0em;
}

.footertext {
	padding: 0px 0 0px 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: center;
    font-family: arial, sans-serif;
	font-size: 0.7em;
}

li {
	padding: 0px 0 0px 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
	text-align: left;
    font-family: arial, sans-serif;
	font-size: 0.8em;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
}

.pagetext-center {
	padding: 0px 0 0px 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: center;
    font-family: arial, sans-serif;
	font-size: 0.8em;
}

a.bodylink:link, a.bodylink:visited {
	color: #000000;
	text-decoration: none;
}

a.bodylink:hover, a.bodylink:active {
	text-decoration: underline;
}

a.navlink:link, a.navlink:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
}

a.navlink:hover, a.navlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
