/* CSS Document */




/*
Dark purple: 330066
Light purple: 003300
*/



body {
	color:#ff0000;
	font-size:14px;
	font-family: arial, helvetica, sans-serif;
	background-color :#cccccc;
	margin:10px 0 20px 0;
}


h1 {
	color:#330066;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding:0;
}



a {
	color:#9751C4;
	/*text-decoration:none;*/
}
a:hover {
	/*text-decoration:underline;*/
}



ul {
	padding:10px 0 0 0;
	margin:0;
}
li {
	padding:0 0 10px 0;
	margin: 0 0 0 30px;
	border: 0px solid #330066;
	list-style:url(images2/arrow-list.gif);
	font-size:12px;
}
 




#Content-highslide {
	width:360px;
	margin:0px auto 0px; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:1px solid #330066;
	background-color:#ffffff;
	padding:10px;
	font-weight:normal;
	font-size:12px;  
	font-family:arial, helvetica, sans-serif;
	color:#000000;
}




table.reports_table-highslide {
	margin:10px 0 0 0;
	background:#cccccc;
	width:350px;
}
table.reports_table-highslide td {
	background:#ffffff;
}
table.reports_table-highslide td.head {
	background:#eeeeee;
	border:1px solid #ffffff;
}