body {
	margin: 0px;
	padding: 0px;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 8.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h5 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	
}
h4 {
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 13.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 17pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-whitelink{
	color: #ffffff;
	text-decoration:none;
}
.txt-whitelink:hover{
	color: #ffffff;
	text-decoration:underline;
}
.txt-grey{
	color: #808080;
}
.txt-greylink{
	color: #808080;
}
.txt-greylink:hover{
	color: #464646;
}
.txt-ltbrown{
	color: #73573f;
}
.txt-blue{
	color: #3f87a8;
}
.txt-blue01{
	color: #036299;
}
.txt-green01{
	color: #609b01;
}
.txt-orange01{
	color: #d56212;
}
.txt-bluelink{
	color: #3f87a8;
}
.txt-bluelink:hover{
	color: #036299;
}
.txt-dkred{
	color: #ad0000;
}
.txt-dkblue{
	color: #042557;
}
.txt-redlink{
	color: #b72020;
}
.txt-redlink:hover{
	color: #7d0000;
}
.txt-greenlink{
	color: #54b948;
}
.txt-greenlink:hover{
	color: #0d7a00;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-blue{
color: #0093d0;
font-size:14pt;
}
.font-green{
color: #54b948;
font-size:14pt;
}
li {
	list-style-image: url(../images/arrow-grey.gif);
	margin-left:20px;
	
}

.bg-grey{
background-color:#d9d8c8;
}
.bg-ltgrey{
background-color:#f0f0f0;
}
.bg-green{
background-color:#dbe873;
}
.bg-dkblue{
background-color:#036299;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#cd2f29;
	border:none;
	cursor:pointer;
	height:25px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border:solid 1px #7f9db9;
	height:18px;
	
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #8d8d8d;
	background-color:#f7f5f6;
	height:20px;
	background-image:url(../images/bg-input.gif);
	background-repeat:no-repeat;
	width:190px;
	border:none;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-left:5px;
	
}
.input01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #8d8d8d;
	background-color:#f7f5f6;
	height:20px;
	background-image:url(../images/bg-input01.gif);
	background-repeat:no-repeat;
	width:145px;
	border:none;
	margin:0px;
	padding:0px;
	padding-top:8px;
	padding-left:5px;
	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border:solid 1px #cccccc;
}
.req{
	color: #e20000;
}
.button-submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#b92222;
	border:none;
	cursor:pointer;
	height:21px;
	width:96px;
	background-image:url(../images/bg-submit.gif);
}
.border{
border:solid 1px #999999;

}
.txt-blue-new{
	color: #2680b4;
}

.bg-blue-new{
background-color:#2680b4;
}
.txt-orange-new{
	color: #FF6500;
}
.bg-orange-new{
background-color:#d26c1c;
}
.bg-orangeLight-new{
background-color:#ffe7a6;
}
.txt-green-new{
	color: #99CC00;
}
.bg-green-new{
	background-color: #5f9c03;
}
.bg-greenLight-new{
	background-color: #e5f7c9;
}
.bg-blacknew{
	background-color: #000000;
}
.bg-greynew{
	background-color: #B9B9B7;
}
.bg-ltblue{
	background-color: #F0F5F8;
}