body {
	font-size: 12px;
}

h1 {
	margin-bottom: 10px;
	margin-top: 50px; 
	padding: 1px;
	text-align: center;
}

h2 {
	margin-bottom: 5px;
	margin-top: 30px; 
	padding: 1px; 
	text-align: center;
}

h3 {
	margin-bottom: 3px;
	margin-top: 10px; 
	padding: 1px;
	text-align: center;
}

h4 {
	margin-bottom: 1px;
	margin-top: 5px; 
	padding: 1px;
}

h5 {

}

h6 {

}

div, img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

a {
}
a:link, a:visited {
	color: #127FB4;
}
a:hover, a:active {
	color: #FFB04A;
}

form {
	margin: 0;
	padding: 0;
}

div#content table {
	width: 95%
}
div#contentPublic  {
	color: #333;
}

#content table td, #content table th {
	vertical-align: top;
	text-align: left;	
}


#content table td input, #content table td select, #content table th input, #content table th select, #content table th textarea, #content table td textarea {
	width: 300px;
}
#content table td input.button, #content table td select.short, #content table th input.button, #content table th select.short {
	width: 111px;
}

#content table td input.chk, #content table th input.chk {
	width: 13px;
}

div#footer span {
	color: #999;
}

