/* ------------------------------------------------	MAIN
*/

body	{
	background-image: url(bg.png); 
	background-repeat: repeat;  
 	background-color: #ffffff; 
	cursor: crosshair;
	line-height: 16px; 
	overflow: auto;
		font-family: arial;
	font-size: 12px;
	color: #262626; 
		line-height: 160%; 
	text-align: left;}

body, tr, td  {

	font-family: arial;
	font-size: 12px;
	color: #505050; 
	line-height: 160%; 
	text-align: left;
	margin-right: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	letter-spacing: 0px; 
	list-style-type: square;
	line-height: 22px;}
	
p {margin: 20px 20px 20px 20px;}

b, strong {color:#eb6384;
}

em, i {
	color:#4ab5e7;
	}
	
.header {margin-top:30px;}

form {line-height:22px;}

h2 {
font-family: georgia;
color: #757575;
text-transform: uppercase;
letter-spacing: -1px;
text-indent: 20px;
text-align: left;
font-size: 16px;
margin-bottom: -5px;
}

input, textarea, select {
background:#eee;
border:1px solid #aaa;
padding:3px;
font-family: arial;
	font-size: 12px;
	color: #727272; 
}

input:focus, textarea:focus, select:focus { border-color:#eebf40; }



table.navi {background-color:#000000; margin-bottom: 30px; line-height:20px;}
table.navi a {
	display: block;
	text-align:center;
	margin: 6px 3px 6px 3px;
	padding: 5px;
	font: 9px "georgia";
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #4a4949;
	border-bottom: none;
	text-decoration: none;

}
table.navi a:hover {
	background: #050505;
	color: #eebf40;
}