@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}

.bgclr {
	background-color: #FCDCDD;
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}
top_link {
	font-family: Arial;
	font-size: 36px;
	color: #A30E12;
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #F38992;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #EB4955;
}
.b_head {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.h2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.note {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

a.middle:link {
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #EB4955;
}

a.middle:visited {
	text-decoration: none;
	color: #0099FF;
	font-size: 14px;
	font-family: "Trebuchet MS";
}
a.middle:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
	font-family: "Trebuchet MS";
}
a.middle:active {
	text-decoration: none;
	color: #EB4955;
	font-size: 14px;
	font-family: "Trebuchet MS";
}
.h2_white {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.repeat_y_right {
	background-repeat: repeat-y;
	background-position: right center;
}
.repeat_y_left {
	background-repeat: repeat-y;
	background-position: left center;
}
.repeat_x_bottom {
	background-repeat: repeat-x;
	background-position: center bottom;
}
.repeat_x_top {
	background-repeat: repeat-x;
	background-position: center top;
}
