/* GENERAL PAGE SPECS FOR STANDARD HTML ELEMENTS */

body
{
	margin: 0px;
	background:#FFFFFF url(images/bg_industry.jpg) top left repeat-x;
	scrollbar-arrow-color: black; 
	scrollbar-face-color: #AC6CBD; 
	scrollbar-3dlight-color:white; 
	scrollbar-highlight-color:#E3CEE9; 
	scrollbar-darkshadow-color:#8A419E; 
	scrollbar-shadow-color:black;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size:12px;
	color: #003567;
	line-height:17px;
}

a:link, a:visited, a:active
{
	 color:#8A419E;
	 font-weight:bold;
	 text-decoration:none;
}

a:hover
{
	 color:#8A419E;
	 font-weight:bold;
	 text-decoration:underline;
}

h1
{
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003567;
	padding:3px;
	border:1px #003567 solid;
	width:auto !important;
	width /**/:100%;/* for IE/Win only */
	background-color:#E3CEE9;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFFFF, EndColorStr=#FFD0ACD9);
	text-align:center;
}

h1 a:link, h1 a:active, h1 a:visited
{
	color:#003567;
	font-weight: bold;
	text-decoration:none;
}

h1 a:hover
{
	color:#003567;
	font-weight: bold;
	text-decoration:underline;
}

.footer a:link, .footer a:visited, .footer a:active
{
	color: #8A419E; text-decoration:none;
}

.footer a:hover
{
	color: #8A419E; text-decoration:underline;
}

.slidebox
{
	width:133px;
	float:left;
	margin-right:5px;
}

/* CONTENT TABLE SPECS */

.td-border
{
	background-color:#FFFFFF;
	border:1px #AC6CBD solid;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size: 12px;
	color: #003567;
	line-height: 17px;
	padding:5px;
}

.td-border2
{
	background-color:#E3CEE9;
	border:1px #AC6CBD solid;
	font-family:Georgia, Times New Roman, New York, Times, serif;
	font-size: 12px;
	color: #003567;
	line-height: 17px;
	text-align:left;
	padding:5px;
}

/* SPECS FOR STANDARD NETVIS SIDE NAVIGATION LINK TABLE */

.sidenav
{
	margin-left:15px;
	margin-bottom:15px;
	border: 1px #307ABF solid;
	width:135px;
	float:right;
	background-color:#ECF3C7;
}

.current
{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003567;
	padding:5px;
	text-align:center;
}

.current a:link, .current a:visited, .current a:active
{
	color:#8A419E;
	text-decoration:none;
	border:0px;
}

.current a:hover
{
	color:#8A419E;
	text-decoration:underline;
	border:0px;
}

.link
{
	background-color:#E3CEE9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #003567;
	padding:5px;
	text-align:center;
}

.link a:link, .link a:visited, .link a:active
{
	color:#003567;
	text-decoration:none;
	border:0px
}

.link a:hover
{
	color:#003567;
	text-decoration:underline;
	border:0px;
}


/* SPEC FOR STANDARD NETVIS CALLOUT AND FOOTER BOX */

.callout
{
	border:#AC6CBD 1px dashed;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003567;
	line-height: 16px;
	text-align:left;
}
