body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
}

table {
	text-align: left;
}

p {
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p.op {
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	display: inline;
	font-weight: bold;
}

a:link {
	color: #069;
	border: 0px;
	text-decoration: none;
}

a:visited {
	color: #069;
	text-decoration: none;
}

h3 {
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.homeHeading {
	background-color: #BE2700;
}

.homeTextBox {
	background-color: #E95D00;
	padding: 5px 10px 2px 10px;
	color: white;
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.homeButtonsBG {
	background-color: #C1D6EB;
}

.stdText {
	font-family: verdana, georgia, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}

.s12 {
	font-size: 12px;
}

.l18 {
	line-height: 18px;
}

.l21 {
	line-height: 21px;
}

.inline {
	display: inline;
}

.btt {
	font-size: 10px;
	font-family: verdana, georgia, helvetica, sans-serif;
}

.sidebarBG {
	background-color: #E95D00;
}

.whiteBG {
	background-color: #ffffff;
}

.programmeHeading {
	background-color: #dddddd;
	padding-left: 4px;
}

.blackBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.latestNewsHeading {
	background-color: #6290BD;
}

.latestNewsBox {
	background-color: #AAC3DC;
	padding: 5px 10px 5px 10px;
}

.latestNewsContainer {
	background-color: #AAC3DC;
}

.leftSidebar {
	background-color: #BE2700;
}


.infoList ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
	/*margin-top: 5px;*/
}

.infoList li {
	margin-top: 10px;
	margin-bottom: 10px;
	/*color: red;*/
}