/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");

/* Classes and styles */

body {
	font-family: Arial;
	font-size: 12px;
	color:#1e2171;
	line-height: 18px;
}

a{
	color: #1e2171;
	text-decoration: underline;
}

a:hover{
	color: #ea7900;
	text-decoration: none;	
}

img{
	border: 0;
}

.clear{
	clear:both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.png, #menu a{
	_behavior: url(http://10.0.0.2/san.nl/new/htdocs/css/iepngfix.htc);
}

p{
	margin:	0 0 18px 0;
	padding: 0;
}

p.bold,
span.bold{
	font-size: 14px;
	font-weight: bold;	
}

p.noMargin{
	margin: 0;
}

/* STRONG */
strong.title{
	font-size: 14px;	
}	

/* LIST ITEMS */

ul{
	margin: 0 0 15px 0;
	padding: 0;	
	color: #1e2171;
	list-style: none;
}

ul li{
	background: url("../images/li_bg.gif") no-repeat 2px 6px;	
	font-size: 12px;
	padding: 0 0 0 15px;
	line-height: 20px;
}

ul.bold li{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}	

ul.noMargin{
	margin: 0;
}	

/* TITLES */
h1,h2,h3,h4,h5,form{
	margin: 0;
	padding: 0;
}

h1{
	color: #ea7900;
	font-size: 22px;
	margin-bottom: 10px;
}

h4{
	color: #ea7900;
	font-size: 16px;
	margin-bottom: 3px;
}

h5{
	font-size: 14px;
	font-weight: bold;	
}
