body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.cropbg {
	background-image: url(../images/crop.jpg);
	background-repeat: repeat;
}

.kcropbg {
	background-image: url(../images/kcrop.jpg);
	background-repeat: repeat;
}

.text {
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

.bluetext {
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color:#486c78;
}

.bold {
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	color: #486C78;
}

.boldplus {
	font-family: Arial;
	font-size: 110%;
	font-weight: bold;
	color: #486C78;
}

.heading {
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
	color:#486c78;
}

.headerbg {
	background-color: #E6DDCC;
}

.blackbold {
	font-family: Arial;
	color: #000000;
	font-weight: bold;
}

.bluebold {
	font-family: Arial;
	font-size: 100%;
	color: #486c78;
	font-weight: bold;
}

.categorymem {
	font-family: Arial;
	font-size: 100%;
	color: #486C78;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #486c78;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #486c78;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #486c78;
}

.text100 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

.text {
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

.addressbg {
	background-image: url(../images/address_bg.gif);
	background-repeat: repeat;
}

.body {
	background-color: #e6ddcc;
}

a:link {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}

a:hover {
	font-family: Arial;
	color: #486C78;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	font-family: Arial;
	color: #486C78;
	font-weight: normal;
	text-decoration: underline;
}

.textlinks {
	font-family: Arial;
	font-size: 90%;
	font-weight: normal;
	color: #486c78;
	text-decoration: underline;
}

.textlinks a:link {
	font-family: Arial;
	font-weight: normal;
	color: #486c78;
	text-decoration: underline;
}

.textlinks a:hover {
	font-family: Arial;
	font-weight: normal;
	color: #94b4bf;
	text-decoration: underline;
}

.textlinks a:visited {
	font-family: Arial;
	font-weight: normal;
	color: #94b4bf;
	text-decoration: underline;
}