@import "emLayers.css";
@import "emClasses.css";
body
{
	background:  white;
	margin: 0px;
	font-size: 0.6em;
	line-height: 130%;
	font-family: Verdana, Geneva, sans-serif; 
	color: #666666;
}

input,textarea
{
	font-size: 1em;
}

p, ul, form, input, textarea
{
	
}
td
{
	font-size: 0.7em;	
	line-height: 140%;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Geneva, sans-serif; 
	margin: 0px 0 0 0; 
	line-height: 140%;
	font-weight: normal; 
}

h1
{ 
	font-size: 1.5em; 
}

h2 
{ 
	color: #b9d301;
	font-size: 1.4em; 
}

h3 
{ 
	color: #003e7f;
	font-size: 1.3em; 
} 

h4 
{ 
	font-size: 1.2em; 
}

h5 
{ 
	font-size: 1.1em; 
} 

h6 
{ 
	font-size: 1em; 
}
.noScreen
{
	display: none;
}
a 
{ 
	color: #003e7f; 
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
a:hover 
{ 
	text-decoration: underline; 
}