body {
	background-color:  rgb(253,253,253);
	margin: 0px;
	font-size: 90%; 
    font-family: Verdana, Monaco, sans-serif;
    line-height: 1.4em;
    color: #333;
 }

a:link { color: rgb(153,153,153);}
a:hover {
	color: rgb(255,102,0);
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ff9966;
}
a:active { color: rgb(153,153,153);}
a:visited { color: rgb(153,153,153);}

a.Q:link {
	color: rgb(204,204,204);
	text-decoration: none;
}
a.Q:hover {
	color: rgb(118,176,1);
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
a.Q:active {
	color: rgb(204,204,204);
	text-decoration: none;
}
a.Q:visited {
	color: rgb(204,204,204);
	text-decoration: none;
}
.non-bold {
	font-weight: normal;
}

h1, h2, h3 {
  font-family: Georgia, Trebuchet, serif;
  font-weight: normal;
}

h1 { font-size: 1.6em } 
h2 { font-size: 1.5em } 
h3 { font-size: 1.4em } 

.t9 {  font-size: 9px;}
.t10 {	font-size: 10px;}
.t11 {	font-size: 11px;}
.t12 {	font-size: 12px;}
.t14 {	font-size: 14px;}
.t16 {	font-size: 16px;}
.t18 {	font-size: 18px;}
.t20 {	font-size: 20px;}
.t40 {	font-size: 40px;}


.fv { font-family: Verdana, Arial, Helvetica, sans-serif;}
.fc { font-family: "Courier New", Courier, mono;}
.ft { font-family: "Trebuchet MS", "Times New Roman", Tahoma;}
.fg { font-family: Geneva, Arial, Helvetica, sans-serif; }

.white { color: rgb(248,248,248); }
.dwhite { color: rgb(227,227,227); }
.yellow { color: rgb(255,255,51); }
.gray { color: rgb(96,98,104); }
.dgray { color: rgb(51,51,51); }
.llgray { color: rgb(165,165,165); }
.lgray { color: rgb(200,200,200); }
.black { color: rgb(0,0,0); }
.ggray { color: rgb(153,153,153);}
.red { color: rgb(182,4,4); }
.lblue { color: rgb(51,153,204); }
.orange { color: rgb(255,102,0); }
.green { color: rgb(102,153,0); }

form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(0,0,0);
}
input {
    background-color: rgb(248,248,248);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(178,5,55);
}
textarea {
    background-color: rgb(248,248,248);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:rgb(178,5,55);
}
select {
    background-color: rgb(248,248,248);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:rgb(178,5,55);
}
.contact-phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #474747;
	padding: 10px;
}
.contact-mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #474747;
	padding: 10px;
}
.pad3 {
	padding-left: 3px;
	padding-right: 3px;
}
.pad5 {
	padding-left: 5px;
	padding-right: 5px;
}
.pad8 {
	padding-left: 8px;
	padding-right: 8px;
}
.simp-form-input {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	letter-spacing: 0.1em;
}
.simp-form-select {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	letter-spacing: 0.1em;
}
.f-space {
	letter-spacing: 0.1em;
}


