@charset "utf-8";
body{ 
	font-family: Tahoma, sans-serif !important;
	font-size:16px;
	color:#000000;
}
.normal{
	font-weight: normal !important;
}
.strong, .bold{
	font-weight: bold !important;
}
.justify, div.justify label, .justify .multi-options label{
	text-align: justify !important;
}
.center, div.center label{
	text-align: center !important;
}
.left, div.left label{
	text-align: left !important;
}
.right, div.right label{
	text-align: right !important;
}
h1, h2, h3, h4, h5, h6 {
	color:#274057;
	margin-bottom:5px;
	line-height:1.3em;
	font-family:"Trebuchet MS";
	font-weight:bold;
}
h1 { font-size: 1.25em; }
h2 { font-size: 1.19em; }
h3 { font-size: 1.13em; }
h4 { font-size: 1.06em; }
h5 { font-size: 1em; }
h6 { font-size: 0.94em; }

.vBox h6, .hBox h6 {
	border-bottom:1px solid #1d1d1d;
	clear:left;
	font-family:"Tahoma";
	font-size:0.75em;
	float:none !important;
	margin:0 0 5px;
	padding-top:10px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	font-family: Tahoma;
}
blockquote, q {
	quotes: "" ""; 
	font-family:Tahoma;
	font-size:1em;
}
p {
	line-height:1.2em;
	color:#000;
	font-size:0.82em;
}
a { text-decoration:none; }
a:hover { text-decoration:underline; }
.boxContent a { text-decoration:underline; color:#3a5a77; }
label { font-family:"Tahoma"; font-size:.81em; }
.multiOptions label { font-family:"Trebuchet MS"; }
select, input, textarea, button { font-size:.81em;  }
