/***********************************************/
/* print.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin-bottom: 5mm;
	padding: 0mm;
	font-family: Times New Roman, Times, serif;
	text-align:center;
	color:#333333;
	background-color:#ffffff;
}

p {
   font-size: 11pt;
}

p.essential{
	color: #FF0033; 
	font-weight: bold;
}
td, th
    {font-size: 10pt;
}
/******* hyperlink and anchor tag styles *******/

a:link a:visited{
	color: #005fa9;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold Times New Roman, Times, serif;
 font-size:14pt;
 color:#334d55;
 margin:0px;
 padding:0px;
}

h2{
 font: bold Times New Roman, Times, serif;
 font-size:14pt;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 13pt Times New Roman, Times, serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Times New Roman, Times, serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: bold 14pt Times New Roman, Times, serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul.square{
 margin:0 0 15px 0;
 list-style-type: square;
}

ul.disc{
 margin:0 0 15px 15px;
 list-style-type: disc;
}

ul.none{
 margin:0 0 15px 0;
 padding-left:0;
 list-style-type: none;
}

li{
    margin:8px 0 0 0;
}


/********* form and related tag styles *********/

form {
	font: 12pt Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
}

label{
 font: 12pt Times New Roman, Times, serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	margin: 0px;
	height: 100px;
	width: 755px;
	background-color: #ffffff;
	background-position:0 0;
	position: relative;
		 padding: 0px;
}


#pageNav{
          display: none;
}

#pagecell1{
	display: none;
}

#pagecell2{
	display: none;
}

#pagecell3{
	margin: 0px;
	width: 755px;
	text-align:left;
	background-color: #ffffff;

}

#pagecell4{
	margin: 0px;
	width: 755px;
        text-align:justify;
	background-color: #ffffff;

}

#content{
         margin:0px 0px 0px 0px;
		 padding: 1mm 3mm 11mm 3mm;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin:0px;
	padding:10px 0px 10px 0px;
	font-weight:normal;
	text-align:center;

}

#siteName h1{
    font: bold 14pt Times New Roman, Times, serif;
    color: #666666;
	margin:0px;
	padding:0px;
}

#siteName h2{
    font: bold 11pt Times New Roman, Times, serif;
    color: #666666;
	margin:0px;
	padding:0px;
}

#siteName img{
	float:left;
	padding: 0px 0px 8px 0px;
}


/************** pageName styles ****************/

#pageName{
	padding: 15px 5px 35px 0px;
	border-top: 10px solid #ccd2d2;
	border-bottom: 10px solid #ccd2d2;
}

#pageName h2{
	font: bold 18pt Times New Roman, Times, serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName h3{
        font: bold 13pt Times New Roman, Times, serif;
        color: #006699;
	margin:0px;
	padding:0px;
}

#pageName h4{
        font: bold 12pt Times New Roman, Times, serif;
        color: #006699;
	margin:0px;
	padding:0px;
}


#pageName img{
	float:left;
}


/************* globalNav styles ****************/

#globalNav{
	display: none;
}

#globalNav img{
     display: none;
 }

#globalLink{
	display: none;
}

a.glink1, a.glink1:visited{
  	display: none;
}

a.glink1:hover{
     display: none;
}

a.glink2:link, a.glink2:visited{
	color: #ffffff;
	text-decoration: none;
        padding: 0px 0px, 0px 20px;
}

a.glink2:hover{
	text-decoration: none;
         padding: 0px 0px, 0px 20px;
}


.skipLinks {display: none;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 11pt;
             text-align:justify;
}

html>body .feature {height: auto;}

.feature p{
	font: 11pt Times New Roman, Times, serif;
	padding: 0px 0px 0px 0px;
}



.feature h2{
	font: bold 13pt Times New Roman, Times, serif;
	padding: 0px 0px 0px 0px;
}

.feature h3{
	font: bold 16pt Times New Roman, Times, serif;
	color: #000000;
	padding: 40px 0px 0px 0px;
}

.feature h5{
	font: bold 13pt Times New Roman, Times, serif;
	 color: #334d55;
	padding: 0px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/************** siteInfo styles ****************/

#siteInfo{
              display: none;
}

#siteInfo img{
              display: none;

}


/************ sectionLinks styles **************/

#sectionLinks{
              display: none;

}

#sectionLinks h3{
               display: none;
}

#sectionLinks a:link, #sectionLinks a:visited {
              display: none;
}

#sectionLinks a:hover{
               display: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
              display: none;
}

.relatedLinks h3{
               display: none;
}

.relatedLinks a{
	display: none;

}

/********************* end **********************/
