td				{ font-family: Verdana; font-size: 11px; }
body			{ font-family: Verdana; font-size: 11px; background: #CCCCCC; color: #000000; }

.header01 		{ font-family:Georgia; font-size:17px; }
.header_red		{ font-family:Georgia; font-size:17px; color:#FF0000; }

input {font-family: verdana; font-size: 11px;}

a:link					{ color: #003366; font-weight: bold}
a:visited				{ color: #003366; font-weight: bold}
a:active				{ color: #003366; font-weight: bold}
a:hover					{ color: #003366; font-weight: bold}

a.footer:link           { font-size:10px; color: #ffffff; font-weight: bold;  text-decoration: none; }
a.footer:visited        { font-size:10px; color: #ffffff; font-weight: bold;  text-decoration: none; }
a.footer:active         { font-size:10px; color: #ffffff; font-weight: bold;  text-decoration: none; }
a.footer:hover          { font-size:10px; color: #3366CC; font-weight: bold;  text-decoration: none; }

a.footer_red:link       { font-size:10px; color: #668DBE; font-weight: bold;  text-decoration: none; }
a.footer_red:visited    { font-size:10px; color: #668DBE; font-weight: bold;  text-decoration: none; }
a.footer_red:active     { font-size:10px; color: #668DBE; font-weight: bold;  text-decoration: none; }
a.footer_red:hover      { font-size:10px; color: #CC0033; font-weight: bold;  text-decoration: none; }

.toolTipElement {
	cursor: help;
}

.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}