@charset "utf-8";
.all {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #2e3192;
	padding: 10px;
	width: 640px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-align: left;
}
.bord {
	border: 1px solid #2E3192;
	text-align: left;
	font-weight: bold;
}

.boldtxt {
	font-weight: bold;
}

a:link {
	color: #2f2f27;
}


a:hover {
	color: #2e3192;
}
a:visited {
	color: #999999;
	font-weight: bold;
}
.small {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: capitalize;
	background-color: #2E3192;
}
.small a:link {
	color: #2e3192;
	text-decoration: none;
}
.small a:visited {color: #999999;text-decoration: none;}
.small a:hover {color: #2e3192;text-decoration: none;}
.small a:active {color: #2e3192;text-decoration: none;}

