A.				{
	color: Black;
	text-decoration: none;
	
}

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

BODY {
	margin: 0px;
	background-image: url(../images/background.gif);
}

/* LEFT IMAGE */
.galleryBox {
	width: 271px;
	height: 600px;	
	overflow: hidden;
}


/* MENU RELATED BEGINS */
.menuTop {
	width: 639px;
	height: 60px;
	text-align: right;
	background-image:url(../images/masthead_background_right.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

.emptySpaceTopMenu {
	width: 400px;
	height: 22px;	
	overflow: hidden;
}

.menuBottom {
	width: 639px;
	height: 93px;
	background-color: #3C6F9A;
	padding: 0px;
	overflow: hidden;
}
/* MENU RELATED ENDS */


.mainBox {
	width: 639px;
	height: 447px;
	overflow: auto;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #123456;
	line-height: 12pt;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color:#3C6F9A;
}

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

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #123456;
	line-height: 12pt;
	text-decoration: none;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	color: #3C6F9A;
	text-decoration: none;
}

/* NECESSARY TO INSERT IMAGECUBE.COM LINK */
div#HiddenContent{
	width: 3px;
	height: 1px;
	overflow: hidden;
}.pixPadding {
	padding-left: 40px;
	
}
