/* CSS Document */

.hvrlink1 A:link {text-decoration: none}
.hvrlink1 A:visited {text-decoration: none}
.hvrlink1 A:active {text-decoration: none}
.hvrlink1 A:hover {text-decoration: underline;}


body {
	font-family: verdana, arial, helvetica sans-serif;
	margin:10px;
	text-align: center;
	color:#000000;
	background:#FFFFFF;
	font-size: 24pt;
	}

body {
	font-family: verdana, arial, helvetica sans-serif;
	margin:10px;
	text-align: -moz-center;
	color:#000000;
	background:#FFFFFF;
	font-size: 24pt;
	}

td {
	font-size: 8pt;
	}

	
p	{
	margin: 0px 5px 5px 5px;
	}
	
	
li {
	padding-right:5px;
	}	
	
blockquote {
	margin: 0px 5px 5px 5px;
	color: #000000;
	background: #F1F1F1;
	padding:5px;
	}


/* Layout Styles **************************************/

#layoutTBL {
	width:760px;
	text-align:left;
	border:1px solid #F78F1E;
	font-size:8pt;
	}

#layoutTBL1 {
	width:599px;
	text-align:left;
	font-size: 8pt;
	}
	
#layoutTBL2 {
		border-color : #B5EAAA 
	}

#layoutTBL3 {
	width:300px;
	text-align:left;
	font-size: 8pt;
	}
	
#logoType {
	padding:5px;
	text-align:right;
	}
	
/* Navigation Styles **************************************/

#topNav {
	list-style-type:none;
	margin: 10px 5px 0px 5px;
	padding:0;
	clear:both;
	}
	
#topNav li {
	display:inline;
	}

/* CSS Document */	

	
#topNav a:hover {
	border:1px solid #B5EAAA;	
	color:#000000;
	background:#FFFFFF;
	}
	
#topNav a:active {
	border:1px solid #B5EAAA;	
	color:#000000;
	background:#FFFFFF;
	}

#current {
	/*/*/display: block;
	border:1px solid #F78F1E;
	width:144px;
	float:left;	
	text-align:center;
	color:#FFFFFF;
	background:#F78F1E;
	margin-right:2px;
	margin-bottom:10px;
	}
	
#results {
	/*/*/display: block;
	border:1px solid #CCCCCC;
	width:144px;
	float:left;	
	text-align:center;
	color:#CCCCCC;
	background:#FFFFFF;
	margin-right:2px;
	margin-bottom:10px;
	}
	
/* StarUL Styles **************************************/

.starUL li {
	list-style-image: url(images/EA_bulletStar.gif);
	margin-bottom:7px;
	}									