.desc {
    FONT-FAMILY: "MS Sans Serif";
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.body1 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #FF8400; text-decoration: none }
.head {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.body2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.body3 {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.head2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.bold {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
font {
	font-family: Tahoma;
	/*font-size: 12px; kai */
}
.font10 {
	font-family: Tahoma;
	/*font-size: 10px;*/
}
.font11 {
	font-family: Tahoma;
	font-size: 11px;
}

.font_head {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;

}
.font12 {
	font-family: Tahoma;
	font-size: 12px;
}

.sub {
	font-family: Tahoma;
	font-size: 13px ;
	font-weight: bold;
	color:#3474A2;
}

.border1 {
	border: 1px solid #989898;
}

.border0 {
	border: 0px;
}

input[type="text"] {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #9F9F9F;
}

.input[type="checkbox"],.input[type="radio"] {
	font-family: Tahoma;
	font-size: 11px;
	border: 0px;
}

textarea {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #9F9F9F;

}
select {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #9F9F9F;
}
.button {
	FONT-SIZE: 11px; FONT-FAMILY: verdana; HEIGHT: 18px; background-image: url(../images/bgbutton.gif); border: 1px solid #9399AC;
}

/*tmt validator*/
input {
	border: 1px;
	border-style: solid;
	border-color : #9F9F9F;
	margin: 0.1em !important;
}

input.invalid, textarea.invalid {
	background-color: #DCE7FA;
	border: 1px;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #EFF5FF;
	border: 1px;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 1px;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

input[type="submit"] {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:active {
	border-style: inset;
	border-width: 0.1em;
	margin: 0em;
}

input[type="submit"]:focus {
	border-style: outset;
	border-width: 0.1em;
	margin: 0em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
