/* CSS Document */
body { background-color: #CCCCCC; }

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
}

.indenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 20px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 10px;

}

.commenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
}
.titlemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

.titlemainitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	padding-left: 10px;
}

.boldwhite2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

.bordermainpage { border: 0.5px solid #333333; }

.linkstop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}

.boldblack,.labeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.labeltext { font-size: 11px; }
.buttonscontainer { width: 180px; }
a#bigbuttn { padding: 8px; }

.buttons a {
	color: #ffffff;
	background-color: #000000;
	padding: 4px;
	padding-left: 8px;
	display: block;
	border-bottom: 1px solid;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #EAB124;
	color: #000000;
	text-decoration: none;
}

.italicbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-style: italic;
	line-height: 18px;
}

.BOLDTITLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #A05221;
}

.listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 5px;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: red;
}

.hideme {
	display:none;
}