body {background: #FFFFFF; 
    padding: 0px;
    margin: 0px;
    cursor: se-resize;
}

table, tr, td {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#000000;
}

a:link, a:visited, a:active { 
	cursor: pointer; 
	text-transform: uppercase; 
	text-decoration: underline; 
	font-size:10px; 
	font-family: verdana, arial, sans-serif; 
	color: #91bbc8;
}

a:hover { 
	cursor: pointer; 
	text-decoration: none; 
	background-color: #2eacd3; 
	font-size:10px; font-family: verdana, arial, sans-serif; 
	color: #FFFFFF;
}

a:link img {
   border: 0px;
   color: #FFFFFF;
   background-color: transparent;
}

a:visited img {
   border: 0px;
   color: #FFFFFF;
   background-color: transparent;
}

a:active img {
   border: 0px;
   color: #FFFFFF;
   background-color: transparent;
}

b {
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
	font-family: arial, sans-serif;
}

i {
	color: #2d6a7c;
}