body { 	background-color: #ffffff; 
		color: black; 
		font-family:  Times New Roman, serif, Helvetica,Arial, sans-serif;
		margin-left:20px;
		margin-right:20px
 }

a:link { color: #009900 }
a:visited { color: #009900}
a:hover { color: #009900 }
a:active { color: #33cc33 }

/* main heading */
h1 	{font-family: Comic Sans MS, Arial, sans-serif;
	color: #009900; 
	text-align: center; 
	font-size: 24pt; 
	font-weight: 800}

/* secondary heading */

h2 	{font-family: Comic Sans MS, Arial, sans-serif;
	color: #009900; 
	text-align: center; 
	font-size: 16pt; 
	font-weight: 800}

/* paragraph headings  */

h3	{font-family: Arial, sans-serif;
	font-size:12pt;
	font-weight:700;
	color: #000099}

/* news text */

p.news
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 800; 
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
 	padding-top: 5px;
	padding-bottom: 5px;
    border-style: solid;  
    border-width:5px;
     border-color:#009900;
    border-style:double}

/* ordinary text  */

p.ord
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 500; 
	text-align: left;}

/* ordinary text indented 50px  */

p.ordindent
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 500; 
	text-align: left;
	padding-left: 50px;}

/* right justified text */

p.right
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 500; 
	text-align: right;}

/* right justified text */

p.rightindent
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 500; 
	text-align: right;
	padding-right: 50px;}

/* right bold justified text */

p.rightbold
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 800; 
	text-align: right;
	padding-right: 50px;}


/* bold format - bold text - indented 50px  */

p.bold
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 800; 
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px }

/* bold format - bold text - indented further 100px  */

p.boldindent
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 800; 
	text-align: justify;
	padding-left: 100px;
	padding-right: 50px }


/* bold format - bold text - aligned left  */

p.boldleft
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 800; 
	text-align: left }

/* italic format - italic text  */
p.italic
	{font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: 800; 
	text-align: center;
	padding-left: 50px;
	padding-right: 50px }

/* italic indent format - indented italic text  */
p.italicindent
	{font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: 800; 
	text-align: center;
	padding-left: 100px;
	padding-right: 50px }

/* red text - used for temporary notices re obstructions diversions  */
p.redtext
	{font-family: Times New Roman, serif;
    color: red;
	font-size: 11pt;
	font-weight: 800; 
	text-align: left;
	padding-left: 50px;
	padding-right: 50px }

/* first line just below a heading to move it up  */
p.first
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 500; 
	text-align: justify;
	margin-top: -5px}

/* first line just below a heading to move it up  */
p.firstbold
	{font-family: Times New Roman, serif;
	font-size: 12pt;
	font-weight: 800; 
	margin-top: -5px;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px }

/* font for links */
font.nav
	{font-family: Comic Sans MS, sans-serif;
	color: #009900;
	font-size: 12pt	}

td 	{font-family: Times New Roman, serif;
	font-weight: 800; 
	font-size: 12pt;
	vertical-align: top}

td.distance
 	{font-family: Times New Roman, serif;
	font-weight: 500; 
	font-size: 12pt;
	vertical-align: top}

