.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 2px 2px 2px 2px;
	width: 140px;
	text-decoration: none;
	background-color: #c4c5e8;
}
.navigation:link {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0000ff;
	display: block;
	padding: 2px 2px 2px 2px;
	width: 140px;
	text-decoration: underline;
	background-color: #c4c5e8;
}

.navigation:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #800080;
	display: block;
	padding: 2px 2px 2px 2px;
	width: 140px;
	text-decoration: underline;
	background-color: #c4c5e8;
}

.navigation:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ed377c;
	display: block;
	padding: 2px 2px 2px 2px;
	width: 140px;
	text-decoration: underline;
	background-color: #dddeff;
}

.main {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	padding: 0px;
	margin: 3px 32px 6px 12px;
	
}
.main a:link {
	color: #c4c5e8;
}
.main a:visited {
	color:#c4c5e8;
}


.italicsbold {
	font-family:  "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #c4c5e8;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	border-right: 1;
}
