/* layout
----------------------------------------------- */

* {
margin: 0;
padding:0;
}

body{
color: black;
background: white;
font-style:normal;
font-variant:normal;
font-weight:normal;
font-size:10pt;
font-family:"Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
}

#quicknav {display:none;}
#quicknav a {display:none;}
#quicknav img {display:none;}
#quicknav a img {display:none;}

#wrapper { padding: 0;}

.box {
margin: 0;
padding: 0.5em; 
background-color: #FFF;
border: 1pt dashed #CED4CA;
font-size: 10pt;
}

#content {
padding-top: 4pt;
font-size: 10pt;
} 
#highlight {
display:none;
}
#sidebar-1 {display:none; } 
#sidebar-2 {display:none; } 
#sidebar-3 {display:none; } 

/* typography
----------------------------------------------- */

h2,
h3,
h4,
h5{	font-family: "Lucida Grande", Tahoma, Arial, sans-serif; }

h1 {display: none;}
h2 { margin-bottom: 1em; font-size: 1.4em; text-transform:capitalize; border-bottom: 1px solid #000; }
h2 a { color: #808080; }
h3 { font-size: 12pt; color: #666; margin-right:1em }
h4	{font-size: 12pt; margin-bottom:0;}
h5	{font-size:12pt; margin-bottom:0;}
p {
line-height: 1.5em;
margin: 0.5em 0 1.5em 0;
clear: left;
}

ol, ul { line-height: 1.5em; margin: 1.2em 0 1.2em 2em;	}

ul li,
ol li{ margin-bottom: 0.2em; }

dl		{}
dt		{font-weight:bold}
dd		{margin-left: 1em; margin-bottom: 1em}

hr {
border: 1px solid #CCCCCC;
margin-bottom:10px;
}

img, a img{
border:0px;
float: left;
}
p#banner {
display: none;
}

a { color: #000000; text-decoration: none }

blockquote {
border: 0;
margin-top:0;
margin-bottom:0;
padding: 20px 0;
margin-left:20px; margin-right:100px;
text-align:justify 
}
blockquote p {
display: inline;
}
blockquote p:before {
content: ""attr(blockquote) url('../images/apos.gif')
}
blockquote p:after	{
content: ""attr(blockquote) url('../images/apos_r.gif')
}

pre{
	display: block;
	margin: 0.75em 1.5em 2.2em 0;
	padding-left: 0.8em;
	border-left: 1px solid #ccc;
	background-color: #efefef;
	overflow: auto;
	}

code {font-family: monospace;  font-size: 11px; color: #555; background-color: #efefef;}
pre code { line-height: 1.3em;}

kbd{
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}
abbr, acronym, .help {
border-bottom: none;
}
.breadcrumbs {
display: none;
}
#crumbs	{
display: none;
}
#crumbs ul {
display: none;
}
#crumbs p {
display: none;
}
.small { font-size: 0.9em;	}

/* tables
----------------------------------------------- */		
table		{
			font-size:1em;
			table-layout: fixed;
			width:90%;
			border-style:solid;
			border-width:1px;
			padding-left:4px;
			padding-right:4px;
			padding-top:1px;
			padding-bottom:1px}
td			{vertical-align: top;}			
td img		{cursor:	pointer;
			}
						
thead		{font-size:	1em;
			text-align:center;
				}		

/* forms
----------------------------------------------- */

input, textarea, select {display:none}
label	{
border-bottom:1px solid #ccc; 
}
			
label[for]	{display:none;}
/*for IE6 */				
label.for	{ display:none;}

/* sidebars
----------------------------------------------- */

.sidebar {display:none; }

ul.piclinks	{
				list-style-type:none;
				margin:10px;
				padding:0px;}
				
ul.piclinks li	{
		border:2px solid #FCD9CF;
		background-color:#FDFDFD;
		padding:5px 5px 4px 5px;
		margin-bottom:10px;
		height: 1%; /*fix for MSIE peekaboo bug */
		}
ul.piclinks	li img {
		float: left;
		margin-right:5px;
	}
.clear	{clear:both;
		height:1px;
		overflow:hidden;
}
div.bar {
display: none;
}