/* ------------------
 styling for the table 
   ------------------   */

body
{
	line-height: 1.2em;
}

#AAN-styles
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	color: #006690 !important;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	width: 100%;
	/*min-width: 480px;*/
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #006690;
}

p.bottom
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color: #006690;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	width: 100%;
	
	text-align: center;
	border-collapse: collapse;
}


#AAN-styles th
{
	padding: 6px 10px;
	font-weight: normal;
	font-size: 14px;
	color: #006690;
	/*color: #7F7F7F;*/
	border: 1px solid #006690;
	text-align: center;
}

#AAN-styles td
{
	padding: 1px 10px 1px 10px;
	color: #006690;
	/*color: #7F7F7F;*/
	text-align: center;
}

#AAN-styles td.left
{
	color: #006690;
	/*color: #7F7F7F;*/
	text-align: left;
}

#AAN-styles td.underline
{
	border-bottom:1px solid #006690;
}

.numbers
{
	width: 360px !important;
}

#AAN-styles tbody tr:hover td
{
	color: #FFFFFF;
	background: #006690; /*#c6c6c6;*/
}

.no-hover
{
	color: #006690 !important;
	/*color: #7F7F7F !important;*/
	background: #FFFFFF !important;
}

code
{
font-size:12px;
line-height:12px;
color: #006690;
/*color: #7F7F7F;*/
}