@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 1.100;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #cccccc url("images/back-sky-dark.jpg") fixed;
}
.style1 {font-family: Arial,sans-serif;
	font-size: 15px;
	color: #333333;
}
.style2{
    font-family: Arial,sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight:bold
}
.style3 {
	font-family: Arial,sans-serif;
	font-size: 24px;
	color: #CC3300;
	}
.style4 {color: #003399
}
.style5{
    font-family: Arial,sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight:bold
}	
.style6{
    font-family: Arial,sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight:normal
}	
h1#header {
	height:200px;
	width:100%;
	background-image:url(images/header-1.jpg);
	margin:0;
	
}
h1#header #headerLink {
	display:block;
	width:100%;
	height:73px;
	text-indent:-5000px;
	overflow:hidden;
}
h2 {
	font-family: Arial,sans-serif;
	font-size: 24px;
	color: #CC3300;
	}
	
h3 {
	font-family: Arial,sans-serif;
	font-size: 18px;
	color: #003399;
	}	
----------------------------------------------- */

#stocktable {
		border-collapse:collapse;
		background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

#stocktable td, th {
		padding:5px;
}

#stocktable caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

#stocktable table a {
		color:#950000;
		text-decoration:none;
}

#stocktable table a:link {}

#stocktable table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

#stocktable table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#stocktable thead th, tfoot th, tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

#stocktable tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

#stocktable tbody th, stocktbody td {
		border-bottom: dotted 1px #333;
}

#stocktable tbody th {
		white-space: nowrap;
}

#stocktable tbody th a {
		color:#333;
}

.odd {}

#stocktable tbody tr:hover {
		background:#fafafa
}


