p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	padding-left: 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	list-style-type: disc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #052E6F;
	padding-left: 3px;
}

a.tl:link {
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
a.tl:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}
a.tl:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
}
.bordertopleft{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
}
.bordertop{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0000FF;
}
.bordertopred{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF0000;
}
.borderleft{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: black;
}
.color{
	border: 1px solid #CEC2ED;
}
.border{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: blue;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: blue;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: blue;
}
.wordpadtop{
padding-top: 3px;
}
.bgnorepeat{
background-repeat:no-repeat;

}
.paddingmain{padding-left: 15px;
padding-top: 15px;
}