@charset "utf-8";
/* CSS Document */

.bodytext {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFCC;
line-height:22px;
}
.bodytext A:link {color: #FFFFCC;}
.bodytext A:visited {color: #FFFFCC;}
.bodytext A:active {color: #FFFFCC;}
.bodytext A:hover {color: #FFFFCC;}
.bodytextdark {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2D2D00;
	line-height:22px;
}
.textbox {
padding:0 65px 0 65px;
}
.linktext {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFCC;
line-height:22px;
}
.linktext A:link {color: #FFFFBF;
text-decoration:none;}
.linktext A:visited {color: #FFFFBF;
text-decoration:none;}
.linktext A:active {color: #FFFFBF;
text-decoration:none;}
.linktext A:hover {
	text-decoration:none;
	color: #FFFFCC;
}
.padding {
padding:10px;}
.border {border: thin #FFFF99}