

/* GENERAL */

*
{
	margin:0px;
	padding:0px;
	}

body
{
	font-family:Arial;
	font-size:11px;
	color:#525C60;
	background:#FFFFFF;
	
	/*text-align:center;*/
	margin:0px;
	line-height:16px;
	}

table, td
{
	font-family:Arial;	
	font-size:11px;
	vertical-align:top;
	}

input, textarea
{
	font-family:Arial;	
	font-size:11px;
	}
	
select
{
	font-family:Arial;	
	font-size:13px;
	}		

input,textarea{
	padding:2px;
}

.btn{
	padding:0px;
}

select
{
	padding:1px;
	}

a
{
	text-decoration:underline;
	color:#525C60;
	}

.enginetxt{
	display:none;
}

.link
{
	text-decoration:none;
	color:#525C60;
	}	

.link:hover
{
	text-decoration:underline;
	color:#525C60;
	}

img
{
	border:0px;
	}
	
p
{
	margin-bottom:10px;
	}

.ingress
{
	font-family:Arial;
	font-size:12px;
	color:#705B4A;
	font-weight:bold;
	}

h1{
	font-family:Arial;
	font-size:12px;
	color:#525C60;		
	font-weight:bold;
}

h2{
	font-family:Arial;
	font-size:12px;
	color:#698B9B;	
	font-weight:bold;
}

h3{
	font-family:Arial;
	font-size:12px;
	color:#705B4A;
	font-weight:bold;
}

h3 a{
	color:#705B4A;
	text-decoration:none;
}

h3 a:hover{
	color:#705B4A;
	text-decoration:underline;	
}

li
{
	padding-top:2px;
	margin-left:16px;
	}
	
ol li{
	padding-top:2px;
	margin-left:20px;
}	

.arrow li
{
	margin-top:5px;
	margin-left:16px;
	list-style-type : none;
	list-style-image : url(Files/Images/Layout/rightmenu_arrow.gif);
	vertical-align:top;
	}

.float-killer
{
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
#container
{
	margin: 0 auto;	
	width:977px;
	text-align:left;
	}
	
#top
{
	height:62px;
	overflow:hidden;
	background:#F4F9FC;
	}
	
#logo
{
	float:left;
	width:200px;
	margin-top:21px;
	margin-left:13px;
	}
	
#top-menu
{
	float:right;
	margin-top:20px;
	margin-right:10px;
	
	}	
	
#main-menu
{
	height:53px;
	overflow:hidden;
	}

	
#breadcrumb
{
	height:21px;
	overflow:hidden;
	}

	
#main
{
	
	}
	
#main-inner
{
	/*margin-bottom:31px;*/	
	}
	
#footer
{

	}

/* ELEMENTS */
	
.line-dotted-h
{
	background-image:url(Files/Images/Layout/h_line_dotted.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
.line-dotted-h-light
{
	background-image:url(Files/Images/Layout/h_line_dotted_light.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1px;
	overflow:hidden;
	margin-bottom:15px;
	}	
	
.line-h
{
	width:100%;
	height:1px;
	overflow:hidden;
	margin-bottom:15px;
	background:#CBDAE6;
	}	

