body, td
	{
	font-family: verdana, sans-serif;
	font-size: 11px;
	/* background-image: url(/images/bg2.gif);
        background-repeat: repeat-all; */
	}

A:link
        {
        color: #993300;
        text-decoration: none;
        font-weight: normal
        }

A:visited
        {
        color: #009933;
        text-decoration: none;
        font-weight: normal
        }

A:active
        {
        color: #660000;
        text-decoration: none;
        font-weight: normal
        }

A:hover
        {
        color: #556644;
        text-decoration: underline;
        font-weight: normal
        }

.error_mes
        {
        font-family: Verdana, sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        color: #993300;
        }

.divider
        {
        background: url(/images/divider.gif) no-repeat;
        height: 20px;
        margin: 2px 0;
        }

/* LARGE TEXT */

.text_title
	{
      	font-family: verdana, sans-serif;
      	font-size: 14px;
      	font-weight: normal;
      	}

.text_title_bold
	{
      	font-family: verdana, sans-serif;
      	font-size: 14px;
      	font-weight: bold;
      	}

/*  DEFAULT TEXT */

.text_default
	{
      	font-family: verdana, sans-serif;
      	font-size: 12px;
      	font-weight: normal;
      	}

.text_default_bold
	{
      	font-family: verdana, sans-serif;
      	font-size: 12px;
      	font-weight: bold;
      	}

.text_default_just
	{
      	font-family: verdana, sans-serif;
      	font-size: 12px;
      	font-weight: normal;
	text-align: justify;
      	}

.text_med
        {
        font-family: verdana, sans-serif;
        font-size: 11px;
        font-weight: normal;
        } 


/* SMALL TEXT */

.text_sm
	{
      	font-family: verdana, sans-serif;
      	font-size: 10px;
      	font-weight: normal;
      	}

.text_sm_red
	{
      	font-family: verdana, sans-serif;
      	font-size: 10px;
      	font-weight: normal;
        color: #dd0000;
        }

.text_sm_bold
	{
      	font-family: verdana, sans-serif;
      	font-size: 10px;
      	font-weight: bold;
      	}

.text_sm_just
	{
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
      	}

/* ARTICLES */

.default_article_header_first
        {
        font-family: verdana, san-serif;
        font-size: 18px;
        float: left;
        font-weight: normal;
        text-decoration: none;
        line-height: 125%;
        margin-top: -4px;
        }

.default_article_header
        {
        font-family: verdana, san-serif;
        font-size: 14px;
        text-align: left;
        font-weight: normal;
        text-decoration: none;
        }

.default_header
        {
        font-family: verdana, sans-serif;
        font-size: 14px;
        text-align: left;
        }  

.default_article_header_bold
        {
	font-family: verdana, san-serif; 
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
        }

.default_article
        {
        font-family: verdana, san-serif;
        font-size: 12px;
        font-weight: normal;
        text-align: justify;
        }

.summary
        {
        text-align:justify;
        margin-right: 20px;
        margin-left: 20px;
        font-family: verdana, sans-serif;
        font-size: 11px;
        }

.readmore
        {
        font-family: verdana;
        font-size: 10px;
        text-align: right;
        }

.indent
        {
        text-indent : 10px;
        }

/* .main_table */
.box
        {
        font-family: verdana, sans-serif;
        font-size: 11px;
        border-color: #bbcc99;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        background-color:#ffffff;
        }

/* table#suhba */
.box_no_bot
        {
        border-color: #bbcc99;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 0;
        border-left-width: 1px;
        background-color:#ffffff;
        }

/* .small_box */
.box_padded
        {
        border-color: #bbcc99;
        border-style: solid;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        background-color:#ffffff;
        padding: 4px 4px 4px 4px;
        }

.box_file
        {
        border-color: #bbcc99;
        border-style: solid;
        border-top-width: 0;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        background-color:#ffffff;
        padding: 7px 0 0 0;
        } 

.mcontainer {
        width:630px;
        height:50px;
        margin:0 0 0 0;
        border:1px solid;
        background:#fff;
        border-color:#bbcc99;
        }

img.border
        {
        border: 1px solid #666666;
        }

.blust
        {
        text-align:justify;
        margin-right: 20px;
        margin-left: 20px;
        }

.just
        {
        text-align:justify;
        margin-right: 7px;
        margin-left: 0px;
        }

.space
        {
        padding:5px 0;
        }

.fspace
        {
        padding:100px 0 5px 0;
        }

.thin
	{
	color: #bbcc99;
	height: 1px;
	}

hr 	{
	border: 0;
	color: #bbcc99;
	background-color: #bbcc99;
	height: 1px;
	width: 100%;
	}


#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
        }
