body,td,th {
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.rmain  {
        width:100%;
        height:100%;
}


#maintable {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}


a:link {
	color: #33F;
}
a:visited {
	color: #309;
}
a:hover {
	color: #F00;
}
a:active {
/*	color: #F90;*/
}

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-family: Tahoma, Geneva, sans-serif;
	
}

h2 {
	font-size: 150%;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size: 130%;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


.comments {
        font-size:10px;
        color:#666666; 
}


#inputvip table {

}

#inputvip td {
        border-bottom: 1px dashed #BFBFBF;
}
#inputvip table td {
        border-bottom: none;
}


#inputvip td strong {
        height:40px; 
        font-size:20px; 
	color:#8EB4C4;
	font-style:oblique;
}

#searchresult td {
 border-left:1px solid #666;
 border-bottom:1px solid #666;
}
#searchresult th {

}
#searchresult {
 border-top:1px solid #666;
 border-right:1px solid #666;
}

.menucheck {   font-size: 14px;
   padding: 5px;
   background-color:#BCE7E3; 
   color: black;
   border: solid #000000; 
   border-width:1px 0px 0px 0px;
   text-decoration:none;
}