.banner1 {
				 font-family: arial, sans-serif; font-weight: bold; font-size: 30pt;
				 color: white; background-color: #006633;
				 vertical-align: middle; text-align: center; }
				 
.banner2 {
				 font-family: arial, sans-serif; font-weight: bold; font-size: 18pt;
				 color: white; background-color: #006633;
				 vertical-align: middle; text-align: center; }

.large {
			 font-family: arial, sans-serif; font-weight: bold; font-size: 24pt;
			 color: #006633;
			 text-align: center; }
			 
.text {
			font-family: arial, sans-serif; font-weight: normal; font-size: 11pt;
			color: black; }

.heading {
				 font-family: arial, sans-serif; font-weight: bold; font-size: 11pt;
				 color: #006633;
				 text-align: center; }
				 			
.footnote {
					font-family: arial, sans-serif; font-weight: normal; font-size: 11pt;
					color: #006633;
					font-style: italic; }
			
.textlink {
		 font-family: arial, sans-serif; font-weight: normal; font-size: 11pt;
		 text-decoration: none; color: #006633; }

dt {
	 font-family: arial, sans-serif; font-weight: bold; font-size: 14pt;
	 color: #006633; }
	 
dd {
	 font-family: arial, sans-serif; font-weight: normal; font-size: 11pt;
	 color: black;
	 padding-top: 10px; padding-bottom: 10px; padding-right: 0px; }

.link {
		 cursor: pointer; }
		 
img {
		border: none; }
		
hr {
	 width: 90%; size: 2; color: #006633; }
	 
.list {
			list-style-type: none;
			list-style-image: url(images/others/bullet.gif); }
					 
.right {
			 text-align: right; padding-right: 5; } 
