.style {
}
body{
    margin-top: 0px;
    margin-bottom: 0px;
    background-color:#FCE9FC;
}
a.button {
	font-family: "Trebuchet MS";
	float: left;
	font-size: 15px;
	text-align: center;
	display: block;
	width: 76px;
	padding-top: 8px;
	padding-bottom: 8px;
}
a.button:link, a.button:visited {
    float: left;
    background-image: url(images/bg_button.gif);
    color: #FFFFFF;
    text-decoration: none;
}
a.button:hover {
    float: left;
    background-image:url(images/bg_button.gif);
    color: #000000;
    text-decoration: none;
}
a.button_b {
	font-family: "Trebuchet MS";
	float: left;
	font-size: 22px;
	text-align: center;
	display: block;
	width: 182px;
	padding-top: 9px;
	padding-bottom: 9px;
}
a.button_b:link, a.button_b:visited {
    float: left;
    background-image: url(images/bg_button_b.gif);
    color: #224695;
    text-decoration: none;
}
a.button_b:hover {
    float: left;
    background-image:url(images/bg_button_b.gif);
    color: #ffffff;
    text-decoration: none;
}
.treb12blue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #224695;
}
.arial11black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.arialblack14grey {
	font-family: "Arial Black";
	font-size: 14px;
	color: #9fa5ac;
}
.arialblack11grey {
	font-family: "Arial Black";
	font-size: 12px;
	color: #9fa5ac;
}
.link-footer {
	color: #224695;
	text-decoration: none;
}
.link-footer:hover {
	color: #224695;
	text-decoration: none;
	border-bottom: 1px dotted #224695;
}
