/*-------------------------*//* print stylesheet *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background:white;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:16pt;
}

h2{
	font-size:15pt;
}

h3{
	font-size:14pt;
}

h4{
	font-size:13pt;
}

h5{
	font-size:12pt;
}

h6{
	font-size:11pt;
}
	
/*link specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a:link, a:visited{
	color:#666;
	background:transparent;
	font-weight:bold;
	text-decoration:none;
}
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after{
	content:" ("attr(href)")";
}
	
#content a[href^="/"]:after{
	content:" (http://www.insertdomain.com"attr(href)")";
}

#content table a:link:after, #content table a:visited:after{
	content:"";
}

#content table a[href^="/"]:after{
	content: "";
}

	
/*content specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container, #content{
	width:auto;
	border:0;
	margin:0px;
	padding:0;
	float:none!important;
	color:black; 
	background:transparent;
}
	
/*hidden page sections */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
	
.skip{
	display:none;
}

#nav, #header ul{
	display:none;
}

#nav_sub{
	display:none;
}

#footer dd {
	display:none;
}
	
/*footer specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	font-size:9pt;
	margin:20px 0 0;
}

/* tables */

table
	{
	border-collapse: collapse;
	border: 1px soild #666;
	font-size: 9pt;
	width: 100%;
	}

thead
	{
	font-size: 1em;
	font-weight: normal;
	border: 0;
	width: 100%;
	height: 40px;
	}

thead th
	{
	padding-left:10px;
	}
	
tbody tr
	{
	text-align: left;
	border-bottom: 1px solid #ddddcc;
	border-top: 1px solid #ddddcc;
	height: 30px;
	}

.odd
	{
	background: #f4f4ee;
	}


