/* Presentation Stylesheet */ .bg {	background-image: url(images/bg.gif); 	background-repeat: no-repeat; 	background-attachment: inherit; 	background-position: right top 	}

h1 {	font-family: verdana;	font-size: 24px;	color: #ff0000;	font-weight: normal;	text-align: right;} 

h2 {	font-family: verdana;	font-size: 18px;	color: #333333;	font-weight: normal;	text-align: left;	margin-bottom: 12px; 	border-bottom: 1px solid #ff0000} 

h3 {	font-family: verdana;	font-size: 14px;	color: #333333;	font-weight: normal;	text-align: left;	margin-bottom: -10px;} 

p {	font-family: verdana;	font-size: 13px;	color: #666666;	font-weight: normal; }.italic {	font-family: verdana;	font-size: 13px;	color: #666666;	font-weight: normal;	font-style: italic; }.right {	font-family: verdana;	font-size: 13px;	color: #666666;	font-weight: normal;	text-align: right; }.small {	font-family: verdana;	font-size: 10px;	color: #666666;	font-weight: normal; }ul{	list-style-type: none;	padding: 0;	font-family: verdana;	font-size: 13px;	color: #666666;	font-weight: normal;	margin-left: 12;}li{	background-image: url(images/bullet.jpg);	background-repeat: no-repeat;	font-family: verdana;	font-size: 13px;	color: #666666;	font-weight: normal;	padding-left: 32px;	background-position: 16px 4px;	padding-bottom: 12px;	margin-right: 32px;}.liLessSpace{	background-image: url(images/bullet.jpg);	background-repeat: no-repeat;	font-family: verdana;	font-size: 13px;	color: #666666;	font-weight: normal;	padding-left: 32px;	background-position: 16px 4px;	padding-bottom: 2px;	margin-right: 32px;}

a:link {	font-weight: normal;	color: #ff0000;	text-decoration:none; }  a:visited { font-weight: normal;	color: #ff0000; text-decoration:none;  }a:hover { font-weight: bold; color: #000000; text-decoration:none; } 

a:active { font-weight: normal;color: #ff0000; text-decoration:none; }menu {	font-family: verdana, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	line-height: 12px;	font-weight: normal;	font-variant: normal;	text-transform: uppercase;	color: #000000;}

a.menu:link {	font-family: verdana, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold;	font-variant: normal;	text-transform: uppercase;	color: #000000;} 

a.menu:visited {	font-family: verdana, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold;	font-variant: normal;	text-transform: uppercase;	color: #000000;} 

a.menu:hover {	font-family: verdana, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold;	font-variant: normal;	text-transform: uppercase;	color: white;} 

a.menu:active {	font-family: verdana, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	font-weight: bold;	font-variant: normal;	text-transform: uppercase;	color: #000000;} 