@charset "UTF-8";

/* "auto" makes the left and right margins center the wrapper */
#wrap { 
	width: 800px; 
	margin: 0 auto; 
}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin: 0px;
	border-right-width: 40px;
	border-left-width: 24px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}



a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration:blink;
}
a:visited {
	color: #666666;
}
.JustHeavy {
	border-top-width: 15px;
	border-top-color: #000000;
	border-top-style: solid;
}
.HeavyRule {
	border-top-width: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;

	background-position: top;
}
.DottedRule {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.TrackCell {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	background-color:#FFFFFF;
	-webkit-transition: background-color 1000ms linear ;
    -moz-transition: background-color 1000ms linear ;
    -o-transition: background-color 1000ms linear ;
    transition: background-color 1000ms linear ;
}

.TrackCell:hover {
	background-color:#33FF00;
	-webkit-transition: background-color 300ms linear ;
    -moz-transition: background-color 300ms linear ;
    -o-transition: background-color 300ms linear ;
    transition: background-color 300ms linear ;

}



h1 {
	font-size: 46pt;
	font-weight:bold;
	letter-spacing: -0.05em;

}




h2 {
	font-weight: normal;
	font-size: 22pt;
	font-weight:bold;
	letter-spacing: -0.06em;
	margin: 0px;
	padding: 0px;
	line-height: 18pt;
}
