/* MLEAD */

/* @group Basic */
html {															
	background-color: #333;
	margin: 0;
	padding: 0;
}

img  {  border: none;  }

body  {
    width: 900px;
    height: auto;
	margin:  40px auto;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:  14px;
	font-weight:  normal;	
	line-height:  18px;
	color: #333333;
    border-style: none;
}

td,p {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:  14px;
	font-weight:  normal;	
	line-height:  18px;
	color: #333333;
}
h1, h2, h3 { 
    font-family: verdana;
    color: #333;  }

h1  {
    font-weight: 700;
    font-size: 1.3em;
}

.subheader  {
    font-weight: 500;
    font-style: italic;
    color: #000000;
}

ul {
	margin: 0 0 0 17px;
	padding: 0;
}


A:link {
	text-decoration: none;
	color: 0000FF
	}
	
A:visited {
	text-decoration: none;
	color: 3333FF
	}
	
A:active {
	text-decoration: none;
	}
	
A:hover {
	text-decoration: underline; 
	}
	
</style>
/* @end  */

/* @group Basic page structure  */

div#container{
	float: left;                                                	display: inline;
	border: none;
	background-color: #fff;
	padding: 0 10px;
}

div#header{
	background-color:#cc0000;
	padding:0.5em;
	margin: 0 -10px;
}

.main  {
    background-color: #fff;
    width: 900;
    height: auto;
    margin: auto;
    border-style: solid;
}

.popup  {
    background-color: #fff;
    width: 600;
    height: auto;
    margin: auto;
    border-style: solid;
}

.note {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:  12px;
	font-weight:  normal;	
	line-height:  12px;
	color: #ff0000;
}

.tiny {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:  10px;
	font-weight:  normal;	
	line-height:  12px;
	color: #ff0000;
}

.regButton {
	float: right;
	border-style: solid;
	background-color: #dddddd;
	color: #00000;
	font-family:georgia,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1px;
}

.resultslink {
	font-family:arial,helvetica,sans-serif;
	font-size:  12px;
	font-weight:  normal;	
	line-height:  12px;
	color: #333333;
}

/* @end Basic page structure  */

