﻿/* the intro box */
#intro
{
	height:360px;
	width:620px;
	background:#ffffff;
	position: relative;
	overflow:hidden;
	font-family: Arial, sans-serif;
	font-size:9px;
}
#intro a { color:#000;}
#intro ul { margin: 0;	padding:0; }
#intro li { list-style:none}
#intro li a { color: #000000; text-decoration: none; text-transform: uppercase; font-weight:bold; }
#intro li a:hover { color: #024978; text-decoration: underline; }

/* the intro box when JavaScript is available */
#intro.hasJS { overflow:hidden; position:relative; }

/* The nested UL when JavaScript is available */
#intro.hasJS ul { position:absolute; top:120px; left:20px; margin:0 .5em 0 .5em; padding:0;}

h3 { font-family: Arial, sans-serif; color:#666666; font-size: 9.5px; font-style:italic; }
h2 { font-family: Arial, sans-serif; color:#000000;	font-size: 10px; font-weight:bold;}
h1 { font-family: Arial, sans-serif; color:#ff9900; font-size: 12px; font-weight:normal;}



