@charset "utf-8";
/* CSS Document */

.border {
	border: 1px solid #CCCCCC;
}
.noramaltxt {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #5d5d5d;
	text-decoration: none;
	padding-left: 10px;
}
.boldtxt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B93002;
	text-decoration: none;
}
.blacktxt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 15px;
}
.bluetxt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0069D2;
	text-decoration: none;
}
.whitebold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tabbor {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1287A5;
	border: 1px dashed #0B4F60;
	padding: 10px;
}
.textfiled {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #E0E0E0;
	padding: 2px;
}
.submit {
	font-family: tahoma;
	font-size: 12px;
	font-weight: Bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/submit.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 96px;
}


.grytxt {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #5d5d5d;
	text-decoration: none;
}
.headertxt {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
}

.links {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.links a:link {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.links a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.links a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.whitebold a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebold a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitebold a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

