/*       Overall Styles                       */

body {font-family:"trebuchet MS";
margin:'0','0','0','0';
color:#666666;
font-size:12px;

}

table { text-align:left;}
a, a:active, a:visited {text-decoration:none;
color:#FF6600;}
a:hover {
text-decoration:underline;
}


/*       Title Styles                       */

.title {
font-size:24px;
font-weight:200;
color:#333333;
}

.title2 {
font-size:18px;
font-weight:200;
color:#FF6600;
}
/*      Lines, Boxes, Border Styles                       */
.line_bottom_solid {
	border-bottom: thin solid #000000;
}

/*     Tables    */
.row1 {
	background-color:ffffff;
	padding: 1px;
	color:#000000;
	border: thin solid #EFF0EC;
	}
	.row3 {
	background-color:ffffff;
	padding: 1px;
	color:#000000;
	border: thin solid #000000;
	}
.row2 {
	border-bottom: thin solid #666666;
	background-color:#33CCFF;
	}
	
	
/*    Backgrounds    */

.background1 {
background-image:url(../images/grad1.gif);
background-repeat:no-repeat;
}

.background2 {
background-color:#FF8000;
color:#FFFFFF;
}

.background3 {
background-color:#E8E8E8;
color:#000000;
}
/*    IDs    */

#info
{ text-align:left;
vertical-align:top;}

.inputbox1 {
	border: thin solid #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
}
.dashed_line {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.line_bottom_solid2 {

	border-bottom: thin solid #FF6600;
}
.smalltext
{
font-size:9px;}

.row4 {
	background-color:#0066CC;
	padding: 1px;
	color:#FFFFFF;
	border: thin solid #EFF0EC;
	font-weight: 600;
}
.row5 {
	background-color:#CCE6FF;
	padding: 1px;
	color:#333333;
	border: thin solid #EFF0EC;
	font-weight: 600;
	font-style: italic;
}
#tickertape{
position:relative;
layer-background-color:black;
width:400px;
height:20px;
}

#subtickertape{
background-color:black;
position:absolute;
border: 1px solid black;
width:400px;
height:20px;

}

.subtickertapefont{
font:bold 12px Verdana;
text-decoration:none;
color:white;
}

.subtickertapefont a{
color:white;
text-decoration:none;
}
