/* Import other stylesheets for media: screen */
@import url("layout.css");
@import url("menu.css");
@import url("sIFR-screen.css");
@import url("sitemap.css");

/* Classes and styles */

body {
	font-family: Arial;
	font-size: 12px;
	color: #525354;
	line-height: 18px;
}

img{
	border: 0;	
}	

a{
	color: #9d9fa1;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

#footer a{
	color: #525354;
	text-decoration: none;
}

p{
	margin: 0 0 18px 0;
	padding: 0;	
}	

form{
	padding: 0;
	margin: 0;
}

.png, div.subMenu, div.subMenuBg, #carouselGradientLeft, #carouselGradientRight, .routeColumn a.pdf{
	_behavior: url('http://www.faescases.com/preview/css/iepngfix.htc');
}

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}	

h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2{
	font-size: 12px;
	color: #642f7e;
	font-weight: normal;
	margin: 0 0 23px 0;
	padding: 0;
}

h3{
	font-size: 18px;
	color: #642f7e;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h4{
	color: #642f7e;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 12px;
}

ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.error{
	color: red;
	font-weight: bold;
}
