@charset "utf-8";
/* CSS Document */

.Header1 {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.HeaderR {
	font-family: "Trebuchet MS";
	color: #F71313;
	font-size: 24px;
	font-weight: bold;
}

.Header2 {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.bodytext {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #333333;

}

.bodytext24 {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #333333;

}

.bodytext18 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #333333;

}

.bodytextb {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #000000;

}

.bodytextred {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #F71313;

}

.bodytextR16 {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
    color: #F71313;
}

.bodytext16 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #333333;
}

.headeritalic {
	font-family: "Century Gothic";
	color: #D10707;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.bodygrey10 {
	color: #CCCCCC;
	font-family: "Century Gothic";
	font-size: 10px;
}

.body10 {
	color: #333333;
	font-family: "Century Gothic";
	font-size: 10px;
}

div.iframe {
	margin-left::50px;
}

a:link {
	color: #F71313;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F71313;
}
a:hover {
	text-decoration: underline;
	color: #F71313;
}
a:active {
	text-decoration: none;
	color: #F71313;
}



