body {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

.clear {
	display:block;
	clear: both;
}

div, span {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border: none;
}

form {
	display: inline;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.rev {
	text-decoration: underline;
	outline: none;
}

a.rev:hover {
	text-decoration: none;
}

.lalign {
	text-align: left;
}

.ralign {
	text-align: right;
}

.calign {
	text-align: center;
}

.fl {
	display: inline;
	float: left;
}

.fr {
	display: inline;
	float: right;
}

label {
	cursor: pointer;
}

a.button {
	background-position: top left;
}

a.button:hover {
	background-position: bottom left;
}

.arial {
	font-family: Arial;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.black {
	color: #000000;
}

.red {
	color: #C70E0E;
}

.brown {
	color: #453A33;
}

.white {
	color: #FFFFFF;
}

.s10 {
	font-size: 10px;
}

.s11 {
	font-size: 11px;
}

.s12 {
	font-size: 12px;
}

.s13 {
	font-size: 13px;
}

.s16 {
	font-size: 16px;
}
