@charset "utf-8";
/* CSS Document */
body {
	background-image: url(/img/background.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

.lgTxt {	
	font-size: 16px;
	font-weight: bold;
}
.mdTxt {
	font-size: 14px;
}
.menuTitle{
	font-size: 14px;
	font-weight: bold;
	color:#7A9A38;
}

.txt {
	font-size: 12px;
}
.smTxt{
	font-size: 10px;
}
.purple{
color:#4A3562;
}
.lightGreen{
color:#7A9A38;

}
.gray{
color:#999999;
}