A. {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : xx-small;
	
}

A:hover        {
	text-decoration: none;
	color: #F07800;
}

body {
	background-color: #333333;
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: Black;
	border: 1px solid Black;
	background-color: #FFFFCC;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
	line-height: 16pt;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : none;
	color : #003366;
	text-decoration : none;
	line-height: 13pt;
}

.list {
	list-style-type: square;
}

.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #CC0033;
	text-decoration : none;
	line-height: 10pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #333333;
	text-decoration : none;
}


/******* Top Row *******/
.logoHolder {
	width: 660px;
	height: 71px;
	overflow: hidden;
}


/****** 2nd row ********/
.photoHolder {
	width: 644px;
	height: 187px;
	border-bottom: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	overflow: hidden;
}


/****** 3rd row ********/
.subMenuHolder {
	width: 175px;
	text-align: center;
	padding-top: 4px;
	background-color: #FFFFCC;
	border-left: 8px solid #FFFFFF;
}

.contentHolder {
	width: 461px;
	background-color:#E0E0C2;
	border-right: 8px solid #FFFFFF;
	border-left: 8px solid #FFFFFF;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;
	color : #333333;
	text-decoration : none;
	line-height: 13pt;
}


/****** 4th row ********/
.footerHolder {
	background-color: #ffffff;
	border-left: 8px solid #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #333333;
	text-decoration : none;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color : #333333;
	text-decoration : none;
	line-height: 10pt;
}

/******* News Related ***********/

.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : none;
	color : #333333;
	text-decoration : none;
	vertical-align: top;
	line-height: normal;
}

.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : #333333;
	text-decoration : none;
	vertical-align: top;
	line-height: normal;
}