BODY {
	
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;

	color: #000;

}

#scmsAdminToolBox, .scmsAdminEditElement{
	display: none;
}

#logo {
	text-align: center;
}


#logo IMG {
	border: none;
}

#topnav {
	display: none;
}


#clickpath {

	font-size: 14px;
	
	text-transform: lowercase;
	
	border-bottom: 2pt dashed #666;
	border-top: 2pt dashed #666;

	
}

#clickpath A {
	font-weight: bold;
	color: #046B9C;
	text-decoration: none;
}

#main {
	
	
}


#leftnav {
	display: none;

}

#plaincontent, #maincontent {
	line-height: 18pt;
	
}

#maincontent {
	
}

#maincontent A, #plaincontent A {
	color: #000;
	text-decoration: none;
}

#maincontent H1, #plaincontent H1 {
	font-size: 22pt;
	font-weight: bold;
	color: #046B9C;
}

#maincontent H2, #plaincontent H2 {
	font-size: 18pt;
	font-weight: normal;
	color: #046B9C;
}

#maincontent H3, #plaincontent H3 {
	font-size: 14pt;
	font-weight: normal;
	color: #046B9C;
}

#maincontent code, #plaincontent code {
	font-family: "Courier New", Courier;
	font-size: 11pt;
	
	border: 1px solid #73AEC9;
	background-color: #EDF7FB;
	
	padding: 2px;
	
}

#maincontent code.long, #plaincontent code.long {
	display: block;
	
	overflow: auto;
	
	margin: 10pt 30pt 10pt 30pt;
	
	max-height: 300pt;
	
	line-height: 12pt;
}

#footer {
	display: none;
}

.tip {
	border: 1px solid #4b5700; 
	padding: 10px; 
	background-color: #f7ffc2; 
	color: #4b5700;
}