BODY {
	color: Black;
	background-color: #E9E9E9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
    color: #000099;
	text-decoration: none;
	font-weight: bolder;
}



#header {
	font-weight: bold;
	text-decoration: none;
	background-color: #1e229c;
	color: White;
}



#navi {
	font-weight: bold;
	text-decoration: none;
	background-color: #000066;
	color: White;
}

#main {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}



.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	top: 10px;
	position: relative;
	right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
}

.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	color: #1e229c;
	font-style: italic;
}
.dashed {
	border-left: 1px dashed #999999;
}
