/* GLOBAL STYLES*/
BODY {
	font-family: "Verdana","Arial",sans-serif;
	background: url("pics/dlv_bg.jpg") white;
	color: black;
	font-size: small;
}

td.dp {
	padding: 1em;
}

h1 {
	font-size: large;
	font-weight: bold;
	background: none;
	color:#006633;
}

h2 {
	font-size: medium;
	font-weight: bold;
	background: none;
	color:#cc3300;
}

h3 {
	font-size: small;
	font-weight: bold;
	background: none;
	color:#006633;
}

h3.policy {
	color:#cc3300;
	background: none;
	font-style: italic
}

h4 {
	font-size: x-small;
	font-weight: bolder;
}



/* ANCHOR STYLES*/
A {text-decoration: none; color: blue; background: none;}		/* unvisited link*/
A:visited {color: purple; background: none;} 					/* visited link*/
A:hover {														/* mouseover link*/
	color: red; 
	background: none;
	font-weight: bold;
}

A:active {color: fuchsia; background: none;}					/* active link*/


/* CUSTOM STYLES*/
.std {
	font-size: x-small;
}

.btm-nav{
	font-family: "Palatino","Times",serif;
	font-size: small;
	text-align: center;
}

.comment{
	font-style: italic;
	font-size: small;
}

.copy{
	font-size: small;
}

.hilite1 {
	font-weight: bold;
	background: none;
	color:#006633;
}

.hilite2 {
	font-weight: bold;
	background: none;
	color:#cc3300;
}

.news-subject {
	font-size: medium;
	font-weight: bold;
	background: none;
	color:#006633;
}

.news-date {
	background: none;
	color:#cc3300;
}

tr.violation{
	font-size: small;
}

