BODY {
	font-family: Arial;
	font-size: 12px;
	color: Gray;
	background : #939B8C url(./pics/bkg.jpg) repeat fixed left;
}

A {
	color: Blue;
	text-decoration: underline;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}

TABLE.main_tbl
{
	background-color: White;
	border: 1px solid gray;
}

TD.top
{
	border: 0px solid gray;
	background : transparent url(./pics/top.jpg) no-repeat scroll top left;
	width: 800px;
	height: 150px;
}

TD.langs
{
	background-color: #FBFBFB;
	border-bottom: 0px solid silver;
	padding: 2px 10px;
	text-align: right;
	font-size: 10px;
	font-family: Verdana;
}

A.langs
{
	text-decoration: none;
	color: Gray;
}

A.langs:HOVER
{
	text-decoration: underline;
	color: red;
}

TD.content
{
	padding: 10px 10px;
	background-color: White;
	font-family: Arial;
	font-size: 14px;
	color: Black;
}

.title
{
    font-family: Arial narrow, arial, verdana, sans-serif;
    margin:0px 0px 25px 5px;
	border-bottom: 1px dotted silver;
    padding-left: 10px;
	padding-right: 30px;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
}

TD.futer{
	font-size:12px;
	padding: 0px ;
    text-align: center;
	vertical-align: middle;
	background : transparent url(./pics/bkg_foot.gif) no-repeat scroll center;
	height: 25px;
}

A.nav
{
	text-decoration: none;
	color: Gray;
	font-size:10px;
	font-family:Verdana;
}

A.nav:HOVER
{
	text-decoration: none;
	color: Silver;
	font-size:10px;
	font-family:Verdana;
}

TD.leftmenu_td1
{
	background : transparent url(./pics/bkg_leftmenu.gif) no-repeat scroll top;
	width: 150px;
	height: 23px;
	text-align:center;
	font-size:12px;
	font-weight: bold;
	color: Yellow;
}

TD.leftmenu_td2
{
	background-color: #BBCDDD;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	text-align:center;
	padding:3px;
}

DIV.leftmenu_div
{
	background-color: #6C9CC9;
	padding: 1px 2px;
	margin-top:1px;
	text-align: center;
	font-weight:500;
}

A.left_menu
{
	text-decoration: none;
	color: White;
	font-size:12px;
	font-family: Arial;
}

A.left_menu:HOVER
{
	text-decoration: underline;
	color: red;
	font-size:12px;
	font-family: Arial;
}

.inputa
{
	font:12px Verdana;
	color: Brown;
	background-color: white;
	border:1px solid gray;
	padding: 0px 3px;
	margin-top:5px;
	height : 20px;
}

.inputa_textarea
{
	font:12px Verdana;
	color: Brown;
	background-color: white;
	border:1px solid gray;
	padding: 0px 3px;
	margin-top:5px;
}

.title_box550 {
	background : White url(./pics/title_box550.jpg) no-repeat left top scroll ;
	width:550px;
	height:25px;
	padding: 5px 25px;
	font-weight:bold;
	font-size:14px;
	color: Black;
	margin: 0px;
}

DIV.boks
{
	border: 1px Solid Silver;
	background: #F7F7EF;
	padding:5px;
	color: Black;
	font:12px Arial;
	height:250px;
	width:362px;
}

DIV.boks:HOVER
{
	border: 1px Solid Gray;
	background: #EBEBEB;
	padding:5px;
	color: Black;
	font:12px Arial;
	  box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -opera-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
    -khtml-box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
}

