/* Main declarations here */
body {
	font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
	font-size: 9pt;
}
h1 {
	font-size: 10pt;
	font-weight: bold;
}
h2 {
	font-size: 8pt;
	font-weight: bold;

}
.small {
	font-size: 7pt;
}

	a:link,
	a:visited,
	a:active {
		color: #000000;
	}
	a:hover {
		color: #666194;
		text-decoration: underline;
	}

.mainOutsideTable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.mainFooterText {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
}
.mainPageContent {
	font-size: 8pt;
	color: #000000;
}
.menuTableInner {

}
.menuTableOuter {
}
.contentTableInner {
}
.contentTableOuter {
	font-size: 10pt;
}

/* few bugs in IE6 stop this working quite right! */
.menuTableLinkhighlight {

}
	.menuTableLinkhighlight a {
	display: block;
	/* 150px - (2x(2px outer + 1px border + 1px padding)) = 142px */
	width: 122px; 
	text-decoration: none;
	text-indent: -5pt;
	padding-left: 10pt;
	/* otherwise add the padding */
   	box-sizing:      border-box;
  	-moz-box-sizing: border-box;
	}
	.menuTableLinkhighlight a:hover {
		background-color: #EEEEEE;
	}
	
/* for javascript version */	
.menuTableRowhighlight {
	background-color: #EEEEEE;
}

.inputField  {
	border: #000000 1px inset;
	border-color: #000000 #666666 #666666 #000000;
	font-size: 8pt;
	color: #000000;
}
.submitButton {
	font-size:8pt;
	background: #CACFD5;
	border: 1px solid #4F7676;
	color:#000000;
	text-decoration:none;
	cursor:pointer; cursor: hand
}
blockquote {
	color: #000066;
}
li {
	list-style-image:   url(../base/Images/arrow.right.gif);
	padding-bottom: 5px;
	list-style-type: none;
}
.imageButton {
	border: 1px solid #3300FF;
}
.menuLH {
	background-image: url(../Images/iccc_header_logo_lower_bg.gif);
	background-repeat: no-repeat;
}
q {
	color: #000066;
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-style: italic;

}
q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}
.imgLeft {
	margin-right: 10px;
}
.imgRight {
	margin-left: 10px;
}
table {

	font-family: tahoma, verdana, sans, arial, helvetica, sans-serif;
	font-size: 9pt;
}
