body {
		font-family: Century Gothic, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align:left;
	
}


td {
	font-family:  Century Gothic, Helvetica, sans-serif;
}

th {
	font-family: Century Gothic, Helvetica, sans-serif;
}


.navi {
	background-color:#D5CDBA;
	width:125px;
	height:38px;	
	text-align:center;
	float:left;
	color:#000000;
	font-family: Century Gothic, Helvetica, sans-serif;
	cursor:pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-right:2px;
}

.navi:hover {
	background-image:url(pics/bg_navi_on.jpg);
	background-repeat:repeat-x;
	color:#212226;
}

.navi_text {
	position:relative;
	top:10px;
	font-size:14pt;
}


.navi_selected {
	background-image:url(pics/bg_navi_on.jpg);
	background-repeat:repeat-x;
	width:125px;
	height:38px;	
	text-align:center;
	float:left;
	color:#212226;
	font-family: Century Gothic, Helvetica, sans-serif;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-right:2px;
}


a:link {font-family: Century Gothic, Helvetica, sans-serif; color: #002E66; text-decoration: none; }
a:visited {font-family:Century Gothic, Helvetica, sans-serif; color: #002E66; text-decoration: none;  } 
a:active {font-family: Century Gothic, Helvetica, sans-serif; color: #002E66; text-decoration: none;  }
a:hover {font-family: Century Gothic, Helvetica, sans-serif; color: #002E66; text-decoration: none;   }




h1 {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #71b500;
	margin-bottom: 20px;
	line-height:28px;
}


.text {
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
	
}


.error {
	background-color:#FFEFEF;
	border: 1px solid #ff0000;
	color: #000000;
	margin: 5px;
	padding: 5px;
	margin-left:0px;
}


.success {
	background-color: #5e9408;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin: 5px;
	padding: 5px;
	margin-left:0px;
}