@charset "UTF-8";/* CSS Document */body {	margin: 0;	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 16px;	font-style: normal;	background-color: #FFFFFF;/*	background-image: url(images/bg.jpg);	background-repeat: repeat-x;	background-attachment: fixed; */}a:link {	color: #000000;	text-decoration: none;}a:visited {	color: #000000;	text-decoration: none;	}a:hover {	color: #ed1c24;	text-decoration: none;	font-weight: bold;}#bgImage {	background: url(images/bgTop.jpg);	background-position: top left;	background-repeat: no-repeat;	margin: 0 auto;}#menuTitle {	font-size: 17px;	color: #fc0202;	font-weight: bold;}#menuName {	font-size: 13px;}#menuDescpt {	font-size: 11px;}#smText {	font-size: 75%;}
