body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.hide {
    DISPLAY: none;
    VISIBILITY: hidden
}
.show {
	clear: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

.line-height {
	line-height: 16px;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.micro {
	font-size: 8px;
}
.tiny {
	font-size: 9px;
}
.smaller {
	font-size: 10px;
}
.small {
	font-size: 11px;
}
.normal {
	font-size: 12px;
}
.big {
	font-size: 13px;
}
.bigger {
	font-size: 14px;
}
.biggest {
	font-size: 15px;
}
.large {
	font-size: 16px;
}
.larger {
	font-size: 18px;
}
.largest {
	font-size: 28px;
}

.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.gray {
	color: #666666;
}

.red {
	color: #CC0000;
}
.orange {
	color: #FF6600;
}
.green {
	color: #336600;
}
.yellow {
	color: #FFFF00;
}
.brown {
	color: #990033;
}
.bluelight {
	color: #C3DAF9;
}
.blue {
	color: #2B4D86;
}
.darkblue {
	color: #29537C;
}

.pointer {
	cursor: pointer;
}
.arial {
	font-family: Arial;
}
.antiqua {
	font-family: "Book Antiqua", Arial;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.helvetica {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.sans {
	font-family: sans-serif, Verdana, Arial, Helvetica;
}

textarea, input, select {
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0px;
}
.button {
	background: url(images/fade_butt.png );
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
}
.button:active {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.button, .button:focus {
	padding: 0px 5px 0px 5px;
}

.header1 {
	font-family: "Book Antiqua";
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

.header2 {
	font-family: "Book Antiqua";
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.header3 {
	font-family: "Book Antiqua";
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.header4 {
	font-family: "Book Antiqua";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}
