/*
	rgj -- 19 mar 02 -- rick jakubas
						initial concept of general style sheet

	Copyright (c) SLT Systems, Inc. 2002 All Rights Reserved
	-------------------------------------------------------------------------------------------
	This program, its logic and design, as well as the underlying basis for its operation,
	belongs to and remains the property of SLT Systems, Inc.  A non-exclusive license to use
	this program is hereby provided to the DuPage Police Association. No unauthorized use,
	modification, or copying of this program is allowed without the express, written permission
	of SLT Systems, Inc.
	-------------------------------------------------------------------------------------------

*/

/*	base definitions */
body {
	background : #E3E3E3;
	margin : 0px 0px;
	width : 0px;
}
body, td {
	FONT: 13px verdana,tahoma,arial;
	color: #000000;
}
th {
	FONT: bold 13px verdana,tahoma,arial;
	color: #000000;
}

/*	headings and text */
.heading0 {
	FONT: 20px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #FFFFFF;
	background : #000066;
	text-align : center;
	border-top : #000080;
	border-bottom : #000080;
	border : ridge;
}
.heading1 {
	FONT: 16px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #FFFFFF;
	background : #B22222;
	text-align : center;
	border-top : #000080;
	border-bottom : #000080;
	border : ridge;
}
.heading2 {
	FONT: 18px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #B22222;
}
.heading3 {
	FONT: 18px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #000080;
}
.notice {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: Black;
	background : #FFFFCC;
	border-top : #000080;
	border-bottom : #000080;
	border : ridge;
}
.alttext {
	FONT: 13px verdana,tahoma,arial;
	color: #B22222;
}
.boldalttext {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #B22222;
}
.subtext {
	FONT: 10px verdana,tahoma,arial;
	color: #000000;
}
.altsubtext {
	FONT: 10px verdana,tahoma,arial;
	color: #B22222;
}
.boldsubtext {
	FONT: 10px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #000000;
}
.boldaltsubtext {
	FONT: 10px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #B22222;
}

/*	navigation bar */
td.navbarbg{
	background-color : #C9C9C9;
}
table.navbarborder{
	background-color : #9E99A2;
}
td.menubar {
	line-height : 14px;
}

/*	links */
A.menu:link {
	FONT: 12px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #B22222;
}
A.menu:visited {
	FONT: 12px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #B22222;
}
A.menu:hover {
	FONT: 12px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #000080;
	text-decoration : underline;
}
A.submenu:link {
	FONT: 10px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.submenu:visited {
	FONT: 10px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.submenu:hover {
	FONT: 10px verdana,tahoma,arial;
	TEXT-DECORATION: underline;
	color: #B22222;
}
A.inlinelink:link {
	FONT: 13px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.inlinelink:visited {
	FONT: 13px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.inlinelink:hover {
	FONT: 13px verdana,tahoma,arial;
	TEXT-DECORATION: underline;
	color: #B22222;
}
A.emaillink:link {
	FONT: italic 13px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.emaillink:visited {
	FONT: italic 13px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.emaillink:hover {
	FONT: italic 13px verdana,tahoma,arial;
	TEXT-DECORATION: underline;
	color: #B22222;
}
A.subtextemaillink:link {
	FONT: italic 10px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.subtextemaillink:visited {
	FONT: italic 10px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.subtextemaillink:hover {
	FONT: italic 10px verdana,tahoma,arial;
	TEXT-DECORATION: underline;
	color: #B22222;
}
A.altinlinelink:link {
	FONT: 13px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #B22222;
}
A.altinlinelink:visited {
	FONT: 13px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #B22222;
}
A.altinlinelink:hover {
	FONT: 13px verdana,tahoma,arial;
	TEXT-DECORATION: underline;
	color: #000080;
}
A.boldinlinelink:link {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #000080;
}
A.boldinlinelink:visited {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #000080;
}
A.boldinlinelink:hover {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	color: #B22222;
}
A.subtextlink:link {
	FONT: 10px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.subtextlink:visited {
	FONT: 10px verdana,tahoma,arial;
	TEXT-DECORATION: none;
	color: #000080;
}
A.subtextlink:hover {
	FONT: 10px verdana,tahoma,arial;
	TEXT-DECORATION: underline;
	color: #B22222;
}
A.tablink:link {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #B22222;
}
A.tablink:visited {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	color: #B22222;
}
A.tablink:hover {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: underline;
	color: #000080;
}

/*	unused
.wtitle {
	FONT: 12px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #FFFFFF;
}
.bmtext {
	FONT: 11px verdana,tahoma,arial;
	FONT-WEIGHT: bold;
	color: #000000;
}
.boldtext {
	FONT: 13px verdana,tahoma,arial;
	FONT-WEIGTH: bold;
	color: #000000;
}
*/