html,body {
	margin:10 auto;
	padding:0;	
	font: 12px Verdana;
	color:#333333;
	min-height: 100%;
	height: auto !important;
	height: 100%	
}

.maincont {
	width: 650px;
	position: relative;
	height: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
}

#content {
	width:650px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: 1px;
	padding: 0px 0px 0px 16px;
	margin: 0px 11px 0px 0px;
	/* text-align : justify; */
}

A {
	text-decoration: none;
}

.box {
	border: #aaa 1px dashed;
	padding: 5px;
}

.message {
	color: green;
}

.boxerror {
	border: #faa 1px dashed;
	padding: 5px;
}


.tagline {
	font-family: monospace;
	font-size: 11px;
	color:#777777;
}

strong {
	color: #333;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color : #000000;
	font-weight : bolder;
	line-height : 100%;
	text-align: right;
	width: 100%;
	display: inline;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color : #5274c3;
	font-weight : bolder;
	display: inline;
}
h3 {
	display: inline;
	font-weight : bold;
	font-size: 12px;
	color: #555555;
}
h4 {
	display: inline;
	font-weight : bold;
	font-size: 10px;
	color: #6d5f61;
}	

