@charset "UTF-8";
/* CSS Document */
body {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	/*text-align: center; /* for IE */
	/*background-image: url(Assets/bg.jpg);*/
	height: 100%;
	}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 865px;
	min-height: 700px;
	height:auto;
	/*border-style:solid;
	border-color:#909;*/
}

p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}

p.left {
	text-align: left;
}

p.heading {
	text-align: center;
	font-weight:bold;
}

table.small {
	font-size:10px;
}

code {
	font-size: 12px;
}
font.footer {
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
}

a {
text-decoration: none;
} 

bgfade {
background:#fff url(assets/bgfade.jpg) repeat-y;
}