a:link {color: #4060bf; text-decoration: none}
a:visited {color: #4060bf; text-decoration: none}
a:hover {text-decoration: underline}

body 
{	
	background-color: #9fafdf;
	font-family: arial;
	font-weight: normal;
	background-image: url('images/backfade.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin-top: 8px;
}

p
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: -2px;
	margin-bottom: 16px;
}

form
{
	font-family: arial;
	font-size: 14px;
}

acronym 
{
	cursor: help;
	border-bottom: dotted 1px black;
}

/********
headings
********/

h1
{
	margin-top: 2px;
	background-color: #eaeef9;
	font-family: arial;
	font-size: 18px;
}

h2
{
	margin-top: 2px;
	background-color: #eaeef9;
	font-family: arial;
	font-size: 15px;
}

h3
{
	margin-top: 2px;
	background-color: #eaeef9;
	font-family: arial;
	font-size: 14px;
}

h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold
}


/****************************
header elements
****************************/

.header
{
	background-color: #dfe4f4;
	border: 1px solid #4060bf;
	padding: 2px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}

table.menu
{
	float: right;
	width: 100%;
	font-size: 14px;
	/*border-spacing: 0px;*/
	/*border-collapse: collapse;*/
}

table.nojs
{
	font-weight: bold;
	border: 1px solid #7d94d5;
	text-align: center;
	background-color: white;
	padding: 4px;
}

.tab-inactive
{
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #7d94d5;
	border-bottom: 1px solid #7d94d5;
	border-left: 1px solid #7d94d5;
	background-color: #d0d8f0;	
	padding: 4px;
	cursor: default;
}

.tab-active
{
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #7d94d5;
	border-left: 1px solid #7d94d5;
	background-color: white;
	padding: 4px;
	cursor: default;
}

.tab-right
{
	border-right: 1px solid #7d94d5;
}

.link-row
{
	width: 100%;
	font-size: 12px;
	text-align: center;
	background-color: white;
	border-bottom: 1px solid #7d94d5;
	border-right: 1px solid #7d94d5;
	border-left: 1px solid #7d94d5;
	padding: 4px;
}

.bar
{
	cursor: default;
}

a.tablink:link {color: black; text-decoration: none}
a.tablink:visited {color: black; text-decoration: none}
a.tablink:hover {color: #4060bf; text-decoration: underline}

/****************************
body text elements
****************************/

.back-box
{
	background-color: #dfe4f4;
	border: 1px solid #4060bf;
	padding: 2px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.text-box
{
	background-color: #ffffff;
	border: 1px solid #9fafdf;
	padding: 10px;
	margin: 6px;
	width: 84%;
}

.updates
{
	font-size: 11px;
	font-family: arial;
	margin-bottom: 4px;
}

.tablelist
{
	font-family: arial;
	font-size: 14px;
	width: 100%;
}

/****************************
sidebar
****************************/

.sidebar
{
	width: 16%;
	vertical-align: top;
	font-size: 12px;
	font-family: arial;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px;
	color: #2b4080;
}

.sidenav
{
	cursor: default;
}

a.sidelink:link {color:#2b4080; text-decoration:none}
a.sidelink:visited {color:#2b4080; text-decoration:none}
a.sidelink:hover {text-decoration: underline}


/****************************
lists
****************************/

ul.mainlist
{
	font-family: arial;
	font-size: 16px;
	list-style-type: square;
	font-weight: bold
}

ul.sublist
{
	font-family: arial;
	font-size: 13px;
	list-style-type: circle;
	font-weight: normal;
	margin-bottom: 10px;
}

ol.steps
{
	font-family: arial;
	font-size: 12px;
	list-style-type: decimal;
	font-weight: normal
}

/****************************
company info
****************************/

.cpinfo
{
	margin-top: 2px;
	font-size: 9px;
	font-family: arial;
	color: #9999aa;
}

a.cplink:link {color:#9999aa; text-decoration:underline}
a.cplink:visited {color:#9999aa; text-decoration:underline}
