body, p, td, li, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #953E04;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
}

p, div {
	margin: 10px, 40px, 10px, 40px;
	padding-left: 25px;
	padding-right: 25px;
}

.bgcolor {
	background-color: #ca9e7b;
}

a:link, a:visited {
	color: red;
	text-decoration: none;
}

a:hover, a: active {
	color: blue;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 5px;
	margin-left: 25px;
}

.page-title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: yellow;
	text-align: left;
	padding-left: 10px;
}

.site-title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: yellow;
	text-align: right;
	padding: 3px, 10px, 3px, 10px;
}

.but {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}

.but, .butf { cursor: hand; }

.but a:link { color: #6F350E; text-decoration: none; }
.but a:visited { color: #6F350E; text-decoration: none; }
.but a:hover { color: #6F350E; text-decoration: underline; }
.but a:active { color: white; text-decoration: underline; }

.cool {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: yellow;
	padding: 10px, 10px, 20px, 20px;
	text-align: right;
	vertical-align: bottom;
}
.text1 {
	color: blue;
	font-weight: bold;
	padding: 0px 20px 0px 10px;
}

.texthome {
	font-family: Verdana, Arial, sans-serif;
	padding-right: 170px;
	color: #953E04;
}


.text2 {
	color: #6F350E;
	padding: 0px, 0px, 0px, 10px;
	font-weight: bold;
}

.text3 {
	color: green;
	font-style: italic;
}

.text4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6F350E;
	background-color: #FFcc33;
}

.text5 {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #6699ff;
}

.text6 {
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #66ff99;
}

.ctrl1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: orange;
	background-color: teal;
	margin: 3px, 10px, 3px, 10px;
	border: 1px solid orange;
}

.ctrl2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6F350E;
	background-color: #FFcc33;
	margin: 1px, 10px, 0px, 10px;
}

.center {
	text-align: center;
}