/* CSS Document */

/*Text*/
body,td,th {
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #AAA;
	margin-top: -1px;
	margin-left: -1px;
	margin-right: -1px;
}
a {
	font-family: Microsoft Sans Serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #222;
}
a:active {
	text-decoration: underline;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #333;
}
h2 {
	font-size: 18px;
	color: #333;
}
h3 {
	font-size: 16px;
	color: #333;
}
h4 {
	font-size: 12px;
	color: #333;
}
h5 {
	font-size: 12px;
	color: #333;
}
h6 {
	font-size: 12px;
	color: #333;
}
.disclaimer1 {
    font-size: 10px
}
.stock {
    background-color: #333;
}

.head {
    background-color: #000000;
	font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: #FFF;
}

#rnd_container {background: #FFF; margin:1px;}
    
    .rnd_top, .rnd_bottom {display:block; background:transparent; font-size:1px;}
    .rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {display:block; overflow:hidden;}
    .rnd_b1, .rnd_b2, .rnd_b3 {height:1px;}
    .rnd_b2, .rnd_b3, .rnd_b4 {background:transparent; border-left:1px solid #FFF; border-right:1px solid #FFF;}
    .rnd_b1 {margin:0 5px; background:#FFF;}
    .rnd_b2 {margin:0 3px; border-width:0 2px;}
    .rnd_b3 {margin:0 2px;}
    .rnd_b4 {height:2px; margin:0 1px;}
    .rnd_content {
    display:block;
    border:0 solid #FFF;
    border-width:0 1px;
    padding: 4px;
    
    }