body {
	font: 12px Verdana, Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}

#container {
}
#header {
	display: none;
}
#content {

}
#content div#colMenu {
	display: none;
}

#content div#colInfo {

}

#footer {
	display: none;

	clear: both;
	margin: 15px 0 0 0;
	border: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}

.panel {
	border: 1px solid #CCC;
	padding: 10px 15px 0 15px;
	margin: 0 0 15px 0;
}

/* common styles */

.clear {
	clear: both;
}
.tiny {
	font: 1em Tahoma, Arial, Verdana, sans-serif;
}
.floatRight {
	float: right;
	margin: 0 0 0 15px;
}
.floatLeft {
	float: left;
	margin: 0 15px 0 0;
}
.red {
	font-weight: bold;
	color: #FF0000;
}

#noPrintPicture {
	display: none;
}
.noPrint {
	display: none;
}

/* tags */

h1 {
	font-size: 21px;
	color: #000;
	padding: 0 0 15px 0;
}
h2 {
	font-size: 15px;
	color: #000;
	padding: 0 0 15px 0;
}
h2 strong {
	font-size: 13px;
}
h3 {
	font-size: 12px;
	color: #000;
	padding: 0 0 15px 0;
}
hr {
	height: 0;
	border-top: 1px dotted #9F2443;
	margin: 3px 0 10px 0;
}
p {
	line-height: 17px;
	padding: 0 0 15px 0;
}
a {
		color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul {
	margin: 0 0 15px 40px;
	padding: 0;
	list-style: square;
}
ul li {
	padding: 0 0 5px 0;
	line-height: 17px;
}

table td, table th {
	padding: 8px 5px 8px 8px;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 11px;
}
table th {
	color: #000;
	background-color: #e2e2e2;
}

/* forms */

label {
	color: #000;
	font-weight: bold;
}
div.formLine {
	height: 28px;
	clear: left;
}
div.formLine label {
	float: left;
	width: 165px;
	padding: 2px 0 0 0;
}
div.formLine input.text, textarea, select {
	border: 1px solid #ceccd5;
	font: 11px Verdana, Arial, sans-serif;
	padding: 3px;
}
textarea {
	height: 69px;
}
div.formLine input.button {
	font: 12px Verdana, Arial, sans-serif;
}