body {
	margin-top: 0px;
	margin-left: 0px;
                margin:0px;
                padding:0px;
	font-family: 'Istok Web', sans-serif;
}
-->
</style>
<link href="http://fonts.googleapis.com/css?family=Istok+Web" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href="menu.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style3 {font-size: 14px}
.style4 {
	color: #3B3B3B;
	font-size: 13px;
}
.style5 {color: #AC4675}
.style11 {color: #777777; font-size: 12px; }
.style20 {font-size: 12; color:#000000;}
.style21 {
	color: #003153;
	font-weight: bold;
                font-size: 14px;
}
.style22 {color: #818180}
.style28 {color: 494949; font-size: 12px; line-height:19px;}
.style7 {	font-family: "PT Serif", "PT Serif Caption";
	font-size: 24px;
	color: #003153;
	font-weight: bold;
}
.style32 {font-size: 18px; color: #003153;}
.style33 {font-size: 10px}
.style34 {
	font-size: 16px;
	font-style: italic;
	color: #494949;
}
.style13 {color: #AC4675; font-size: 12px; }
.style36 {	font-family: "PT Serif", "PT Serif Caption";
	font-size: 14px;
	font-weight: bold;
	color: #003153;
}
.style38 {color: #9A1D52}
.style39 {
	font-size: 12px;
	color: #494949;
                line-height:19px;
}
.style40 {font-size: 12px; color: #494949; line-height:19px; }
.style55 {font-size: 11px; color: #494949; line-height:15px; }
.style54 {font-size: 12px; color: #000000;}
.style28 {color: #8C8C8C; font-size: 14px; }
A {  TEXT-DECORATION: none }
A:hover {  TEXT-DECORATION: underline }
.style38 {color: #AB4574}
.style43 {color: #3B3B3B; font-size: 12px; }
@font-face {

    font-family: Istok Web;

    src: local(bttf_font), url('fonts/IstokWeb-Regular.ttf') format('opentype');

}
.style44 {color: #505050}
.style45 {color: #000000}
.style46 {
	font-family: "PT Serif", "PT Serif Caption";
	font-weight: bold;
	font-size: 12px;
}
.style47 {font-family: "PT Serif", "PT Serif Caption"}
.style49 {font-size: 12px; font-family: "PT Serif", "PT Serif Caption"; font-weight: bold; color: #000000; }
.style50 {font-family: "PT Serif", "PT Serif Caption"; font-size: 14px; }
.style51 {font-size: 14px; color: #5e5e5e; }
.style52 {color: #AC4675; font-size: 12px; }
.style53 {font-size: 11px; color: #FFFFFF; font-weight: bold; }
.style6 {font-size: 13px}
.style15 {
	font-family: "PT Serif", "PT Serif Caption";
	font-weight: bold;
	font-size: 12;
	color: #003153;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.myButton:active {
	position:relative;
	top:1px;
}