body {
	margin: 0;
	padding: 0;
	background-color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
	text-align: justify;
	font-size: 0.8em;
        font-weight: normal; 
}
       

hr {
color: #666;
background-color: #666;
height: 3px;
}

a {
outline: none;
}

a:link		
{ 
text-decoration: none;
outline: none;
}

a:visited	
{ 
text-decoration: none;
outline: none;
} 

a:hover 
{
text-decoration: none;
outline: none;
} 

a:active 
{
text-decoration: none;
outline: none;
} 

input.submit, input.submit:active  {
    background-color: #646D7E;
    font-family: tahoma, verdana, arial; font-size: 1.0em; 
    text-decoration:none;
    color:#fff;
    cursor:pointer;
    outline: none;
        font-weight: bold;
border: 1px solid #eee;
font-size: 90%;
width: 80px;
    }

input.submit:hover {
    font-family: tahoma, verdana, arial; font-size: 1.0em; 
    text-decoration:none;
    cursor:pointer;
    outline: none;
    background-color: #806D7E;
    color:#fff;
    font-weight: bold;
border: 1px solid #eee;
font-size: 90%;
width: 80px;
}

.main {
	background-color: transparent;
	color: #E9C900;
        z-index: 99;
        padding-bottom: 5px;
}

.mainin {
	width: 640px;
	margin: 0 auto 0 auto;
	text-align: justify;
	color: #000;
      z-index: 99999;

}


.mainin-text {
z-index: 9999;
color: #eee;
font-size: 13px;
margin-top: 10px;
background: none;
}


.mainin-text a {
text-decoration: none;
outline: none;
color: #dd8;
}

.mainin-text a:link {
text-decoration: none;
outline: none;
color: #dd8; 
}

.mainin-text a:visited {
text-decoration: none;
outline: none;
color: #dd8;
}

.mainin-text a:hover {
text-decoration: none;
outline: none;
color: #666666;
}

.mainin-text a:active {
text-decoration: none;
outline: none;
color: #dd8;
}


.float-left 
{
float:left;
margin: 15px;
margin-left: 0px;
padding-bottom: 0px;
}


.float-right 
{
float:right;
margin: 15px;
margin-right: 0px;
padding-bottom: 0px;

}

.float-left-top 
{
float:left;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-right: 15px;

}

.float-right-top 
{
float:right;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: 15px;

}


