/* 
 *	legendmedia stylesheet
 *	version 1 
 *	15 Jan 2005
*/

/* generic */
body	{	
   	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #000000; scrollbar-face-color: #000066; SCROLLBAR-ARROW-COLOR: #000066;
   }
body,a,p,strong,li { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color:#0000cc;
}

/* colours */

.purple { color:#511AE2; }
.pink { color:#F39; }
.green { color:#AEE51D; }
.white { color:#FFF; }

/* links */

a:hover { color: #000066;
	text-decoration: none;


 }
a.header,a.visited {
	font-family: verdana;
	font-size: 10pt;
	color:#0000cc;
	text-decoration: none;
}
a.header:hover {
	font-family: verdana;
	font-size: 10pt;
	color:#0000cc;
	text-decoration: none;
}
a.footer, p.footer {
	font-size: 10pt;
}

/* navigation list menu */

#navcontainer { 
	width: 170px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navcontainer a {
	display: block;
	padding: 4px;
	width: 160px;
	background-color: #F39;
	border-bottom: 10px solid #511AE2;
}
#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
}
#navcontainer a:hover {
	background-color: #FFF;
	color: #F39;
}
a.sub {
	font-size: 10pt;
}
p.sm {
	font-size: 8pt;
	color: #666;
}
a.sub0800 {
	font-size: 14pt;
	font-weight: bold;
}
a.sub, a.sub:link, a.sub:visited, a.sub0800, a.sub0800:link, a.sub0800:visited {
	color: #fff;
	text-decoration: underline;
}
a.sub:hover, a.sub0800:hover {
	background-color: #511AE2;
	color: #F39;
}
.normal_text  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 400 ; color: #000066; line-height: 14pt;}
.frontpage_text  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: 400 ; color: #000066; line-height: 12pt;}
.nav_text  { font-family: Verdana, arial, Helvetica, sans-serif; font-size: 10pt; font-weight: 600 ; color: #ffffff; line-height: 12pt;}
.pink_text  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: 600 ; color: #ff0099; line-height: 12pt;}
.form_text  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600 ; color: #cccccc; line-height: 12pt;}
