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

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

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

.txt-redlink{
	color: #D82C48;
	text-decoration:none;
}

.txt-redlink:hover{
	color: #D82C48;
	text-decoration:underline;
}

.txt-redlink01{
	color: #D82C48;
	text-decoration:underline;
}

.txt-redlink01:hover{
	color: #D82C48;
	text-decoration:none;
}

.font-trebuchet {
font-family:"Trebuchet MS";
}

.font-georgia {
font-family: Georgia, "Times New Roman", Times, serif;
}
.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;
}
.font-big03{
font-family:"Trebuchet MS";
font-size:14.5pt;
color:#434343;
}
.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: solid 1px #a1a1a1;
       
}

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

.newsletter-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/button-subscribe.gif);
	width:91px;
    background-color:#333333;
}

*/
	Slideshow
*/

#slides {
	position:absolute;
	top:170px;
	left:4px;
	z-index:100;
	width:436px;
	padding-left:260px;
	background-color:#F00;
	
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:996px;
	overflow:hidden;
	position:relative;
	display:none;
	
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:996px;
	height:331px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:996px;
}

/*
	Pagination
*/

.pagination {
	margin:10px auto 0;
	width:100px;

}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;

}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:14px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
