/* CSS Document *//*GENERAL STYLE*/body {	background-color:#FFFFFF;	font-family:Trebuchet MS, Arial, sans-serif, Helvetica;	font-size:12px;	width:400px;	heigth:455px;	margin-left:auto;	margin-right:auto;	margin-top:0px;	padding:10px;}	/* ALL HYPERLINKS*/a:link { color: #0f5999; text-decoration: none;}a:visited { color: #0f5999; text-decoration: none;}a:hover { color: #FF9900; text-decoration: none;}a:active { color: #0f5999; text-decoration: none;}/*ALL IMAGES*/img {border:none;}		/*HEADERS*/	h1 {	font-size:18px;	font-weight:bold;	font-family:Trebuchet MS, Arial, sans-serif, Helvetica;	text-transform:uppercase;	color:#0068b1;	border:0px;}		h2 {	font-size:14px;	font-weight:bold;	font-family:Trebuchet MS, Arial, sans-serif, Helvetica;	color:#0094f6;	border:0px;	text-transform:uppercase;}	li {font-weight:bold;}	/*HOMEPAGE RIGHTBAR*/.h1b {		font-weight:bold;	font-family:Trebuchet MS, Arial, sans-serif, Helvetica;	color:#0094f6;	border:0px;}.h2b {	font-size:16px;	font-weight:bold;	font-family:Trebuchet MS, Arial, sans-serif, Helvetica;	color:#FF9900;	border:0px;	text-transform:uppercase;}	.style2 {	font-size: 50px;	font-weight: bold;	color: #FF9900;}.style1 {		font-weight: bold;	color: #FF9900;}
