body {
	background-color:white; color:#000050;
	text-align: center;
}

body {font-size:17px; font-family:Arial, Helvetica;}

h1 { color:#000050;}
h2 { color:#000050;}
h3 { color:#000050;}
h4 { color:#000050;}
h5 { color:#000050;}
h6 { color:#000050;}

img { border-style:none;} 

a:active {outline: none;}

a:focus{outline: none;}

ol#toc {
	height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol#toc li {
    float: right;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #bdf url(images/tab.png);
	color:  #DCDCDC;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
	font-weight: bold;
}

ol#toc a:hover {
    background-color: transparent;
    background-position: 0 -120px;
	font-weight: bold;
}

ol#toc a:hover span {
    background-position: 100% -120px;
	font-weight: bold;
}

ol#toc li.current a {
    background-color: transparent;
    background-position: 0 -60px;
    color: #000050;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
	border: #000050 solid 5px;
	clear: left;
	padding: 1em;
}

a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: 5px auto;
	padding: 6px 0 0 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

a.button:link, a.button:visited {
	color: #000050;
}

a.button:hover, a.button:active {
	background-position: 0 -36px;
	color: silver;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -72px;
	color: silver;
	cursor: default;
}

a.store_button:link, a.store_button:visited {
	background-image:url('images/store_button.gif');
	background-repeat: no-repeat;
	height:100px;
	width:300px;
}

a.store_button:hover, a.store_button:active {
	background-image:url('images/store_button_hover.gif');
	background-repeat: no-repeat;
	height:100px;
	width:300px;
}

#header {
	margin: 0 auto;
	width: 725px;
}

#footer {
	margin: 0 auto;
	width: 725px;
}


h1 {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0;
	clear: both;
}

#content {
	margin: 0 auto;
	width:725px;
}

table#header_2 {
	margin: 0 auto;
	width:725px;
}

table#two_table {
	margin: 0 auto;
	width:350px;
}

table#main_body {
	margin: 0 auto;
	width:725px;
}

table#footer {
	margin: 0 auto;
	width:725px;
}