@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 36px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align: left !important;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align: left !important;
}
	
img {
	outline: 0;
	border: 0;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color:#666;
	outline: none;
}
a:hover {
	background-color: #000;
	color: #FFF;
}
#moreInfo
{
  display: block;
  width: 50px;
  height: 50px;
  background: url("Assets/plus_withRoll.gif") no-repeat 0 0;

}
#moreInfo:hover
{ 
  background-position: 0 -50px;
}

#moreInfo span
{
  position: absolute;
  top: -999em;
}

#lessInfo
{
  display: block;
  width: 50px;
  height: 50px;
  background: url("Assets/minus_withRoll.gif") no-repeat 0 0;

}
#lessInfo:hover
{ 
  background-position: 0 -50px;
}

#lessInfo span
{
  position: absolute;
  top: -999em;
}