body
{
  /*background: black;
  /*background-repeat: repeat-y*/
}

/*heading properties*/
H1{
	color:#006633;
	font-family:Tahoma;
	font-size:18pt;
	font-style:bold;
}

H2{
	color:#f7f7BA;
	font-family:Tahoma;
	font-size:14pt;
	font-style:bold;
}

H3{
	color:#006633;
	font-size:13pt;
	font-family:Tahoma;
	font-style:bold;
	
}

H4{
	color:#006633;
	font-size:11pt;
	font-family:Tahoma;
	font-style:Regular;
	vertical-align:Top;
}

/*Regular paragraph text properties*/
P{
	color:#000000;
	font-size:11pt;
	font-family:Tahoma;
	font-style:Regular;
}

/*list items*/
li{
	color:#006633;
	font-size:11pt;
	font-family:Arial;
	font-style:regular;
}

a{
	color:#006633;
	font-size:12pt;
	font-family:Arial;
	font-style:bold;
}

/*alignment classes*/
.right {
	text-align: right
}
.center {
	text-align: center
}


