A.menu { 
	font-family: "Century Gothic";
	font-size: 12px; 
	font-weight: normal; 
}
A.menu:link { text-decoration: none; color: #6C388A;}
A.menu:visited { text-decoration: none; color: #6C388A;}
A.menu:hover {
	color: #ffffff;
	background-color: #A288B1;
}
A.nav { 
	font-family: "Century Gothic";
	font-size: 12px; 
	font-weight: normal; 
}
A.nav:link { text-decoration: none; color: #000000;}
A.nav:visited { text-decoration: none; color: #000000;}
A.nav:hover {
	color: #ffffff;
	background-color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EDEDED;
}
.navigation {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #F9F9F9;
}
.menu {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #6C388A;
	text-decoration: none;
}
.menuselected {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #A288B1;
}
.title {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: normal;
	color: #4B508E;
	text-decoration: none;
}
.body, td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.content_bg {
	background-color: #FDFDFD;
	background-image: url(../images/content_bg2.jpg);
	background-repeat: no-repeat;
}
.right_bg {
	background-color: #EDEDED;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-x;
}
.left_bg {
	background-color: #EDEDED;
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-x;
}
