	BODY {
		background: white;
		margin-top: 70px;
		margin-left: 100px;
		margin-right: 15px;
		margin-bottom: 15px;
		background-image: url(/IMAGES/PoliceBackground.jpg);
		background-repeat:no-repeat;
		background-attachment: fixed;	
		scrollbar-face-color: silver; 
		scrollbar-highlight-color: c3c9c9;
		scrollbar-shadow-color: 666666;
		scrollbar-3dlight-color: 666666;
		scrollbar-arrow-color: 666666;
		scrollbar-track-color: silver;
		scrollbar-darkshadow-color: c3c9c9
	}

	IMG.TitleGraphic {
		position:absolute;
		left: 50px;
		top: 15px;
	}

	FONT {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	}
	
	TR.MatchFontColor 
	{
		background-color: #666666;
	}
	TD.MatchFontColor 
	{
		background-color: #666666;
	}
	
	P {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	
	}
	
	TD {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	
	}
	
	P.LeftMargin {
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
		margin-left: 10px;	
	} 

	P.Title {
		color: #0066CC;
		font-size: 12pt;
		font-weight: 600;
		font-family: Verdana, Arial;
		margin-bottom: 5px;
	}
	
	P.Subtitle {
		color: #0066CC;
		font-size: 9pt;
		font-weight: 600;
		font-family: Verdana, Arial;
		margin-bottom: 5px;
	}

	FONT.Title {
		color: #0066CC;
		font-size: 12pt;
		font-weight: 600;
		font-family: Verdana, Arial;
	}
	
	FONT.Subtitle {
		color: #0066CC;
		font-size: 9pt;
		font-weight: 600;
		font-family: Verdana, Arial;
	}
	
	
	FONT.Error {
		color: #FF0000;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, Arial;
	}
	
	
	TABLE.Standard
	{
		background-color:99CCFF;
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
	}
	
	
	A:link{
		COLOR: #0066CC;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, Arial;
		font-variant: normal;
		font-weight: 800;
		text-decoration: underline;
		text-transform:none

	}
	
	A:visited
	{
		COLOR: #0066CC;
		font-size: 9pt;
		font-weight: bold;
		font-family: Verdana, Arial;
		font-style: normal;
		font-variant: normal;
		font-weight: 800;
		text-decoration: underline;
		text-transform: none

	}
	
	A:hover   { color: #F2D837 } /* user hovers */
	
	
	A:active  { color: #88C54A }   /* active links*/
	

	UL.StandardList
	{
		color: #666666;
		font-size: 8pt;
		font-weight: 500;
		font-family: Verdana, Arial;
		TEXT-DECORATION: none
	}

	LI
	{
		margin-top: 3mm;
	}
	
