/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */



/***The Basics***/

.greytext {
color:black;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:16px;
}

.moreinfo {
	color:#488045;
	font-weight:bold;
	padding:4px;
}

.dateheader {
	color:#488045;
	 font-family:Arial,Helvetica,sans-serif;
	 font-weight:bold;
}

p {
	margin-bottom: 15px;
}
.logo {
	margin-top: 15px;
	float: left;
}
tbody {
	border: none;
}
.content ul {
	margin-left: 30px;
}
.content ol {
	margin-left: 30px;
}
/***Links***/
a{
	color: #373C74;
	text-decoration:none;
}
a:visited{
	color: #373C74;
	text-decoration:none;
}
a:hover{
	color: #373C74;
	text-decoration:underline;
}
#footer a{
	color: #373C74;
	text-decoration:none;
}
#footer a:visited{
	color: #373C74;
	text-decoration:none;
}
#footer a:hover{
	color: #373C74;
	text-decoration:underline;
}

.submitLink {
   color: #006699;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   text-transform: uppercase;	
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
}

/***Title***/
h2 {
	color: #488045;
	text-transform:uppercase;
	font-size:16px;
}

