a:link		{
	color: #049705;
	TEXT-DECORATION: none;
	font-size: 12px;
}
a:visited 	{
	color: #FF6347;
	text-decoration: none;
	font-size: 12px;
}
a:hover		{
	color: Red;
	TEXT-DECORATION: underline;
	font-size: 12px;
}

body,table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
}

table.vtip_t {
	font-size: 12px;
	color: White;
	background: #AEFBAF;
	border: 1px solid Green;
}

td.vtip_td_a {
	background: #228B22;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

td.vtip_td_b {
	text-align: left;
	vertical-align: text-top;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	padding: 5px 2px 5px 5px;
	background: #AEFBAF;
}

td.vtip_td_c {
	vertical-align: text-bottom;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 2px 5px 2px;
	background: #AEFBAF;
	padding-right: 5px;
}






