body {
	margin: 0px;
	padding: 0px;
	background-color:#E3E3E3;
	
}
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: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 27px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}
.txt-blacklink:hover{
	color: #000000;
	text-decoration:underline;
}
.txt-dkred{
	color: #781414;
}
.txt-red{
	color: #D31145;
}
.txt-redlink{
	color: #D31145;
	text-decoration:underline;
}
.txt-redlink:hover{
	color: #D31145;
	text-decoration:none;
}
.txt-menu{
        font-family: Verdana;
        font-size: 13px;
	margin: 0px;
        padding-left: 6px;
	text-align: left;
        vertical-align:middle ;
        cursor: pointer;
        background-color: #484848;
	font-weight: normal;
	color: #ffffff;
}
.txt-menu-hover{
        font-family: Verdana;        
        font-size: 13px;
	margin: 0px;
        padding-left: 6px;
	text-align: left;
        vertical-align:middle ;
        cursor: pointer;
	font-weight: normal;
        background-color: #D31145;
	color: #ffffff;
}
.txt-grey{
	color: #626262;
}
.txt-ltgrey{
	color: #6D6D6D;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-small{
font-size: 11px;

}
.bg-white{
background-color:#ffffff;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#373737;
	border:none;
	height:22px;
	cursor:pointer;
	
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #656565;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #656565;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #BDCFF5;
}

