a:link {
	color : #999999;
	text-decoration : none;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration : none;
	color : #999999;
	background-color: #FFFFFF;
}
a:hover {
	text-decoration : none;
	color : #cc0033;
}
a:active {
	text-decoration : none;
	color : #000000;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p, ul, caption {
	font-family : Helvetica, Arial, Verdana, sans-serif;
	background-color:#FFFFFF;
}
h1 {
	font-size : 14px;
	color : #555555;
	font-weight : bold;
	margin-bottom : -10px;
}
h2 {
	font-weight : bold;
	font-size : 12px;
	color: #555555;
	margin-bottom: -10px;
}
	h3 {
	color: #777777;
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size : 12px;
	color: #999999;
	font-weight: normal;
}
h5 {
	font-size : 10px;
	color: #777777;
	font-weight: normal;
	text-align: right;
}
p {
	font-size : 12px;
	color : #777777;
}
ul {
	list-style-type: square;
	font-size: 12px;
	color: #777777;
	list-style-position: outside;
}
caption {
	font-size : 10px;
	text-align : right;
}
.bold {
	font-weight: bold;
}
.white {
	color : #FFFFFF;
}
.lightgray {
	color: #999999;
}
.lightgray_smallfont {
	color : #999999;
	font-size : 10px;
}
.table_outline {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-top-color : #000000;
	border-right-color : #000000;
	border-bottom-color : #000000;
	border-left-color : #000000;
}
.darkgray {
	color: #333333;
}
.italics {
	font-style: italic;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
	border: 0px solid #FFFFFF;
}
.border_1 {
	border: 1px solid #000000;
}
.border_0 {
	border: 0px solid #FFFFFF;
}
.boldBlack {
	font-weight: bold;
	color: #000000;
}
.border_1padding_alot {
	border: 1px solid #000000;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
}
#main {
	position:absolute;
	width:340px;
	height:340px;
	z-index:4;
	left: 50%;
	top: 95px;
	margin-left: -360px;
	text-align: right;
	visibility: visible;
}
.border_1_details {
	border: 1px solid #000000;
	margin-left: 20px;
}
#tooltip {
	background-color: #CCCCCC;
	border: thin solid #000000;
	font-size: x-small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 4px;
}
.hoverClass {
	border: medium solid #FF0000;
	height: 136px;
	width: 136px;
}
#tooltip2 {
	background-color: #CCCCCC;
	border: thin solid #000000;
	font-size: x-small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 4px;
}
