body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-body.jpg);
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


h5 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}

h4 {
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 11.60pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 17pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-maroon{
	color: #D82C48;
}
.txt-dkgrey{
	color: #4A4A4A;
}
.txt-grey{
	color: #6E6D6D;
}
.txt-dkgrey01{
	color: #383838;
}
.txt-whitelink{
	color: #ffffff;
	text-decoration:none;
}
.txt-whitelink:hover {
	color: #ffffff;
	text-decoration:underline;
}

.font-trebuchet {
font-family:"Trebuchet MS";
}
.font-trebuchet01{
font-family:"Trebuchet MS";
line-height:15px;
}
.font-big{
font-family:"Trebuchet MS";
font-size:30pt;
color:#6E6D6D;
}
.font-big01{
font-family:"Trebuchet MS";
font-size:21pt;
color:#B81C23;
}
.font-big02{
font-family:"Trebuchet MS";
font-size:15pt;
color:#C5102F;
}
.bg-white{
background-color:#ffffff;
}
.bg-grey{
background-color:#CFCFCF;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#A20817;
	border:none;
	cursor:pointer;
	height:25px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	border:none;
       
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border:solid 1px #088FB0;
}

.button-susbcribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	border:none;
	cursor:pointer;
	height:24px;
	background-image:url(../images/bg-susbcribe.gif);
	width:91px;
        background-color:#333333;
}