@charset "UTF-8";

.stdText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-size-adjust:inherit;
	color:#036;
	font-style:normal;
	font-stretch:normal;
	white-space: inherit;
}
	
h1 {font-size: medium; color:#036;}
h3 {font-size:small; font-style:normal; color:#036; font-weight:normal;}

body {text-align:center;}

.header {background-color: #FFF;}
.content {padding: 10px 0;}
.content ul, .content ol {padding: 0 15px 15px 40px;}
.footer {padding: 10px 0; background-color: #FFF;}

.console {width: 400px; margin-left:auto; margin-right:auto;}

.fltrt {float: right; margin-left: 8px;}
.fltlft {float: left; margin-right: 8px;}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
