
html, body{
     background-color:#E7EFF5;
     background-image:url('images/background_body.png');
     background-repeat:repeat-x;
     font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
     font-size:11px;
     margin:0;
}

img {
    border:none;
}

a{
     color:#659ac8;
     text-decoration:underline;
     cursor:pointer;
}

a:hover{
     color:#036;
     text-decoration:underline;
     cursor:pointer;
}

h3{
     color:#036;
     font-size:13px;
     margin:20px 0 5px 0;
}

h3 span{
     color:#444;
     font-size:11px;
}

.text_lightblue{
     color:#36f;
}

.text_lightblue a:link {
    text-decoration:none;
    border-bottom:1px dotted #69b8e7;
    color:#69b8e7;
}

.text_lightblue a:visited{
    text-decoration: none;
    border-bottom:1px dotted #69b8e7;
    color:#69b8e7;
}

.text_lightblue a:hover{
    text-decoration: none;
    border-bottom:1px dotted #69b8e7;
    color:#3388ff;
}

.text_lightblue a:active{
    text-decoration: none;
    border-bottom:1px dotted #69b8e7;
    color:#69b8e7;
}

.footer{
     color:#999;
     text-align:center;
}

div.tabs{
     border-bottom:5px solid #ddddFF; 
     margin-bottom:10px; 
     margin-top:20px;
}

div.tabs ul{
     list-style-type:none;
     margin:0;
     padding:0;
     height:30px;
}

div.tabs ul li{
     float:left;
     margin-right:1px;
}

div.tabs ul li.link a{
     background-image:url('images/tab_b_left.gif');
     background-position:left top;
     background-repeat:no-repeat;
     padding-left:9px;
     cursor:pointer;
     float:left;
     height:30px;
     text-decoration:none;
}

div.tabs ul li.link a:hover{
     background-image:url('images/tab_a_left.gif');
     background-position:left top;
     background-repeat:no-repeat;
     padding-left:9px;
     cursor:pointer;
     float:left;
     height:30px;
     text-decoration:none;
}

div.tabs ul li.link a span{
     background-image:url('images/tab_b_right.gif');
     background-position:right top;
     background-repeat:no-repeat;
     color:white;
     cursor:pointer;
     height:30px;
     line-height:30px;
     float:left;
     padding:0 13px 0 4px;
     text-decoration:none;
}

div.tabs ul li.link a:hover span{
     background-image:url('images/tab_a_right.gif');
     background-position:right top;
     background-repeat:no-repeat;
     color:white;
     cursor:pointer;
     height:30px;
     line-height:30px;
     float:left;
     padding:0 13px 0 4px;
     text-decoration:none;
}

div.tabs ul li.active a{
     background-image:url('images/tab_c_left.gif');
     background-position:left top;
     background-repeat:no-repeat;
     padding-left:9px;
     cursor:pointer;
     float:left;
     height:30px;
     text-decoration:none;
}

div.tabs ul li.active a span{
     background-image:url('images/tab_c_right.gif');
     background-position:right top;
     background-repeat:no-repeat;
     color:white;
     cursor:pointer;
     height:30px;
     line-height:30px;
     float:left;
     padding:0 13px 0 4px;
     text-decoration:none;
}

ul.right_panel{
     list-style-type:none;
     list-style-image:url('images/arrow_right_blue.gif');
     color:#333;
     line-height:15px;
     text-indent:-6px;
     margin:0;
     padding:0 0 0 35px;
}

ul.right_panel li{
     margin:0;
     padding:0;
     color:white;
}

div.content p{
     font-size:12px;
     color:#666;
}

div.content p span.emphasis_text{
     font-weight:bold;
     color:#555;
}

div.content ul li{
     color:#666;
}
