.bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.welcomebg {
	background-image: url(../images/welcome_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.subbg {
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.leaves {
	background-image: url(../images/laeves.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.subbg2 {
	background-image: url(../images/sub_bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.sublinksbg {
	background-image: url(../images/sub_links_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #744E8B;
}
.dots {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.btmbg {
	background-image: url(../images/btm_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7907a1;
	text-decoration:none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b085cc;
	text-decoration:none;
}
.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7907a1;
	text-decoration:none;
}
.ses {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #b085cc;
	text-decoration:none;
}
.ses:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7907a1;
	text-decoration:none;
}
.txtfld {
	background-color: #f7e7ff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 200px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textarea{
	border: 1px none #ABD0E7;
	width: 200px;
	height: 50px;
	background-color: #f7e7ff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.Button{
	width: 60px;
	height: 18px;
	color: #ffffff;
	background-color: #003399;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
