/********************************************************************* 
Dunnlaw Stylesheet
/styles/dunnstyle1.css 
**********************************************************************/ 

/*  
**********************************************************************/
body {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 10pt;
	background-image: url(../images/bg-pattern-136-fade-29.gif);
	background-repeat: repeat;
	}

B {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 10pt
	}

CODE, TT, PRE {
	font-family: "Courier New",courier,monospace
	}

TD, TH, UL, OL, LI, P, DD, DL {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 10pt
	}

H1 {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 10pt
	}

H2 {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 12pt
	}

H3 {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 14pt
	}

H5 {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 16pt
	}

H6 {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 18pt
	}

.normal {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 10pt
	}
	
.smallprint {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 8pt
	}

.footer {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 8pt
	}

/* links
**********************************************************************/
a, 
a:link, 
a:visited, 
a:active {
	color: #000099; 
	/* border-bottom: 1px dotted green; */
	text-decoration: none;
	}

a:hover {
	color: red;
	/* border-bottom: 1px dotted red; */
	text-decoration: none;
	border-bottom: 1px dotted red;
	}

.noshowlink a, 
.noshowlink a:link, 
.noshowlink a:visited,
.noshowlink a:active,
.noshowlink a:hover {
	background: url(none);
	text-decoration: none;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}	

.topmenu a, 
.topmenu a:link, 
.topmenu a:visited, 
.topmenu a:active {
	color: #000099; 
	border-bottom: none; 
	/* border-bottom: 1px dotted #000099; */
	text-decoration: none;
	}

.topmenu a:hover {
	color: #fff;
	/* background: #ccddcb; */
	background: #000099;
	border-bottom: none;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.dunnlogo a, 
.dunnlogo a:link, 
.dunnlogo a:visited, 
.dunnlogo a:active,
.dunnlogo a:hover {
	border-bottom: none; 
	text-decoration: none;
}

/* images
**********************************************************************/
img.nofloat {
	float: none;
	margin: 4px;
	padding: 4px;
	border: 1px solid #dedede;
	background: #fff;
	vertical-align: text-top;
	}


/* misc
**********************************************************************/
.gotop { 
	text-align: right; 
	font-family: verdana, arial, helvetica, courier, times; 
    font-size: 10px; 
    color: #696969; 
	margin-bottom: 0px; 
	padding-bottom: 3px;
	}

/* footer
**********************************************************************/
#footerbox {
	position: fixed;
	left:0px;
	bottom:0px;
	width:100%;
	background:#cfcfcf;
	}

.footerbox a, 
.footerbox a:link, 
.footerbox a:visited, 
.footerbox a:active {
	color: #000099; 
	border-bottom: none;
	/* border-bottom: 1px dotted #000099;  */
	text-decoration: none;
	}

.footerbox a:hover {
	color: #fff;
	/* background: #ccddcb; */
	background: #000099;
	border-bottom: none;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	}
	
.footerbox {
	font-family: verdana, arial, helvetica, courier, times;
	font-size: 8pt
	}

/* end 
**********************************************************************/
