/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txtar {
	font-family: tahoma;
	color: #A6191F;
	font-size: 12px;
	font-weight:bold;
}

.txtar a:active {
	font-family: tahoma;
	color: #A6191F;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

.txtar a:link {
	font-family: tahoma;
	color: #A6191F;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.txtar a:visited {
	font-family: tahoma;
	color: #A6191F;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.txtar a:hover {
	font-family: tahoma;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

.txtar1 {
	font-family: tahoma;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 12px;
}

.txtar1 a:active {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold
}
.txtar1 a:link {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.txtar1 a:visited {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
.txtar1 a:hover {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}

.txt {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 13px;
}

.txt a:active {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}
.txt a:link {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}
.txt a:visited {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
}
.txt a:hover {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}


.txten {
	font-family: verdana;
	color: #A6191F;
	font-size: 11px;
}

.txten a:active {
	font-family: verdana;
	color: #A6191F;
	font-size: 11px;
	text-decoration: none;
}
.txten a:link {
	font-family: verdana;
	color: #A6191F;
	font-size: 11px;
	text-decoration: none;
}
.txten a:visited {
	font-family: verdana;
	color: #A6191F;
	font-size: 11px;
	text-decoration: none;
}
.txten a:hover {
	font-family: verdana;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}


.formControl{
	background-color: #E0E0E0;
	border-top: 1px #0033CC solid;
	border-right: 1px #0033CC solid;
	border-bottom: 1px #0033CC solid;
	border-left: 1px #0033CC solid;	
	color:#0033CC;
	width:150px;
}

