﻿body {
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	}

body,p,div,li,td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	}

p { line-height:1.4em; }

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-style: italic; font-size: 12px; }
h6 { font-size: 11px; }

.pageContent {
	width:500px;
	margin: 15px 0px 20px 20px;
	}

.footerTxt {
	font-size: 10px;
	color: #333333;
	}
	
#footerBg {
	width: 525px;
	background-image: url(/webdata/graphics/wc_whyallaLogo.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	padding-top: 10px;
	height: 90px;
	}

#footerAddr {
	margin-left: 100px;
	padding-top: 4px;
	}
#footerC {
	margin-left: 100px;
	padding-top: 4px;
	}
#footerMod {
	margin-left: 100px;
	padding-top: 15px;
	}
#top { 
	margin-left:460px;
	padding-top:2px;
	}	
#printBtn {
	position:absolute;
	left:450px;
	top:2px;
	width:44px;
	height:18px;
	background-image:url(/webdata/graphics/wc_p_print.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#backToSiteBtn {
	position:absolute;
	left:392px;
	top:2px;
	width:45px;
	height:18px;
	background-image:url(/webdata/graphics/wc_p_back.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	}

ol,ul,li {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	}

ul,ol,dl {
	padding-top:5px;
	padding-bottom:5px;
	}
ul {
	list-style:square;
	}
ol {
	list-style:decimal;
	}
dl {
	padding-left:15px;
	}
li,dd,dt {
	padding-bottom:2px;
	}
dt {
	font-weight:bold;
	}

