body.b1 {
	background-color: #bee4a5;
	margin:0px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	margin: 0px 0px 0px 0px;
	color: #6f9bcb;
	background: #6f9bcb;
	height: 1px;
	border: 0px;
	style: dotted;
	noshade: noshad;
}

/* Text Color */
.txtWhite {
	color: white;
}
.txtBlack {
	color: black;
}
.txtGrey {
	color: #666666;
}
.txtLGrey {
	color: #999999;
}
.txtBlue {
	color: #004080;
}
.txtLBlue {
	color: #ccccff;
}
.txtRed {
	color: #AB0101;
}
.txtYellow {
	color: #FEC72C;
}
.txtGreen {
	color: #00733d;
}


/* Headings */
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: capitalize;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight:bold;
	text-transform: capitalize;
	color: #46A502;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight:bold;
}


/* Font Sizes */

.size10px {
	font-size:10px;
	}

.size12px {
	font-size:12px;
	}
	
.size20px {
	font-size: 20px;
	}
	
.size16px {
	font-size: 16px;
	}

/* Lists */

ul {
  padding-left: 1em;
  margin-left: 1em;
  list-style: square;
  }
  
.ul1 {
	padding-left:1em;
	margin-left:1em;
	list-style:disc;
	}
  
/* Links */

a.l1:link {
	color: #000000;
	text-decoration: underline;
	text-transform: capitalize;
	}
a.l1:active {
	color: #000000;
	text-decoration: underline;
	}
a.l1:visited {
	color: #000000;
	text-decoration: underline;
	}
a.l1:hover {
	color: #000000;
	text-decoration: none;
	}
	
a.l2:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	text-transform: capitalize;
	}
a.l2:active {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	}
a.l2:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	}
a.l2:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
	
a.l3:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	}
a.l3:active {
	color: #ffffff;
	text-decoration: none;
	}
a.l3:visited {
	color: #ffffff;
	text-decoration: none;
	}
a.l3:hover {
	color: #ffffff;
	text-decoration: Underline;
	}

a.l4:link {
	color: #2b77ca;
	text-decoration: none;
	text-transform: capitalize;
	}
a.l4:active {
	color: #2b77ca;
	text-decoration: none;
	}
a.l4:visited {
	color: #2b77ca;
	text-decoration: none;
	}
a.l4:hover {
	color: #000000;
	text-decoration: none;
	}	
	
	
a.l5:link {
	color: #0157b5;
	text-decoration: none;
	text-transform: capitalize;
	}
a.l5:active {
	color: #0157b5;
	text-decoration: none;
	}
a.l5:visited {
	color: #0157b5;
	text-decoration: none;
	}
a.l5:hover {
	color: #000000;
	text-decoration: none;
	}	
	
/* Inputs */

.inp1 {
	border:1px solid #326a00;
	background-color:#41a101;
	color:#ffffff;
	height:22px;
	width:60px;
	}
	
/* Borders */

.bdr_1 {
	border:1px dotted #6f9bcb;
	}	
.background{
	background-image: url(../images/header_menubg.gif);

}
