/* CSS Document */

.MainBody {
	padding-left: 5px;
	padding-right: 5px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*Websearch 3.0*/

.RAMBox1 {
background-color: #6666FF;
text-align: center;
color: #FFFFFF;
font-weight: bold;
font-size: 16px;
}

.RAMBox2 {
background-color: #EEEEEE;
color: #000000;
text-align: center;
}

.RAMBox3 {
background-color: #CCCCCC;
color: #000000;
text-align: left;
}

.RAMButton1 {
background-color: #6666FF;
text-align: center;
width: 100px;
color: #FFFFFF;
text-decoration: none;
float: left;
font-weight: bold;
}

a.RAMButton1:hover {
background-color: #EEEEEE;
}

.RAMButton2 {
background-color: #6666FF;
text-align: center;
width: 100px;
color: #FFFFFF;
text-decoration: none;
float: right;
font-weight: bold;
}

a.RAMButton2:hover {
background-color: #EEEEEE;
}

.RAMButton3 {
background-color: #6666FF;
text-align: center;
width: 100px;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a.RAMButton3:hover {
background-color: #EEEEEE;
}

a.RAM:link {
color: #0000FF;
text-decoration: none;
}

a.RAM:visited {
text-decoration: none;
color: #000099;
}

a.RAM:hover {
text-decoration: underline;
color: #990000;
}