
body  {
	background: #ddd url(img/bg.jpg);
	font-family:  verdana, arial, helvetica, trebuchet, sans-serif;
	margin: 0px auto;
}


#lmargin  {
	background: #ddd url(img/marginl.gif);
}

#rmargin  {
	background: #ddd url(img/marginr.gif);
}

#header  {
	background: #fff;
}

.navstrip  {
	background: #d00 url(img/nav/navstripbase.gif);
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.navbutton  {
	background: #d00 url(img/nav/navstripbase.gif);
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.navbutton a:link,
.navbutton a:visited,
.navbutton a:active  {
	color: #fff;
	text-decoration: none;
}

.navbutton a:hover  {
	text-decoration: underline;
}

.iconbutton  {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.iconbutton a:link,
.iconbutton a:visited,
.iconbutton a:active  {
	color: #000;
	text-decoration: none;
}

.iconbutton a:hover  {
	text-decoration: underline;
}


#content  {
	background: #fff;
}

#content a:link,
#content a:active  {
	color: #c00;
}

#content a:visited  {
	color: #a00;
}


#footer  {
	background: #fff;
	color: #999;
	font-size: 10px;
	text-align:right;
}

#footer a:link,
#footer a:active,
#footer a:visited  {
	color: #fff;
}



.smallprint  {
	font-size: 9px;
	line-height: 11px;
	color: #000;
}

.title  {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

h1  {
	font-family:  verdana, arial, helvetica, trebuchet, sans-serif;
	font-size: 16px;
}

p,td  {
	font-family:  verdana, arial, helvetica, trebuchet, sans-serif;
	font-size: 11px;
}

.alert  {
	color: #c00;
	font-weight: bold;
}

.blurb  {
	font-size: 11px;
	color: #000;
}

.whitespc  {
	background: #fff;
}

