body,table,td,p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #00376A;
}
h1{
	font-size : 16px;
}
h2{
	font-size : 15px;
}
h3{
	font-size : 14px;
}
a{
	text-decoration : none;
	color: Blue;
}
a:hover{
	text-decoration : none;
	color : Red;
}
a.m1{
	color: #0000CD;
	font-size: 12px;
	font-weight: bold;
}
a.m1:hover{
	text-decoration : none;
	color : Red;
}
.txt1{
	color: #0000CD;
	font-size: 12px;
	font-weight: bold;
}
.txt12{
	color: #0000CD;
	font-size: 11px;
}
.txt13{
	color: #00376A;
	font-size: 10px;
}
.txt2{
	font-size: 20px;
	color: Blue;
	font-weight : bold;
}
.txt22{
	font-size: 13px;
	color: Yellow;
	font-weight : bold;
}
.txtgl1{
	font-weight : bold;
	padding-left : 7px;
	padding-right : 7px;
	background-color : #42D1F9;
	color: #000040;
}
.txtgl2{
	font-weight : bold;
	padding-left : 7px;
	padding-right : 7px;
	color : Red;
}
.txtgl3{
	font-weight : bold;
	color : Red;
	font-size: 14px;
}
.tab{
	padding : 5px 5px 5px 5px;
}