/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	text-align: left;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 13pt;
	color: #000000;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #000000;
	text-align: left;
	line-height: 15pt;
}

h2{
 font-size: 12pt;
 color: #000000;
}

h3{
 font-size: 11pt;
 color: #000000;
}

h4{
 font-size: 10pt;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 10pt;
 color: #333333;
}

ul{
	list-style-type: square;
	text-align: justify;
}

ul ul{
	list-style-type: square;
	text-align: justify;
}

ul ul ul{
 list-style-type: none;
}

				

/***********************************************/
/*  Divs                                 */
/***********************************************/

#masthead{
	display: none;
}

#navBar{
	display: none;
}

#content{
	float:none;
	color: #000000;
	width: 100%;
	clear: both;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	display: none;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#globalNav img{
	display: none;
}

#globalNav a {
	display: none;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 16pt;
	padding: 5px 0px 5px 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	line-height: 20pt;
}


/************** .story styles *****************/

.story{
	clear: none;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	color: #000000;
	font-style: normal;
}


.citation {
	clear: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #000000;
	font-style: italic;
}
.storyg {
	clear: none;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.storyinter {
	clear: none;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #666666;
}
.storyfdg {
	clear: none;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #CFCFCF;
}
.storycenter {

	clear: none;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.storyjaune {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000000;
	line-height: 20pt;
	text-decoration: none;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #CCCCCC;
}
/************* #siteInfo styles ***************/

#siteInfo{
	display: none;
}
#siteInfo img{
	display: none;
}
