/* CSS Document */

body {
background-color:#DFF2F4;

}


p {
	color: #666666;
	font-weight:normal;
	font-size: 65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}



/* h2 is heading during article */

h2 {
	color: #666666;
	font-weight:bold;
	font-size: 70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;

}


h3 {
	color:#333333;
	font-weight:bold;
	font-size: 90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;

}


/* h4 is heading of article */

h4   {
	color: #333333;
	font-weight:bold;
	font-size: 80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

/* h5 is general text*/

h5   {
	color: #666666;
	font-weight:normal;
	font-size: 68%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}



#table {

	background: url(pics/main.jpg) center repeat-y #E8E8E8;
	background-color:#FFFFFF;
	background-repeat:repeat;
	background-position:top;
	vertical-align:middle;

}


#table2 {

	background: url(pics/main.jpg) center repeat-y #E8E8E8;
	background-color:#FFFFFF;
	background-repeat:repeat;
	background-position:top;
	vertical-align:middle;

}

#tablecomps {

	background-color:#FFFFFF;

}


#midpanel {

padding:10px 10px 0 10px;

}

#colourpanel {

	background-color:#EDEDED;

}

#adpanel {

padding:0px 0px 0 20px;

}

#adpanel h5 {

padding:0px 0px 0 35px;

}



/*For hyperlinks*/

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #4184A7;
	text-decoration:none;
	font-weight:bold;
}

a:visited  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #4184A7;
	text-decoration: none;
	font-weight:bold;

}

a:hover   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#003366;
	text-decoration: none;
	font-weight:bold;

}

a:active { 
	text-decoration: none;
	color:#003366;
	
}
