@charset "utf-8";
.head {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;

}
.sideBar{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	text-align:center;
	}

.sideBarHead{
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	color: #a40808;
	text-align:center;

}

.txt {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.txt-box {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.bighead {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #3366CC;
	text-align:center;
	margin:0px;
	padding:0px;
	}
.txt-white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
a.white:link,a.white:hover,a.white:active,a.white:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.black:link,a.black:hover,a.black:active,a.black:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}