/* CSS Document */body {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	color: #333333;	background-color: #FFFFFF;	margin: 0px;	background-image: url(bg.gif);}a:link {	text-decoration: underline;	color: #F5003D;	}a:visited {	text-decoration: underline;	color: #F5003D;	}a:hover {	text-decoration:none;	color: #3366FF;	}a:active {	text-decoration: underline;	color: #F5003D;	}.name {	font-size: 24px;	font-weight: bold;}.padding {	padding: 10px;}.link {	margin: 6px;	color: #00B88A;	font-size: 12px;}.description {	margin-left: 12px;}.stripe {	background-image:url(stripe.gif); }.small {	font-size: 12px; }.content {padding-top: 25px; padding-left: 25px; padding-right: 25px; padding-bottom: 50px; border-left: 3px dashed #0030C2;width: 615px;}.table {border-right: 2px solid #0030C2; border-left: 2px solid #0030C2; border-top: 10px solid #0030C2;width: 700px;}.header {border-bottom: 3px dashed #0030C2;height: 60px;width: 700px;}.sidebox {	padding: 10px;	width: 85px;}
