
/*****************   Global Style    ******************/

html, body {
	height:100%;
	}

body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	color: #000000;
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	}
	
a {	
	color: #000000;	
	text-decoration: none;
	}
	
a:hover {	
	text-decoration: underline;
	}

img, table {
	border:none;
	}
		
		
td, th {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	}

	
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	list-style-type: square;	
	list-style-position: outside
	}
	
strong{
	color:#000000;
	}
	
hr{
	color:#EBEBEB;
	}
	
.red{
	color:#FF0000;
	}
	
	
/*****************   Classes   ******************/

#menu_table {margin-left:10px; width:auto;}
.menu1
{
	width:auto;
}
	
.menu2
{
	width:auto;
}
	
.smallBg
{
	background-image:url(../images/blockBg1.jpg);
	background-repeat:repeat-y;
}
	
.smallBg2
{
	background-image:url(../images/smallBg2.gif);
	background-repeat:repeat-y;
}
	
.bgBig
{
	background-image:url(../images/blockBg.jpg);
	background-repeat:no-repeat;
}
	
.bgBig2
{
	background-image: url(../images/contentBg.gif);
	background-repeat:no-repeat;
}
	
.blockContent
{
	padding-bottom:10px;
	padding-left:32px;
	padding-right:34px;
	padding-top:25px;
}
	
.blockContent2
{
	padding-bottom:10px;
	padding-left:26px;
	padding-right:34px;
	padding-top:25px;
}
	
.tittle
{
	padding:5px;
	margin-left:-10px;
	font-weight:bold;
}
	
.tittle2
{
	padding:5px;
}
	
	
	
/*****************   Navigation  ******************/

a.nav
{
	font-size:12px;
	padding-right:7px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:normal;
}

a.nav:hover
{
	text-decoration:none
}

.copyright {position:relative; top:48px; left:30px; color:#97C8CC;}
.copyright a {color:#97C8CC;}
.lietus {position:relative; top:50px; right:40px; float:right;}