/* root level text style */

a:link {color: #ffffff;}
a:visited {color: #eeeeee;}
a:active {color: #ffffff;}

a:hover {text-decoration: none;}


a.pops:link {color: #000000; text-decoration: none;}
a.pops:active {color: #000000; text-decoration: none;}
a.pops:visited {color: #000000; text-decoration: none;}
a.pops:hover {text-decoration: underline;}


body {
	background: #064289 URL("images/site_back.gif");
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	
td {
	font-size: 12px;
	color: #ffffff;
	}
	
li {
	padding-bottom:3px;
	}
	
h2, .SMboldTitle {
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}
	
h1, .boldTitle {
    margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	}

h3 {
   margin:0px;
   font-weight:normal;
   font-size:12px;
   }

.boldGreen {
    font-weight: bold;
	color: #446e29;
	}