@charset "utf-8";
/* CSS Document */



p {

}


a, a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: solid 1px black;
	color: black;
}


a:hover  {
	border-bottom: none;
}



h1 {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


h2 {
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}



.container {
	width: 754px;
}


.center {
	margin-left: auto;
	margin-right: auto;
}

.mainTable {
	width: 754px;
	border-spacing: 0px;
}


.footerTable {
	width: 754px;
	border-spacing: 0px;
	margin-top: 100px;
}


td {
	width: 150px;
	border-right: 1px dotted #999999;
	border-top: 1px dotted #999999;
	padding: 10px;
	padding-bottom: 20px;
	font-size: .9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

tr {

}


tr#head {
	font-size: 1.1em;
	padding: 10px;
	border-top: none;
	font-weight: bold;
}

td#head {
	border-top: none;
	padding-bottom: 50px;

}

.right_col {
	border-right: none;
}


#header {
	margin-bottom: 50px;
	padding-left: 10px;
}




.toolTip {
	text-decoration: none;
	border-bottom: dashed 1px black;
	color: black;
	cursor: help;
}













a.info {
    position:relative;
    z-index:24; 
	background-color:#FFF;
    color:#000;
    text-decoration:none;
	border-bottom: dashed 1px black;
	cursor: help;
}

a.info:hover {z-index:25; background-color:#FFF;}

a.info span {display: none}

a.info:hover span {
    display:block;
    position:absolute;
    top:2em; left:2em; width: 200px;
    border:1px dashed #000;
	padding: 10px;
    background-color:#FFF; color:#000;
}