﻿/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c2c6c7;
}

p, td {
     font: 9pt Arial, Helvetica, sans-serif;
	 color:#000000;
}

.largeText {
     font: 10pt Arial, Helvetica, sans-serif;
	 color:#000000;
}

.title {
     font: 11pt Arial, Helvetica, sans-serif;
	 color:#145670;
	 font-weight:bold;
}

a {
     font: 9pt Arial, Helvetica, sans-serif;
	 color:#000000;
	 font-weight: bold;
	 text-decoration: underline;
}

.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#000080;
	text-align:center;
	border: 1px solid #000080;
}

.pageBg {background-image : url(images/pageBg3.jpg); background-repeat : no-repeat;}
.pageBg2 {background-image : url(images/pageBg2.jpg); background-repeat : no-repeat;}
.searchBg {background-image : url(images/searchBg.jpg); background-repeat : no-repeat;}
.loginBg {background-image : url(images/loginBg.jpg); background-repeat : no-repeat;}
.featuredBg {background-image : url(images/featuredBg.gif); background-repeat : no-repeat;}