html, body
{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
}

#arig_all
{
	max-width: 950px;
	min-width: 950px;
	width: auto;
	height: 100%;
	margin: auto;
}

#top {
	position: relative;
	width: auto;
	height: 241px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 800;
	}

#charts {
	z-index: 1000;
	}

html>body #top {
	height: 241px;
	}

#contentbody {
	position: relative;
	top: 0px;
	padding-left: 0px;
	width: auto;
	background: #EEEEEE;
	z-index: 500;
	}


a {
	color: #838383;
	text-decoration: none;
}

a:link{
	color: #838383;
	text-decoration: none;
}

a:visited{
	color: #838383;
	text-decoration: none;
}

a:hover{
	color: #02347E;
	text-decoration: underline;
}


h4 a {
	color: #00278E;
	text-decoration: none;
}

h4 a:link{
	color: #00278E;
	text-decoration: none;
}

h4 a:visited{
	color: #00278E;
	text-decoration: none;
}

h4 a:hover{
	color: #02347E;
	text-decoration: underline;
}


h1{
 font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 16px;
 color: #334d55;
 margin: 0px;
}

h2{
 font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 15px;
 color: #006699;
 margin: 0px;
}

h3{
 font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 13px;
 color: #334d55;
 margin: 0px;
}

h4{
	font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 13px;
	line-height:30px;
	font-weight: normal;
	color: #333333;
	margin: 0px;

}

h5{
 font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 11px;
 color: #334d55;
 margin: 0px;
}

ul{
font-family: Arial,sans-serif;
	letter-spacing: .015em;
list-style-type: square;
}

ul ul{
font-family: Arial,sans-serif;
	letter-spacing: .015em;
 list-style-type: disc;
}

ul ul ul{
font-family: Arial,sans-serif;
	letter-spacing: .015em;
 list-style-type: none;
}

#navBar{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #EFEFEF;
}

#navBarRight{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E6E8E8;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #E6E8E8;
}

.jargon{
 font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 13px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
}

.jargon a{
 font-family: Arial,sans-serif;
	letter-spacing: .015em;
	font-size: 13px;
 font-weight: bold;
 color: #000000;
 margin: 0px;
}

.story{
font-family: Arial,sans-serif;
	letter-spacing: .015em;
	text-align: left;
	padding: 5px 0px 0px 10px;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
}

.story p{
font-family: Arial,sans-serif;
	text-align: left;
	letter-spacing: .015em;
	padding: 0px 0px 3px 0px;
}

.story1{
font-family: Arial,sans-serif;
	text-align: left;
	letter-spacing: .015em;
	padding: 10px 0px 0px 10px;
	font-size: 10px;
}

.story1 p{
font-family: Arial,sans-serif;
	text-align: left;
	letter-spacing: .015em;
	padding: 0px 0px 3px 0px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
font-family: Arial,sans-serif;
	text-align: left;
	letter-spacing: .015em;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#sectionLinks h3{
	text-align: left;
	letter-spacing: .015em;
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	text-align: left;
	letter-spacing: .015em;
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	text-align: left;
	letter-spacing: .015em;
	background-color: #dddddd;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBarRight ul a:link, #navBar ul a:visited {display: block;}
#navBarRight ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEEEEE;}
#navBarRight li {border-bottom: 1px solid #EEEEEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
html>body #navBarRight li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#SubLinks{
font-family: Arial,sans-serif;
	text-align: left;
	letter-spacing: .015em;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#SubLinks h3{
	text-align: left;
	letter-spacing: .015em;
	padding: 10px 0px 2px 10px;
}

#SubLinks a {
	text-align: left;
	letter-spacing: .015em;
	display: block;
	padding: 2px 0px 2px 10px;
}

#SubLinks a:hover{
	text-align: left;
	letter-spacing: .015em;
	background-color: #dddddd;
}

/*********** #sectionLinks styles ***********/

#sectionLinks2 {
font-family: Arial,sans-serif;
	letter-spacing: .015em;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#sectionLinks2 h3 {
font-family: Arial,sans-serif;
	letter-spacing: .015em;
	padding: 10px 0px 2px 15px;
}

#sectionLinks2 a {
font-family: Arial,sans-serif;
	letter-spacing: .015em;
	display: block;
	padding: 2px 0px 2px 15px;
}

#sectionLinks2 a:hover {
font-family: Arial,sans-serif;
	letter-spacing: .015em;
	background-color: #dddddd;
}

INPUT {
font-size: 11px; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; 
BORDER-RIGHT: #000000 1px solid; 
BORDER-TOP: #000000 1px solid;}

input.zoom_button {font-size: 11px; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid;}
input.zoom_searchbox {font-size: 11px; BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid;}		

body
{
	scrollbar-3dlight-color:    #E1ECF0;
	scrollbar-highlight-color:  #E1ECF0;

	scrollbar-darkshadow-color: #E1ECF0;
	scrollbar-shadow-color:     #E1ECF0;

	scrollbar-arrow-color:      #E1ECF0;
	scrollbar-face-color:       #C6D5DB; /* A3 */
	scrollbar-track-color:      #E1ECF0;
	scrollbar-base-color:       #C6D5DB; /* Only used if all the above rules are not set*/
}