/* prevents styles being used by NN4 and IE4 */

@import url(/style/styling.css);
@import url(/style/positioning.css);
@import url(/style/headlines.css);
@import url(/style/nav.css);

/*
This is the general stylesheet that controls simple styling rules
that will be executed by basic/old browsers such as NN4
*/



body {
	margin:0;
	width: 100%;
	font-size: 100% !important;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
	background: #bbb;

		
	
}
html>body {font-size:100%;}

p, div {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1{
  font-size: 110%; 
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #1050AA;
	background-color: #fff;
	margin: 2px 0 0 0;
	padding: 0px;
	border-top: 5px solid #e9e9e9;
}
  
  
h2 {
	font-size: 110%; 
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #1050AA;
	background-color: #fff;
	margin: 2px 0 0 0;
	padding: 0px;
	border-top: 5px solid #e9e9e9;
}

h3{
	font-size: 100%; 
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #5A6A76;
	background-color: #fff;
	margin: 2px 0 0 0;
	padding: 0px;
}

h4{
	font-size: 100%; 
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333;
	background-color: #fff;
	margin: 2px 0 0 0;
	padding: 0px;
}

img {
	border: 0px;
	
}

a:link,  a:visited, a:active {
	color: #1050AA;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}



form{
	font-size: 90%;
	padding: 5px;
	/*border: 1px solid #DCDCE0;*/
	/*background-color: #FFcc80;*/
}


input, textarea, select{
	font-size: 100%;
}

table{
	font-size: 100%;
}

/*code{
	font-family: arial;
	font-size: 100%;
	color: #666;
}*/

pre {
	color: #545454;
	background-color: #eee;
	font: 10px/170% "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px;
}
code {
	color: #545454;
	font: 10px/170% "Lucida Grande", Verdana, Arial, sans-serif;
}

