body {
	font-family:Times New Roman;
	font-size:12pt;
	color:#003366;
}
a:link {
	font-family:Times New Roman;
	font-size:12pt;	
	color:#336699;
	text-decoration:none;
	
}
a:hover {
	font-family:Times New Roman;	
	font-size:12pt;
	color:#006699;
	text-decoration:underline;	
}
a:visited {
	font-family:Times New Roman;	
	font-size:12pt;
	color:#003366;
	text-decoration:underline;
}
a:visited:hover {
	font-family:Times New Roman;
	font-size:12pt;
	color:#003366;
	text-decoration:underline;
}
.logo {
	font-family:Times New Roman;
	font-size:105%;
	font-weight:bold;
	font-style:italic;
}
.lnk01:hover {
	font-family:Times New Roman;
	font-size:12pt;
	color:#FFFFFF;
	background:#00A5DE;
}
.lnk:link {
	font-family:Times New Roman;
	font-size:12pt;
	color:#003366;	
	text-decoration:none;
}	
.lnk:hover {
	font-family:Times New Roman;
	font-size:12pt;
	color:#FFFFFF;	
	text-decoration:none;
	background:#00A5DE;
}	
.sm:link {
	font-family:Times New Roman;
	font-size:9pt;
	color:#003366;
	text-decoration:none;
}
.sm:hover 
	{
	font-family:Times New Roman;
	font-size:9pt;
	color:red;
	text-decoration:underline;
}
.sm:visited 
	{
	font-family:Times New Roman;
	font-size:9pt;
	color:#999999;
	text-decoration:none;
}
.sm:visited:hover
	{
	font-family:Times New Roman;
	font-size:9pt;
	color:red;
	text-decoration:underline;
}
.bs:link {
	font-family:Times New Roman;
	font-size:12pt;
	color:#003366;
	text-decoration:underline;
}
.bs:hover {
	font-family:Times New Roman;
	font-size:12pt;
	color:red;
	text-decoration:underline;
}
.bs:visited {
	font-family:Times New Roman;
	font-size:12pt;
	color:#0099FF;
	text-decoration:underline;
}
.bs:visited:hover{
	font-family:Times New Roman;
	font-size:12pt;
	color:red;
	text-decoration:underline;
}
//--------  Drop Down Styles ---------///	
.ddlink:link {
	font-family:Arial;
	font-size:9pt;
	color:#ffffff;
	text-decoration:none;
}
.ddlink:hover {
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	background:#DFDFDF;
	color:#003366;
}
.ddlink:visited:hover {
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	background:#00A5DE;
	color:#003366;
}
#menu {
	position:absolute;
	top:85;
	left:20;
	visibility:hidden;
	width:200;
	background:#9194B6;
}
	