
/* styles for the important notices pages */

.noticesheading {
	font-size:     1.5em;
	color:         #000000;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.noticessubheading {

	font-size:     1em;
	color:         #000000;
	font-weight:   900;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

p.noticesstory
{
	font-size: 0.8em;
	color: #000000;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: inherit;
}

p.noticesstoryindent {
	font-size:     0.8em;
	color:         #000000;
	font-weight:   400;
	font-family:   Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}

p.noticesstory a:link {
	background-color: #FFFFCC;
	color: #0000FF;
	text-decoration: underline;
}
p.noticesstory a:visited {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: underline;
}
p.noticesstory a:link:hover {
	background-color: #0000FF;
	color: #FFFFCC;
	text-decoration: none;
}
p.noticesstory a:visited:hover {
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
}

li.noticesstory
{
	font-size: 0.8em;
	color: #000000;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: default;
	text-align: left;
	text-transform: inherit;
}

li.noticesstory a:link {
	background-color: #FFFFCC;
	color: #0000FF;
	text-decoration: underline;
}
li.noticesstory a:visited {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: underline;
}
li.noticesstory a:link:hover {
	background-color: #0000FF;
	color: #FFFFCC;
	text-decoration: none;
}
li.noticesstory a:visited:hover {
	background-color: #000000;
	color: #FFFFCC;
	text-decoration: none;
}


