.error {
  color: #FF0000;
}

tr {
  vertical-align: top;
}
body {
	background-color: #004687;
	font-size: 12px;	
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

#container {
	margin: auto;
	width: 990px;
}

a {
	font-family:verdana;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #FFDD00;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none
}

h1 {
  font-weight: lighter;
  color: #004687;
  text-align: center;
}
h2 {
  font-style: italic;
  font-weight: lighter; 
  color: #83b59b;
}

h3 {
  font-style: italic;
  font-weight: bolder; 
  color: #007949;
}

/* To make the hr bar color work in all 3 major browsers START*/
div.hr {
  height: 2px;
  background: #fff url(/img/hr-lightgreen.jpg) ;
}

div.hr hr {
  display: none;
}
th {
  text-align: left;
}
/* To make the hr bar color work in all 3 major browsers END*/

.links a {
	color : #004687;
}

.tipsCategories a{
		color : #FFFFFF;
}

.tipsCategories h2{
		color : #004687;
		font-weight:normal;
		font-style:normal;
		
}

.tipsCategories h1 {
  font-weight: lighter;
  color: #004687;
  text-align: left;
}
.readMore {
	color : #FFFFFF;
}
.footer {
	color: #000000;
	}

.footer a {
	color: #000000;
	}