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: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-red{
	color: #D92F38;
}
.txt-grey{
	color: #7C7A7B;
}
.txt-dkgrey{
	color: #190607;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}
.txt-blacklink:hover{
	color: #000000;
	text-decoration:underline;
}
.txt-dkred{
	color: #7D010B;
}
.txt-redlink{
	color: #D92F38;
	text-decoration:underline;
}
.txt-redlink:hover{
	color: #D92F38;
	text-decoration:none;
}



.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-big{
font-family:"Trebuchet MS";
font-size:31px;
}
.font-big01{
font-family:"Trebuchet MS";
font-size:17px;
}
.font-small{
font-size:11px;
}
.font-small01{
font-size:20px;
font-family:"Trebuchet MS";
}


.bg-grey{
background-color:#E6E8E9;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color:#BF3A3B;
	border:none;
	
}

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;
}

.txt-darkred{
	color: #7D010B;
text-decoration:underline;
}
