@charset "UTF-8";
/* CSS Document */

body, p {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

body, td { font-family: Verdana; }

p,h1,h2,h3,h4,h5,h6,input{
	margin: 0px;
	padding: 0px;
	color:#7D7D7D;
}

h1, h2, h3, h4 {
	color: #4b4b4b;
	padding:5px 0px;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 1.65em;
}

h2 {
	font-size: 1em;
	line-height: 1.1em;
}

h3 {
	font-size: 0.90em;
	line-height: 1em;	
}

h4 {
	font-size: 0.75em;
	line-height: 1.15em;	
}

p {
	font-size: 0.75em;
	line-height:1.4em;	
	padding-bottom:10px;
}

p[text ^="note"], p[text ^="copyright"] {
	font-size: 0.5em;
	font-weight: bold;
	color: #0065a5;
}

p[text ^="bold"] {
	color: #0065a5;
}

/* Links */

A:link, A:visited, A:active, A:hover {
	font-weight: normal;
	text-decoration: none;
}

A:link {
	font-weight: normal;	
}

A:visited {
	text-decoration: underline;	
}

A:active {
	
}

A:hover {
	text-decoration: underline;
}

/* FILE DOWNLOADS */
.downloads, .PageMenu {
	margin:20px 0px;
}

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icons/acrobat.png) center left no-repeat;
}

a[href$='.doc'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icons/word.png) center left no-repeat;
}

/* Messages */

.yes, .no {
	border: 1px solid #3F5C16;
	background: #C4DF97 url../images/icons/yes.gif) no-repeat left top;
	padding: 2px 2px 2px 40px;
	width: 100%;
	min-height: 30px;
	margin: 0px 40px 10px 0px;
}

.yes p {
	color: #446418;
	padding: 5px;
}

.no {
	background: #EC969C url(../images/icons/no.gif) no-repeat left top;
	border: 1px solid #DF212D;
}

.no p {
	color: #CC0033;
	padding: 5px;
}

/* Pagination Menu */

.pag_menu {
	float:right;
}

.pag_menu p {
	font-size: 1em;
	line-height: 1em;
	height:1em;
}

.pag_menu a {
	font-size: 0.8em;
	line-height: 1em;
	height:1em;
}

/* News */

.headline, .latestheadline {
	color: #434343;
	padding: 20px 0px 0px;
	line-height:2em;
	font-weight: bold;
}

.latestheadline {
	color: #0065a5;
	display:inline-block;
	padding-left:20px;
	background:transparent url(../images/icons/star.png) center left no-repeat;	
}

.storydate {
	color: #989898;
	font-size: 0.6em;
	line-height:1em;
	padding:0px 0px 10px;
}

.nolink {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter:alpha(opacity=5);
}

.nolink:hover, .thispage:hover {
	text-decoration: none;	
}

.thispage, .thispage:hover {
	color: #434343;
	line-height:1em;
	font-weight: bold;
}

/* ICONS */
a[icon$='edit'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icons/edit.png) center left no-repeat;
}

a[icon$='del'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icons/bin.png) center left no-repeat;
}

p[icon$='error'] {
	display:inline-block;
	border: 1px solid #CC3300;
	margin:5px;
	padding:0px 20px;
	line-height:30px;
	background:#FFCCCC url(../images/icons/error.png) center left no-repeat;
	color: #CC3300;
}

a[icon$='date'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(../images/icons/cal.png) center left no-repeat;
	font-size: 0.75em;
}

