@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.caption{
	font-size: 12px;
	font-style: italic;
}

/* LINKS */

a,
a:link, 
a:visited{
	color: #004990;
}

a:hover{
	color: #c41130;
}

/* NEWS AND PR CLASSES */

.newstitle {
	font-weight: bold;
	font-size: 13px;
}

.newssubtitle {
	font-weight: 500;
	font-size: 13px;
}

.newsdate {
	font-style: italic;
	font-size: 12px;
}

.newssource {
	font-style: italic;
	font-size: 12px;
}

.newspreview {
	font-size: 13px;
}



/* FOOTER CLASSES */

.footer {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:link, 
.footer a:visited, 
.footer a{
	color: #666666;
}
.footer a:hover{
	color: #000000;
}

/* ADOBE READER LINK */
.readerlink, .readerlink a{
	font-size: 11px;
	color: #cc0000;
	font-family:Arial, Helvetica, sans-serif;
}


