/* CSS Document */

body,td,div,li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2c2b2b;
}

p{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5{
	margin-bottom:2px;
	margin-top:15px;
	padding-top:2px;
	
}

h1{
	margin-top:2px;
	margin-bottom:2px;
	
	margin-left:-7px;
	padding-left:7px;	
	color: #2e2c2c;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../design/sub/nyil_right_o.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
}

h2{
	font-size: 14px;
	text-transform: none;
	color: #c26815;	
}

h3{
	font-size: 12px;
	text-transform: none;
	color: #a08d70;	
	
}

h4{
	font-size: 10px;
	text-transform: uppercase;
	color: #4b4848;
}

h5{
	font-size: 14px;
	color: #2e2c2c;
}

a{
	color: #c26815;
	text-decoration: none;	
}

a:hover{
	color: #8C4A0F;
	text-decoration: none;	
}

