body
{
    margin: 0px;
    padding: 0px;
    background:#ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#FFFFFF;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}


li{ list-style-image: url(images/tick.png);
	}

.color_top {background-image: url("images/mount.jpg");}	

.color_tabs_left{background:white;}
.color_tabs_center{background:white;}
.color_tabs_right{background:white;}
.color_text_left{background:rgb(240,240,240);}
.color_text_center{background:white;}
.color_text_right{background:rgb(240,240,240);}

.bodyplain { font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: justify;
	text-decoration: none;
	}

.bodytitle { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(50, 170, 50);
	text-align: justify;
	text-decoration: none;
	}

.newstext { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(80, 160, 160);
	text-align: justify;
	text-decoration: none;
    	}

.bottombar { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-align: center;
	text-decoration: none;
    	}

a.links:link {text-decoration: none; color: white}
a.links:visited {text-decoration: none; color: white;}
a.links:hover {text-decoration: none; color: yellow;}
a.links:active {text-decoration: none; color: red;}


.titlebar { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200, 150, 50);
	text-align: center;
	text-decoration: none;
    	}

.titlecurrent { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(50, 170, 50);
	text-align: center;
	text-decoration: none;
    	}


a.titlebar:link {text-decoration: none; color: rgb(100, 100, 255);}
a.titlebar:visited {text-decoration: none; color: rgb(100, 100, 255);}
a.titlebar:hover {text-decoration: none; color: rgb(255, 100, 100);}
a.titlebar:active {text-decoration: none; color: rgb(255, 100, 100);}


.languagebar { font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(200, 150, 50);
	text-align: right;
	text-decoration: none;
    	}

a.languagebar:link {text-decoration: none; color: rgb(191,39,39);}
a.languagebar:visited {text-decoration: none; color: rgb(191,39,39);}
a.languagebar:hover {text-decoration: none; color: black;}
a.languagebar:active {text-decoration: none; color: black;}

ul.obtabs {
    list-style: none;
    margin: 1px 0 -1px 0;
    padding: 0;
    position: absolute;
}

ul.obtabs li.first {
    margin-left: 0;
}

ul.obtabs li {
    float: left;
    display: block;
    height: 24px;
    padding-right: 12px;
    margin-left: -5px;
    position: relative;
    background: url(images/tabright-back.gif) 100% 0 no-repeat;
    border-bottom: 1px solid #bbb8a9;
    white-space: nowrap;
}

ul.obtabs span {
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    background: url(images/tableft-back.gif) no-repeat;
}

html>body ul.obtabs span {
    display: block;
}

ul.obtabs li#current {
    z-index: 1;
    font-weight: bolder;
    border-bottom: 1px solid #fff;
    height: 25px;
    background-image: url(images/tabright.gif);
}

ul.obtabs li#current span {
    background-image: url(images/tableft.gif);
}

ul.obtabs a {
    color: #00c;
}

ul.obtabs a.new {
    color: #c00;
}