*
{
	margin: 0;
	padding: 0;
/*	border-right: green 1px dotted;
	border-top: green 1px dotted;
	border-left: green 1px dotted;
	border-bottom: green 1px dotted;

*/
}


body 
{
	background-color:#e0e0e0;
	line-height:1.5;
	text-align:center;
	font-size: 90%;
 }


div
{
	text-align:left;
}

img
{
	border:0px;
}

p
{
	padding:16px;
}

a
{
	color: #000066;
	text-decoration: none;

}


a:hover
{
	color: #cc6633;
	text-decoration: underline;

}

h1
{
	padding:0px;
	margin:0px;
}

#container
{
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin:auto;
	background-position: left top;
}

#header
{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 0px;
	padding-top: 16px;
}



#footer
{
	clear:both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:16px;
}

#company
{
	display: inline;
	border-top: 2px dotted;
	font-size: 10pt;
	color: #999999;
	padding-top: 3px;
}


#company a
{
	margin-left:16px;
	color: #668899;
}