html, body{
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:1.5;
}

/* Heading */
h1 {font-size: 225%; font-weight: bold;}
h2 {font-size: 200%; font-weight: bold;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
	line-height:18px;
}


th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

td, div {
	font-size: 12px;
}

p {
  font-size: 1em;
  font-weight: normal;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */
}
a:link, a:active, a:visited {
	color:#2f4f73; text-decoration:none;
	font-weight:bolder; font-size: 1em;
}

a:hover {
	text-decoration:underline;
	font-weight:bolder;
	color:#2f4f73;
}
a.nav:link, a.nav:active, a.nav:visited {
	color:#fff;	 
	font-weight:bolder;
  text-decoration:none;
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;     /* web safe fonts */

	}
	
a.nav:hover {
	text-decoration:underline;
}
#main_link{
	 font-size: 1em;
  font-weight: bold;
  color:#fff;
}
#box-grd {
  min-height: 789px;
  background:url(../images/bottom_bg.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}
#date{
	border-color:#EEEEE4;
	border-bottom:thick;
	border-top:thin;
	
}
.copyright{
	  font-size: 0.82em;
  font-weight: normal;
  	font-family: Arial, Helvetica, sans-serif;     /* web safe fonts */
}
img
{  border-style: none;
}
/* Styles */

.extrasmall {
	font-size:0.72em;
}

.small {
	font-size:0.92em;	
}

.medium {
	font-size:1.08em;
}

.large {
	font-size:1.33em;
}

.arial {
	font-family:Arial, Helvetica, sans-serif;
}

.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.grey{
	color: #383833;}