body	{ 
margin: 0; 
padding: 0;
background-color:#ebe9e7;
}

#main_table {

width:100%;
height:100%;
}

#top_td {
height:85px;
width:200px;
padding: 10px 0 0 0;
vertical-align: top;
}



#middle_td {
padding: 0px 0 0 0;
vertical-align: middle;
}

#bottom_td {
height:150px;
width:200px;
padding: 0px 0 0 0;
vertical-align: top;
}




.text { 
color: #494443;
font-size: 11px;
font-family: Georgia;
line-height:18px;
}

.text a {	
color: #04dbe3;
font-size: 11px;
font-family: Georgia;
line-height:18px;
text-decoration: underline} 


.text a:hover {
text-decoration: none;
}


.text_light_italic{
color: #b3adab;
font-style: italic;}
	
.text_italic{
color:#625a59;
font-style: italic;
font-weight: bold;}


