@import url(layout.css);
@import url(menu.css);
@import url(objects.css);

html 
{
	height: 100%;
}

body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
	height: 100%;
	width: 100%;
	
	background-color: #ffffff;
	background-image: url(../images/layout/layoutBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	
	font-family: verdana, arial, helvetica, sans-serif;	
}

img 
{
	padding: 0px; margin: 0px; border: 0px none;
}

h1
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #003366;
	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	text-align: left;
	font-weight: bold;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	text-align: left;	
}

a
{
	text-decoration: none;
	color: #003366;
}

a:hover
{
	text-decoration: underline blink;
	color: #003366;
}

ul 
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
}

ul li 
{
}

ul li a 
{
	text-decoration: none;
}

ul li a:hover 
{
	color: #003366;
}

input
{
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

form
{
	text-align: left;
}
