
/* global styles for all pages */
body{
	background-color:#ffffff;
}

p,td,body,div {
	font-family: Helvetica,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000000;
}

ul,ol,li{
	color:#999999;
}


a {
	color:#000000;
	text-decoration : underline;
}
	
a:hover{
	text-decoration : none;
	color:#000000;
}

a.sitemap{
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-weight:normal;
	color:#000000;
}

a.sitemap:hover {
	color:#666666;
}

#container {
	position: relative;
	text-align:left;
	width: 500px;
	height: 1000px;
}