@charset "utf-8";

/* CSS Document */



a:link {

	color: #333333;

	text-decoration: none;

}

a:visited {

	color: #333333;

	text-decoration: none;

}

a:hover {

	color: #333333;

	text-decoration: underline;

}

a:active {

	color: #F00;

	text-decoration: underline;

}



.titletext {

	font: Verdana, Geneva, sans-serif;

	font-size:18px;

	color:#000;

}

.titletextbold {

	font: Verdana, Geneva, sans-serif;

	font-size:18px;

	font-weight:bold;

	color:#000;

}

.maintext {

	font: Verdana, Geneva, sans-serif;

	font-size:14px;

	color:#000;

}

.bodytext {

	font: Verdana, Geneva, sans-serif;

	font-size:14px;

	color:#000;

}


