body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-family: arial;
}

a:link {
	color: #4E57A6;
	text-decoration: none;
}

a:visited {
	color: #999999;
 	text-decoration: none;
}

a:hover {
 	text-decoration: underline;
}

h1 {
	color: #4e57a6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 3px;
}

h2 {
	color: #4e57a6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 1px;
}

h3 {
	color: #OOOOOO;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
}

table {
	font-size: 10pt;
}

td {
	border: 0;
}

th {
	background-color: #9999CC;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

table.swatch td {
	font-size: 8pt;
	text-align: center;
}

.header {
	background: #293A95;
	color: #FFFFFF;
}

.footer {
	font-size: 10pt;
	background: #293A95;
	color: #FFFFFF;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
 	text-decoration: underline;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footerlinks {
	font-size: 10pt;
}

.footerlinks a:link {
	color: #4E57A6;
	text-decoration: none;
}

.footerlinks a:hover {
	color: #4E57A6;
 	text-decoration: underline;
}

.footerlinks a:visited {
	color: #949BA1;
	text-decoration: none;
}

.banner {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 1px;
	line-height: 160%;
}

.banner h1{
	font-size: 10pt;
	letter-spacing: 1px;
	line-height: 160%;
	font-weight: normal;
	display: inline;
}

.warning {
	color: #FF0000;
	visibility: hidden;
}

.chart {
	background-color:#C7C7E4;
	font-size:10pt;	
}

.chart tr.alt_colour td {
	background-color: #E0E0F1; color: black;
}

.highlight {
	color:#999999;
}

.highlight_mythesis {
	color:#FEA817;
}

.highlight_maestro {
	color:#9A0000;
}

.highlight_bookscan {
	color:#8CC63F;
}

.news {
	font-size: 9pt;
}

.headline {
	font-size: 9pt;
	font-weight: bold;
}

.hidden {
	display: none;
	visibility: hidden;

}

.slideshow_links td {
	width: 20px;
	text-align: center;
}

.slideshow_links td a {
	width: 100%;
	display: block;
	padding: 2px 6px 2px 6px;
	font-weight: bold;
	color: #4e57a6;
	background: #C7C7E4;	
}

.slideshow_links td a:hover {
	color: #FFFFFF;
	background: #4e57a6;
}

/* drop downs */
#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	background-color:#293A95;

	padding: 0;
	margin: 0px 0px 0px 0px;

	font-size:10pt;
	color:#FFFFFF;
	font-weight: normal;
}

#nav a {
	display: block;
	text-decoration: none;

	padding: 0.25em 1em;
	color:#FFFFFF;
	font-weight: bold;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;

	w\idth: 11em; 

	font-weight: normal;
	margin: 0;
	
	background-color:#C7C7E4;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color:#999999;
}

#nav li li {
	w\idth: 11em;
}

#nav li ul a {
	color: #293A95;
	w\idth: 11em;
}

#nav li ul a:hover {
	color:#FFFFFF;
}


#nav li ul ul {
	margin: -1.75em 0 0 11em;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover,
#nav li.sfhover {
	background-color:#949BA1;
}