/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html {
	overflow-x: hidden;
	overflow-y: auto;
} 


body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;}	
	
.breadcrumb {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	margin: 8px;
}

a{
	text-decoration: none;
	font-weight:200;
}

a:link{
	color: #ada494;
	text-decoration: none;
	font-weight:200;
}

a:visited{
	color: #999;
	text-decoration: none;
	font-weight:200;
}

a:hover{
	text-decoration: underline;
	font-weight:200;
}


h1 {
	font-family: verdana, Arial, helvetica, Geneva, sans-serif;
	font-size: 14pt;
	padding-top:8px;
	top: 0px;
	color: #333333;
	line-height: normal;
	bottom: 32px;
}
h1.first {
	font-family: verdana, Arial, helvetica, Geneva, sans-serif;
	font-size: 14pt;
	padding-top:0px;
	top: 0px;
	color: #e6e7e8;
	line-height: normal;
	bottom: 32px;
}

h2.first {
	font-family: Helvetica, arial, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #333333;
	letter-spacing: 0.02em;
	padding-left:0px;
	line-height: 20pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-top: 0px;
}

h2 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #333333;
	letter-spacing: 0.02em;
	padding-left:0px;
	margin-top: 50px;
	line-height: 20pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 20px;
}


h3 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	/*	
	background-image: url('/images/graydots.gif');
	background-repeat: repeat-x;  
	*/
	padding-top:0px;
	color: #333333;
	letter-spacing: 0.05em;
	margin-top:0px;
}


h4 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	background-repeat: repeat-x;
	padding-top:10px;
	top: 10px;
	color: #333333;
}

h6 {
	font-family: helvetica, arial, sans-serif;
	font-size: 42pt;
	color: #CC0000;
	line-height: 18pt;
	margin-top: 25px;
	padding-top: 0px;
	margin-bottom: 45px;
	}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.tablebold {
	font-size: 9pt;
	font-weight: bold;
}
.table {
	font-size: 10pt
}

#table {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	padding: 1px 1px 1px 1px;
}



.headnav {
	background-color: #666666;
	text-align:center;
	height: 38px;
	padding-top: 20px;
	padding-bottom: 6px;
	font-weight:bolder;
	text-transform: uppercase;
	letter-spacing: .09em;
}




p	{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}	

.footer 	{
	font-size: 8pt;
}	
.box { 
  background: #e6e7e8; 
}
.boxtop { 
  background: url(/images/boxes/e6e7e8/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(/images/boxes/e6e7e8/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/images/boxes/e6e7e8/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(/images/boxes/e6e7e8/sw.gif) no-repeat bottom left; 
}
.boxcontent {
	padding: 3px 10px;
	font-size: 12px;
	line-height: 16px;

}


 
div.rightbox {
	border: 1px solid #999999;
	padding: 1px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}    
h2.rightbox
    {
	font-size: 10pt;
	color: #fff;
	margin: 0px;
	padding-left: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-left-style: none;
	background-image: url(/images/box_gradient.gif);
	letter-spacing: .09em;
} 

.highlight {
	background-color: #FFFF00;
}

.dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #55762C;
	padding-left: 10px;
}

.excerpt {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
	margin: 25px;
}

.quote {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;

}
