/* CSS Document */

/* ----------- Navigation  ------------------------ */
#left .menu
{
  color:blue;
}


/* ----------- Sub Menu  ------------------------ */
#left .menu
{
  color:blue;
}






/* ----------- Content   ------------------------ */
#main .content
{
  	line-height : 150%
  	color : black
}

#main .content h3
{

}

#main .content .desc
{

}

#main .content .thb
{

}



/* ----------- News   ------------------------ */



/* ----------- Spots   ------------------------ */
.spot1,
.spot2
{

}

.spot1 h3
{

}

.spot1 h3
{

}
/* ------------- Captcha ------------------------ */
.capt-container
{
    background-image: url(images/capt_bg.png);
    background-repeat: no-repeat;
    background-position: left top; /*width:231px;*/
    width: 212px;
    height: 42px;
}
.capt-reload
{
    float: right;
    display: block;
    width: 42px;
    height: 42px;
    background-image: url(images/capt_out.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
}
.capt-reload:hover
{
    background-image: url(images/capt_over.png);
}
.capt-reload span
{
    visibility: hidden;
}
.capt-container img
{
    float: left;
    margin-top: 1px;
    margin-left: 5px;
}
/* ------------- Captcha ------------------------ */
.ArticleList h3
{
font-size:13px;
color:#23427b;
padding-left:3px;
}
.ArticleList li
{
list-style:none;
padding-top:5px;
padding-left:5px;
font-size:13px;
}
.DateText{
padding-top:5px;
padding-left:9px;
font-size:13px;
color:#23427b;
}
