.left{
	text-align: left;
}
.txt {
	text-align: justify;
}
.underline {
   color: black;
   font-weight: bold;
}
h3.type1 {
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
h3.small {
	color: white;
	background-color: Black;
	font-weight: normal;
	text-align: center;
	text-transform: lowercase;
	font-size: small;
}

h3.small2 {
	color: white;
	background-color: Black;
	font-weight: normal;
	text-transform: lowercase;
	font-size: small;
}
a {
	background: White;
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background: white;
	color: #1E90FF;
	font-weight: bold;
	text-decoration:underline;
}
a.small {
	color: white;
	background-color: Black;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	font-size: small;
	text-decoration: none;
}
a.small:hover {	
   background: white;
	text-decoration:underline;
	color: white;
	background-color: Black;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	font-size: small;
}

a.default {
	color: gray;
	background-color: white;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	font-size: small;
	text-decoration: none;
}
a.default:hover {	
	text-decoration:underline;
	color: gray;
	background-color: white;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	font-size: small;
}
h5.justsmall {
        text-size: 10px;
	color: black;
	background-color: white;
	font-weight: normal;
}
