
/* 
#31775F green for headings 
#DADEE3 light grey for menu bg
*/

body 
{
	background-image: url(../images/common/stripe_bg.gif);
	background-repeat:repeat;
}

body, td, p
{
	color: #333;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 21px;
}
h1
{
	color: black;
	font-size: 17px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 1px;
}
h2
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 1px;
}
a
{
	color: black;
}
.headingInline
{
	color: black;
	font-weight: bold;
	font-size: 13px;
}

.menuLeftBg 
{
	background-color: #D8E3E0;
}
.menuRightBg 
{
	background-color: #D8E3E0;
	background-image: url(../images/common/star_bg_middle2.gif);
	background-repeat: no-repeat;
}

ul
{
	list-style-image: url(../images/common/star_list.gif);
	list-style-position:outside;
}
 div.hr {
  height: 1px;
  background: #fff url(../images/common/hr_green.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
