















	









/*Start stylesheet*/ 

body {
	font-family:"Times New Roman", Times, serif;
	font-size:100%
}

img {
	border:0;
	display:none;
	visibility:hidden;	
}

.hide, #sNav, #pNav, #fNav, caption {
	display:none;
	visibility:hidden;
}

p, blockquote, table {
	margin-top:1em
}

table, .data {
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	width:100%;
}

th, td, .data th, .data td {
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	padding:5px;
}

th, .data th {
	background-color:#ECECD4;
	
}

#skipNavigation a{ /*1*/
	display:none;
	visibility:hidden;
}

#homepage { /*2*/
	width:100%
}

#header { /*2.1*/
}

#header img {
	display:none
}

#header h1 {
}

#body { /*2.2*/
	width:100%
}

#navigation { /*2.2.1*/
	display:none
}

#content { /*2.2.2*/
	width:100%;
}

#breadcrumb { /*2.2.2.1	*/
	display:none
}

#leftContent { /*2.2.2.2*/
	display:none
}

#centerContent { /*2.2.2.3*/
	width:100%;
}

#centerContentWrap { /*2.2.2.3.1*/
	width:100%;
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #cccccc
}

#rightContent {
	width:100%;
	margin-top:1em;
	border-top:1px solid #cccccc
}

#footer { /*2.3*/
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #cccccc
}

#rightFooter { /*2.3.1*/
	display:none;
}

#leftFooter { /*2.3.2*/
	width:100%
}


#sNav {
	display:none;
	visibility:hidden;
}



