@charset "utf-8";
.bg_div {
	background-image: url("images/apple_bg.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333;
}
body {
	background-image: url("images/bg.png");
	background-repeat: repeat-x;
	top: 30px;
	margin-top: 30px;
}

}
h3 {
	color: #971717;
}


li {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	font-variant: normal;
	line-height: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
.interncomments {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	font-style: italic;
	color: #666;
	left: 90px;
}
a:link {
	color: #c42301;
	text-decoration: none;
}
a:visited {
	color: #a71e01;
	text-decoration: none;
}
a:hover {
	color: #fe2e01;
	text-decoration: underline;
}
a:active {
	color: #fe2e01;
	text-decoration: none;
}


