/* 
//=============================================================//
//     Web-studio "3www"
//     http://www.3www.com.ua
//     
//     --* 3www MiniCms 2 *--
//                                            
//     Author: Anton Zabuisky <anton@3www.com.ua>
// 
//     Last Modified..: 05/04/2006
//     Version 3.00
//=============================================================//
 */
<!--
/*---------- fix png ---------- */
img {behavior: url("template/png.htc");}
/*---------- fix png ---------- */


body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#0e0f11;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}


html {
height:100%;
}
/*-----------------------------------------------------------------------------------*/


.text {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color:#5b5b5b;
	
}

.pages {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color:#34343b;
	
}


.copy {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color:#5a8bca;
}


.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight:bold;
}



.news {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color:#d60000;
}

.nav_td {
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#CEDBE5;
}

img {
border-color:#999999;
}


/*-----------------------------------------------------------------------------------*/
.nav a:link    { color: #b68c2f; text-decoration: none;}
.nav a:visited { color: #b68c2f; text-decoration: none;}
.nav a:hover   { color: #d1a136; text-decoration: none; border-bottom: 1px dashed}
.nav a:active  { color: #b68c2f; text-decoration: none;}


A {
	COLOR: #38a11d; 
	TEXT-DECORATION: none;
}
A:link {
	COLOR: #38a11d; 
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #38a11d; 
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #2a9913; 
	TEXT-DECORATION: underline;
}

-->

