html {
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	background: #fff; /*color background - only works in IE */
	font-size: 76%; /*set default font size */
	font-family: arial, helvetica, serif; /* set default font */
}

body {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
}

TD {
	font-size: 0.72em;
	color: #000;
}

table {
	border: 0;
}


a {
 color: #ef6323;
}

a:hover { 
	text-decoration: none;
}

.menu a {
	color: #fe6603;
	text-decoration: none;
}
.menu a:visited {
	color: #fe6603;
	text-decoration: none;
}
.menu a:hover {
	color: #fe6603;
	text-decoration: underline;
}
.menu a:active {
	color: #fe6603;
	text-decoration: none;
}

.menug a {
	color: #666666;
	text-decoration: none;
}
.menug a:visited {
	color: #666666;
	text-decoration: none;
}
.menug a:hover {
	color: #666666;
	text-decoration: underline;
}
.menug a:active {
	color: #666666;
	text-decoration: none;
}


/*h1,h2,h3,h4,h5,h6,input,form,textarea{font-size:1.1em}*/
h1 {font-size: 1.67em; font-weight: bold}
h2 {font-size: 1.2em; font-weight: bold}
h3 {font-size: 1.3em; font-weight: bold}




form, h1, h2, h3, h4, h5, p{
	margin:0;
	padding:0;
}

IMG{
	border:0;
}

DIV.x{
	width: 1px;
	height: 1px;
}


DIV{
	width:'100%';
}

.abs{
	position: absolute;
	width: auto;
}


INPUT, TEXTAREA, SELECT{
	font-size: 1em;	
	color: #393331;
	margin:0;
	border: 1px solid #D4D4D4;
}


.smallFont{
	font-size: 0.94em;
}

.normalFont{
	font-size: 1em;
}

.bigFont{
	font-size: 1.2em;
}

.important{
	color: #3E0609;
}

.gray {
	color: #666;
}


#newstext {
	font-size: 1.1em;
}


.razHorLine1{
	clear: both;
	height: 1px;
	background: #D6D6D6;
}



hr {
    border: 0;
    width: 100%;
    color: #d4d4d4;
    background-color: #d4d4d4;
    height: 1px;
	margin: 8px 0 5px 0;
	padding: 0;
}


.image-with-border { border: 1px solid #BFBFBF}


/* Lists */
ul, ol {margin: 0 0 1em 45px; padding: 0;}
ul {list-style-type: none;}
li {margin: 0 0 0.5em 0; padding: 0;}
li ul, li ol {margin-top: 0.5em;}

/* Sitemap */
ul.sitemap {margin-left: 0; margin-right: 0;}
ul.sitemap li {padding: 0; margin: 0 0 0.5em 0; font-weight: bold;}
ul.sitemap li ul {margin: 0;}
ul.sitemap li ul li {margin: 0.5em 0 0.5em 20px; font-weight: normal;}



