@CHARSET "UTF-8";

img {
	border: none;
}

div {
	text-align: center;
}

h1 {
	display: inline;
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a.rev {
	text-decoration: underline;
	outline: none;
}

a.rev:hover {
	text-decoration: none;
	outline: none;
}

form {
	display: inline;
}

textarea {
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.clear {
	display:block;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	clear: both;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.justify {
	text-align: justify;
}

.s10 {
	font-size: 10px;
}

.s11 {
	font-size: 11px;
}

.s12 {
	font-size: 12px;
}

.s13 {
	font-size: 13px;
}

.s14 {
	font-size: 14px;
}

.s15 {
	font-size: 15px;
}

.s16 {
	font-size: 16px;
}

.s17 {
	font-size: 17px;
}

.s18 {
	font-size: 18px;
}

.s19 {
	font-size: 19px;
}

.s20 {
	font-size: 20px;
}

.cwhite {
	color: #FFFFFF;
}

.cblack {
	color: #000000;
}

.cgrey1 {
	color: #9B9B9B;
}

.cgrey2 {
	color: #969899;
}

.cgrey3 {
	color: #808080;
}

.cgrey4 {
	color: #525659;
}

.cgrey5 {
	color: #A8A8A8;
}

.cblue1 {
	color: #0068B0;
}

.cblue2 {
	color: #002C4D;
}

.cblue3 {
	color: #006BB7;
}

.cblue4 {
	color: #0E78C6;
}

.cred1 {
	color: #FF0000;
}

.cred2 {
	color: #D51C1C;
}

.cgreen1 {
	color: #39B54A;
}