body{
background-color: #008080;
color:#ffffff;
font-family:verdana,arial,sans-serif;
font-size:100%;
text-align:left;
line-height:1.2em;
}
div#pagewrapper{
border:1px none #000000;
margin-bottom:0px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
max-width:1350px; /* IE wont understand these,so we will use javascript magick */
min-width:720px;
}
.black {
	background-color:transparent;
	color:#000000;
}
a:link,a:visited{
color: #0000ff;
font-weight:bold;
text-decoration:none
}
a:hover,a:active{
color:#ff0000;
font-weight:bold;
text-decoration:none
}
h1{
font-size:1.4em;
font-weight:bold
}
h2{
font-size:1.2em;
font-weight:bold
}
h3{
font-size:1em;
font-weight:bold;
}
h4{
font-size:.9em;
font-weight:bold
}
h5{
font-size:.7.4em;
font-weight:bold
}
p{
margin-top:3px;
margin-bottom:6px
}
.center{
margin-left:auto;
margin-right:auto
}
.txtcenter{
text-align:center
}
.lrg{
font-size:1.2em
}
.lrgbld{
font-size:1.2em;
font-weight:bold
}
.med{
font-size:.9em
}
.medbld{
font-size:.9em;
font-weight:bold
}
.sml{
font-size:.8em
}
.smlbld{
font-size:.8em;
font-weight:bold
}
.xsml{
font-size:.7em
}
.xsmlbld{
font-size:.7em;
font-weight:bold
}
.nowrap{
white-space:nowrap
}
.white{
color:#ffffff;
background-color:transparent
}
img.noborder {
	border:none;
}