body, p, td, li, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	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: #D6CEFF;
}

a:link, a:visited {
	color: orange;
	text-decoration: none;
}

a:hover, a: active {
	color: green;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 25px;
	margin-left: 45px;
	color: blue;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 25px;
	margin-left: 45px;
	color: yellow;	
}

.site-title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: yellow;
	text-align: right;
	padding-right: 10px;
}

.page-title {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: blue; 
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}

.but {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}

.but, .butf { cursor: hand; }

.but a:link { color: blue; text-decoration: none; }
.but a:visited { color: blue; text-decoration: none; }
.but a:hover { color: red; text-decoration: underline; }
.but a:active { color: black; text-decoration: underline; }

.cool {
	font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: orange;
	padding-right: 20px;
	text-align: right
}

.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: yellow;
	text-align: left;
	vertical-align: top;
}
.text1 {
	color: blue;
	padding: 0px, 0px, 0px, 10px;
	font-weight: normal;
}

.text2 {
	color: blue;
	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: blue;
	background-color: #66CBFF;
}

.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: blue;
	background-color: #66CBFF;
	margin: 3px 10px 3px 10px;
	border: 1px solid blue;
}

.ctrl2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	background-color: #99ccff;
	margin: 1px, 10px, 0px, 10px;
}

.center {
	text-align: center;
	color: yellow;
}

