/* STANDARD ELEMENTS */
html{height: 100%;}

body{
	font: 10px/15px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	color: #666;
	text-align: center;
	background: url(/images/common/bg-8.gif);

	height: 100%;
}

img{ border: none; }

p {margin: 0 0 9px;}

a:link,a:active,a:visited,a:hover{	color: #444;text-decoration: none;}
a:hover{color: #444;background: #eee;}

ul{ margin: 0; padding: 0;list-style: none;}
ul li{ margin: 0; padding: 0;}
ul.bul {list-style: disc;margin-left: 15px;}
ul.bul li{padding-bottom: 6px;}
h1,h2,h3
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}
h1{
color:#369;
font: 16px Tahoma,'Lucida Console', Verdana;
}

select.input,input.input{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fdfdfd;
	font: 14px Verdana;
}
label { display: block;}
.l { float: left;}
.r { float: right;}
div.clr{display: block; clear: both; margin: 0 0;visibility:hidden;}