/* CSS Document */

 h1 {font-size: 16px;} 
 h2 {font-size: 15px;} 
 h3 {font-size: 14px;}

.style1 {color: #FF9900}
.style2 {color: #FF9933}
.style3 {
	color: #CC9933;
	font-weight: bold;
}
.style4 {color: #CC6633}
.style5 {color: #FFFFFF}
.style7 {color: #DA7B25}
body {
	background-color: #333333;
}
.style8 {color: #DFD9CD}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FFFFFF;
}
.style11 {color: #FFFF66}
.style12 {
	font-size: 14px;
	color: #FFFF66;
}
.style15 {font-size: 12px; }
.style22 {color: #FFCCFF}
.style23 {color: #FFFFFF}
.style24 {color: #663300}
.style31 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style32 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style33 {
	font-size: 15px;
	font-weight: bold;
}
.style34 {
	font-family: "MS Sans Serif";
	font-size: 14px;
}

.style35 {color: #009900}
.style36 {color: #FFFF00}
.style37 {color: #0066FF}
.style38 {font-size: 18px; }


/*for tool tip*/
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #940f04;
border: 10px solid #230409;
color: white;
padding: 3px;
width: 250px; /*width of tooltip*/
}

/* round css*/
#rnd_container {background: #E1771E; margin:1px;}
    
    .rnd_top, .rnd_bottom {display:block; background:#E1771E; 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:#E1771E; border-left:1px solid #ffffff; border-right:1px solid #ffffff;}
    .rnd_b1 {margin:0 5px; background:#ffffff;}
    .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 #ffffff;
    border-width:0 1px;
    padding: 4px;
    background:#E1771E;
    color:#000000;
}