@charset "utf-8";
/* CSS Document */
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, div
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size: 21px;
	color: #00449f;
}

h2
{
	font-size: 18px;
	color: #7d439a;
}

h3
{
	font-size: 15px;
	font-weight: bold;
	color: #eda700;
	margin-bottom: 0px;
}

h4
{
	font-size: 13px;
	font-weight: bold;
	font-style:italic;
	color: #5a9fc8;
}

a:link, a:active, a:visited
{
	font-weight: bold;
	text-decoration: none;
	/*color: #9f8054;*/
	color: #7d439a;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
	/*color: #9f8054;*/
	color: #7d439a;
}


/**** Index.asp - TABS/CONTENT AREAS *************************************************/


div p
{
	margin: 15px 5px 15px 5px;
}

div.commercialPrinting
{
	width: 237px;
	height: 295px;
	position:relative;
	overflow: hidden;
	vertical-align: top;
	border-right: solid 1px #ffffff;
	background-color: #5a9fc8;
	color: #ffffff;
}

div.publications
{
	width: 236px;
	height: 295px;
	overflow: hidden;
	vertical-align: top;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #fff7d4;
}

div.innovaging
{
	width: 233px;
	height: 295px;
	overflow: hidden;
	vertical-align: top;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	background-color: #ffdca0;
}

div.indexingTabs
{
	width: 238px;
	height: 295px;
	overflow: hidden;
	vertical-align: top;
	border-left: solid 1px #ffffff;
	background-color: #f3edf5;
}

/**** /custom2.asp ****/

div.contentArea
{
	width: inherit;
	height: 100%;	
	vertical-align: top;
	padding: 10px 20px 20px 20px;
	overflow: auto;	
}


/**** BOTTOM  *************************************************/


.copyright
{
	height: 20px;
	text-align:right;
	font-size: 10px;
	padding: 0px 5px 0px 0px;
}

td.bottomNav, a.bottomNav:link, a.bottomNav:visited, a.bottomNav:active
{
	height: 20px;	
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #000000;
}

a.bottomNav:hover
{
	height: 20px;	
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
	color: #000000;
}

/**** /custom2.asp ****/

td.bottomNav2, a.bottomNav2:link, a.bottomNav2:visited, a.bottomNav2:active
{
	height: 23px;	
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #ffffff;
}

a.bottomNav2:hover
{
	height: 23px;	
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
		color: #ffffff;
}