body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #777777;
	margin: 0px 0px 0px 0px;
	background-image: url(img/bg.gif);
}
a {
	text-decoration:underline;
	color:#478ed5;
}
a:hover {
	text-decoration:underline;
	color: #0090ff;
}
img {	border-width: 0px;}

#sh_left
{
	background-image: url(img/bg_shad_left.gif);
	background-repeat: repeat-y;
}

#sh_right
{
	background-image: url(img/bg_shad_right.gif);
	background-repeat: repeat-y;
}
#t_sign {
	color:#8bc1f6;
}
#mnu {
	background-image: url(img/mnu_center.gif);
	background-repeat: repeat-x;
	height: 49px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

a.mnu{
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a:hover.mnu {
	color: #ffffff;
}

.lf {
	padding-left: 21px;
}
.rt {
	padding-left: 50px;
	padding-right: 21px;
}
.mn {
	padding-left: 21px;
	padding-right: 21px;
}

h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #ff422c;
	font-style: italic;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #ff422c;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 10px;
}

.sgn {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 5px;
	margin-top: 3px;
}

input {
	height:15px;
}

.ubox {
	border: 1px solid #d3d3d3;
	border-bottom: 0px;
	padding-left:6px;
	padding-right: 6px;
	padding-top:3px;
	height:26px;
	
}

.obox {
	border: 1px solid #d3d3d3;
	border-bottom: 0px;
	padding-left:6px;
	padding-top:3px;
	padding-right: 6px;
	margin-left: 12px;
	height:26px;
}
a.abox {
	color: #478ed5;
	border-bottom: 1px dashed;
	text-decoration: none;
}

.fl {
	float: left;
}

.cl {
	clear: left;
}

.tab {
	 border-bottom: 1px solid #d3d3d3;width:237px;position:relative;left:76px;top:30px;
}

.ie .tab {
	 border-bottom: 1px solid #d3d3d3;width:237px;position:relative;left:76px;top:33px;
}

.ie h4 {
	margin-bottom: 0px;
}