/*
 *  Copyright (c) 2006-2008 Emil Dotchevski and Reverge Studios, Inc.
 *
 *  Distributed under the Boost Software License, Version 1.0. (See accompanying
 *  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 */

body
	{
	font-family: Trebuchet, Verdana, Arial, Helvetica, Sans;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	background-color: #DCDCDC;
	}

.body-0
	{
	width:expression(document.body.clientWidth > 800? "800px" : "auto");
	}

html>body .body-0
	{
	width: auto;
	max-width: 800px;
	}

.body-1
	{
	padding-right: 40px;
	background: url(shade-r.gif) repeat-y right;
	}
	
.body-2
	{
	padding-right: 40px;
	background: url(shade-l.gif) repeat-y left;
	}
	
.body-3
	{
	background-color: white;
	position:relative;
	left:40px;
	border-top: solid 2.5pt #505050;
	}

.shade-corner-l
	{
	width:40px;
	height:40px;
	background: url(corner-l.gif);
	float:left;
	}

.shade-corner-r
	{
	width:40px;
	height:40px;
	background: url(corner-r.gif);
	float:right;
	}

.shade-bottom
	{
	height:40px;
	background: url(shade-b.gif) repeat-x;
	}

.body-4
	{
	padding-top: 8px;
	padding-left: 20pt;
	padding-right: 20pt;
	}

.text
	{
	min-height:600px;
	height: auto !important;
	height: 600px;
	}

.body-4 > .text
	{
	min-height:600px;
	}

.panel
	{
	width: 40px;
	position: absolute;
	top: 0px;
	right: 40px;
	padding-top: 5px;
	}

.body-4 > .panel
	{
	width: 40px;
	position: absolute;
	top: 0px;
	right: -40px;
	padding-top: 5px;
	}

.tab-selected
	{
	margin-top: 10px;
	z-index:10;
	border:0;
	padding:0;
	}

.tab-unselected
	{
	margin-top: 10px;
	z-index:10;
	border:0;
	padding:0;
	}

.footer
	{
	margin: 0;
	color: Silver;
	border-color: Silver;
	border-top-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	clear: both;
	}

h1,h2,h3,h4,h5
	{
	font-family: Century Gothic, Verdana, Arial, Helvetica, Sans;
	margin-top:0;
	margin-top:0;
	}

.delimiter
	{
	min-height:20pt;
	clear:both;
	}
	
.title
	{
	clear:both;
	text-align: center;
	padding-top: 10pt;
	padding-bottom: 50pt;
	}

h1
	{
	font-size: 24pt;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FF9000;
	padding:0;
	margin:0;
	color: #663399;
	display:inline;
	}

.logo
	{
	padding-top:8px;
	margin-bottom: 20pt;
	}

h3
	{
	font-size: 13pt;
	color: #663399;
	}

.text > h3
	{
	font-size: 13pt;
	padding-bottom: 2px;
	padding-left: 2px;
	color: #663399;
	background-color: #d3d3d3;
	clear: both;
	}

a
	{
	color: black;
	}

p a:hover
	{
	background-color: #FF9000;
	}

.PicFloatLeft
	{
	float:left;
	clear:left;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8pt;
	}

.PicFloatRight
	{
	float:right;
	clear:right;
	padding: 0;
	margin-left: 8pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	}

.Frame
	{
	border: solid 1px silver;
	padding: 4px;
	background-color: white;
	margin: 0;
	}

.Frame img
	{
	border: 0;
	display:block;
	}
	
.NoFrame
	{
	border: solid 1px white;
	background-color: white;
	margin: 0;
	}	


p
	{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10pt;
	color: #000000;
	text-align: justify;
	}
