body   { color: black; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h1 { color: #15317E; font-size: 20px; font-family: "Times New Roman", Georgia, Times;text-decoration:underline;  }
h2 { color: #15317E; font-size: 17px; font-family: "Times New Roman", Georgia, Times;text-decoration:underline;  }
h3 { color: #15317E; font-size: 17px; font-family: "Times New Roman", Georgia, Times;text-decoration:underline; }
h4 { color: #000000; font-size: 15px; font-family: "Times New Roman", Georgia, Times;text-decoration:underline; }
a:link { color: blue; font-size: 15px; font-family: "Times New Roman", Georgia, Times; text-decoration: none; line-height:30px;}
a:hover { color: maroon; font-size: 13px; font-family: "Times New Roman", Georgia, Times; text-decoration: underline;}
a:visited    { color: blue; font-size: 13px; font-family: "Times New Roman", Georgia, Times; text-decoration: none }
.a.pagelink  { color: blue; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
.rightborder  { border-top: black; border-right: 2px solid black; border-bottom: black; border-left: black }
.leftborder { border-left: 2px solid black }
p {text-align:justify; font-size: 15px;}
li {text-align:justify; font-size: 15px;}

.heading {
	color:SkyBlue;
}

@media screen and (max-width: 1000px) {
	td.leftborder {
		display:none;
	}
}

@media screen and (max-width: 800px) {
	div.banner_image {
		display:none;
	}
	div.heading {
		padding:0 20px 20px !important;
	}
}

@media screen and (max-width: 670px) {
	td.rightborder {
		display:none;
	}
}
