@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
/*h1, h2, h3, h4, h5, h6
{
	font-size: 12px;
}*/
body
{
	font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#333;
	background-color:#CCC;
}

/*h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    padding: 5px 0;
    margin: 0 15px;
}*/

ul, ol
{
	list-style: none;
}

img
{
	border: 0;
}
a  
{  
    color: #333;  
    text-decoration: none;  
}  
  
a:hover  
{  
	color:#333;
	text-decoration: underline;  
}  
.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}
.clr-left{ clear:left;}
.clr-height{ clear:left; height:10px;}
.iframe{ background-color:#FFF}

