body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


h5 {
	font-size: 11.5px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 17px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-dkgrey{
	color: #585858;
}
.txt-dkgrey11{
	color: #585858;
	font-size: 11.5px;
}

.txt-grey{
	color: #7F7F7F;
}
.txt-grey01{
	color: #828282;
}
.txt-blue{
	color: #2587B8;
}
.txt-blue-un{
	color: #026B88;
	text-decoration:underline;
}
.txt-blue-un:hover{
	color: #026B88;
	text-decoration:none;
}
.txt-ltgreen{
	color: #A4A387;
}
.txt-green{
	color: #3FB3C2;
}
.txt-maroon{
	color: #870B09;
}
.font-big{
font-size:24px;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.txt-yellow-trebuchet{
font-family:"Trebuchet MS";
color:#FDFD00;
}
.txt-white-trebuchet{
font-family:"Trebuchet MS";
color:#ffffff;
}
.txt-grey-trebuchet{
font-family:"Trebuchet MS";
color:#808080;
}
.txt-blue-trebuchet{
font-family:"Trebuchet MS";
color:#1879B0;
}
.bg-inkblue{
background-color:#244894;
	
}
.bg-red{
background-color:#CF1419;
background-image:url(../images/red-bg.gif);
background-repeat: repeat-x;
	
}
.bg-ltgrey{
background-color:#E9EBE8;
	
}
.bg-grey{
background-color:#CCCCCC;
	
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #ADD68A;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
}

.subscribe {
	width: 64px;
	height: 17px;
	border-top-width: 0px; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px;
  	background-image:url(../images/btn-subscribe.gif);
	background-repeat: no-repeat;
	overflow: hidden;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
