body{

background:#FFF;

}

.mainTable{

width:740px;

}

.leftCell{

width:155px;

}

.centreCell{

padding:15px;

vertical-align:top;

}

.rightCell{

width:100px;

}



tr,td{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:xx-small;

color:#000;

}

h1{

font-size: small;

font-weight: bold;

}

h2{

font-size: x-small;

font-weight: bold;

}

h4{

font-size: xx-small;

font-weight: bold;

}



a {

	color: #0099FF;

	text-decoration: none;

	font-weight: bold;

}

a:hover {

	color: #000000;

	text-decoration: none;

	font-weight: bold;

}



}

.bleftCell {

	vertical-align: top;

	padding: 14px;

}

.brightCell {

	vertical-align: top;

	padding: 14px;

}





#button ul {

list-style:square;

margin: 0;

padding: 0;

border: none;

}

#button li {

border-bottom: 2px solid #FFF;

margin: 0;

}

#button li a {

display: block;

padding: 3px 0px 3px 0.5em;

background-color: #18A0BD;  /*change the color value here for the link in normal state*/

color: #FFF;

text-decoration: none;

width: 100%;

}

#button #here {

display: block;

padding: 3px 0px 3px 0.5em;

background-color: #333399;  /*change the color value here for the link in normal state*/

color: #FFF;

text-decoration: none;

font-weight: bold;

width: 100%;

}

#button li a:hover {

background-color: #1CBADC;  /*change the color value here for the link in rollover state*/

color: #000000;  /*change the color value here for the text to change color on rollover*/

text-decoration:none;

}



