/* GENERELL */
body	{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; font: 10px verdana; color: #5F5E64; line-height: 16px; background: #0F1C55 url("../images/bak-1.jpg") no-repeat; }
td		{ font: 10px verdana; color: #5F5E64; line-height: 15px;}
img		{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
p		{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
form	{margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}

/*-----------------------------------------------------------------------
Main
-----------------------------------------------------------------------*/

* { 
	margin: 0px; 
	padding: 0px;
} 

html, body {
	height: 100%;
	width: 100%;
}

body
{
	background: url('../images/template/bg.gif');
	margin-top: 9px;
	margin-left: 9px;
	text-align:center;
}

a {
	color:#616264;
}

.selected {
	color:#616264;
	font-weight:bold;
	text-decoration: none;
}

.block {
	width:805px;
	position:relative;
	dsiplay:inline;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: auto; 
	margin-right: auto; 

}

.content {
	position:relative;
	text-align:left;
	dsiplay:inline;
	width: 100%;
	height: 100%;
	margin:3%;
	font-family: Georgia, Tahoma, Serif;
	font-size: 13px;
	line-height: 18px;
}

.contact {
	position:relative;
	text-align:left;
	dsiplay:inline;
	padding-left:25px;
	font-family: Georgia, Tahoma, Serif;
	font-size: 11px;
	line-height: 18px;
}

hr {
	height:1px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	background:none;
	border-bottom:0px;
	border-top: 1px dashed #7f7f7f;
	margin-top:10px;
	margin-bottom:19px;
}


table {
	empty-cells: show;
}
td  {
	font-family: Georgia, Tahoma, Serif;
	font-size: 13px;
	line-height: 18px;
}




