/* CSS Document */


body {background-color:#c5c5c5;
font-size:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#text{
text-align: left;
}
a:link{
text-decoration: none;
}
a:visited{
text-decoration:none
}
a:hover{
text-decoration: underline;
color:#3366FF;
}
a:active{
text-decoration: none;
}
p{
text-align:left;
}
th{
text-align:left;
}
il{
text-align:left
}
ul{
text-align:left
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 160px;
	padding-top: 5px;

}


.hotspot {color:#900; padding-bottom:1px; border-bottom: none; cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}

.itl {
	font-style:italic
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.cls {
	clear:both;
}
.bold {
	font-weight: bold;
}
