body {
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #666;
	outline: none;
}

a:visited {
	color:  #333;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: none;
	}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}

h6 {
	font-size: 8px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}


img {
	border: 0;
	}


#outer_box{
	text-align: center;
	margin-top: 20px;
	margin-bottom: auto;
}

#maintable{
	width: 420px; 
	height: 430px;
	background-color: white;
	text-align: left;
	color: #666;
	border: 5px solid #003333;
	margin-right: auto;
	margin-left: auto;
}

#maintable td{
	vertical-align: top;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	background: #fff;
	border: 5px solid #00666;
	text-align:left;
    width: 400px; 
	text-align: justify;
}




/*#mailform,#mailform input, #mailform textarea{
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	background-color: #fff;
}*/

#mailform input, #mailform textarea{
	display: block;
	width: 300px;
	border: 1px dashed #666;
}

#mailform textarea{
	height: 150px;
}

#mailform #cmdSubmit{
	border: 1px solid #666;
	border: none;
	font-size: 23px;
	font-family: arial;
	text-transform: uppercase;
	color: #666;
	background-color: #fff;
}


.iframe{
	scrollbar-face-color:#FEEECC;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#FEEECC;
	scrollbar-shadow-color:#FEEECC;
	scrollbar-highlight-color:#FEEECC;
	scrollbar-3dlight-color:#FEEECC;
	scrollbar-darkshadow-Color:#FEEECC;
	background: transparent;
	overflow-x:hidden;
	overflow-y:scroll; 
}