/* CSS Document */

/* Default values*/ 
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h2 {
	font-size: 1.1em;
	color: #336699;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
A {
	color: #336699;
	text-decoration: none;
}
A:HOVER {
	color: #FF9900;
	text-decoration: underline;
}
A:VISITED {
	color: #336699;
}

/* Intro Text */
.introText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	line-height: 20px;
}

/* Body Text */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	margin: 0px;
}
a.bodyText:link {
	color: #336699;
	text-decoration: none;
}
a.bodyText:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.bodyText:visited {
	color: #336699;
	text-decoration: none;
}

/* Headings */
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* Right column */
.rightColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
}

/* Horizontal Rule*/
HR {
	color: #FFFFFF;
 	border-top: 1 solid #CCCCCC;
}

.heading {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #336699; 
	font-size: 14px; 
	font-weight: bold;
}

LI {
	list-style-position: inside;
	list-style-type: circle;

}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.subHeadLink {
	list-style-position: inside;
	list-style-type: square;
	font-weight : bold;
}

.lineA {
	/*background-color: #D7E5F2;*/
	display:block;
	background-color: #d7dce0;
	margin-bottom: 2em;
	color:#006699;
}

.lineA td {
	color:#006699;
}

.lineBA {
	 /* background-color: #F9FBFD; */
	  background-color: #e1eefa;
}

.lineAB {
	/*background-color: #D7E5F2;*/
	background-color: #d7dce0;
	
}

.lineAB td, .lineBA td  {
	padding-left: 5px;
	
}

.lineB {/* background-color: #F9FBFD; */
	  background-color: #e1eefa;
	  margin-bottom:2em;
	  display:block;
	  color:#006699;
	/*background-color: #5f9ed1; */
}

.lineB td {
	color:#006699;
}


.cmsMenu {
	    display: block;
		margin: 1.2em 0em 0em 2em;
}

#frmaddAdvert label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-style:italic;
} 