html,body  {
	padding:0px; 
	margin:0px;  
	font-size:100%; 
	font-family: verdana, arial, sans-serif;
	text-align:center;
	background:#fff url(images/bg_logo.gif) repeat-x;
}
/* default standard markup tags*/
a			{	font-size: 100%; text-decoration: none;	}
a: visited	{	color : #999999;}
a:hover 	{	color : #0099cc;	text-decoration: none;	}
.warning	{	color:red; font-weight: bold; text-align:center;}

h1			{	font-size: 120%;	margin: 0;	color: #040;	font-weight : bold;}
h2 			{	font-size: 70%;	margin: 0;	color: red;}
h3 			{	font-size: 100%;	margin: 0;	font-weight : bold;}
h4			{	margin: 0;	font-size: 60%;}
input,select{	border: 1px solid #dddddd; }
.radio		{	border:none;}
.counter	{	border:none; 	font-weight:bold; 	background-color:#eeeeee;	text-align:right;	width: 30px;}
.small 		{	}
hr			{	line-height: 1px; color:#999999;}
