/* CSS Document */

.style2 {font-family: Arial, Helvetica, sans-serif}
#tickertape {
position:relative;
layer-background-color:<%=TickerColor%>;
width:<%=Tickerwidth%>;
height:<%=TickerHeight%>;
}

#subtickertape{
background-color:<%=TickerColor%>;
position:absolute;
border: 0px <%=TickerColor%>
width:<%=Tickerwidth%>;
height:<%=TickerHeight%>;
}

.subtickertapefont {
font: 12px underlined Arial;
text-decoration:none;
color:ffffff;
}

.subtickertapefont a {
color:ffffff;
text-decoration:none;
}
UL.toc {font-family:Arial; font-size: 12px; color:#FFFFFF;}

UL.toc LI {list-style: none; margin:0; padding:0;}
/* Set image for the bulleted list. */
UL.toc .close {background-image:url(images/linkBg.jpg); margin:0; padding:0;}
UL.toc .open {background-image:url(images/linkBg.jpg); margin:0; padding:0;}
UL.toc UL LI {list-style-image: none; list-style: none}
ul {list-style: none; padding: 0; margin: 0; line-height:23px;} 
/* Hide the Child elements by default. */
UL.toc UL, UL.toc UL UL {display:none} 
/* Display the Child elements. */
UL.toc .expanded {display:block}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}
.mainTable {
border-top-width: 0px;
border-right-width:  1px;
border-bottom-width: 1px; 
border-left-width: 1px;
border-style:inset;
border-color:#000000;
}
.style1 {color: #FFFFFF}
.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}