body {
       font-family: Helvetica, Arial, sans-serif;
       font-size:12px;
}

h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}

h3 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
color:#0079c2;
}

p, li {
	font-size: 11px;
  color:#414042;
  line-height:1.6em;
}

ul {
margin:0;
padding:0;
margin-left:15px;
}

.editableText {
z-index:20;
}

#appArea {
	font-size: 12px;
}

/* edit mode toolbox */
#editToolBox {
	position: absolute; /* fixed would be better but doesn't work in IE */
	top: 0px;
	left: 0px;
	width: 75px;
	background-color: black;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	opacity: 0.75;
	padding: 6px;	
}

.editToolBoxAction {
	color: white;
	text-decoration: none;
cursor:pointer;
}

.body {
background-color: white;
}

.widget {
text-decoration:underline;
position:relative;
height:0px;
left:0px;
width:0px;
display:block;
z-index:999;
}

div.widgetBit:hover {
opacity:0.8;
}

.widgetBit {
z-index:998;
background-color:black;
color:white;
opacity:0.2;
border: solid black 1px;
width:100px;
position:relative;
left:0;
top:0px;
font-size:10px;
}

.sideNav_group {
width:180px;
border-top:solid black 1px;
border-right:solid black 1px;
margin-top:20px;
}

.sideNav_item {
background-color:#dddddd;
border-bottom:solid 1px;
font-size:12px;
}
.sideNav_selected {
background-color:#ddddff;


}
.sideNav_item a {
display:block;
width:180px;

}

.sideNav_item a:hover {
background-color:#ddddff;
}

a {
font-size:12px;
text-decoration:none;
color:#333333;
}

a:hover { 
color:black; }

a.navigation_link { 
display:block; width:100% }

td.navigation_link { 
background-color:#eeeeee; }

a.navigation_selected { color:black }

td.navigation_selected { 
background-color:rgb(255,204,102); 
}

.formField_label { 
font-size:12px;
 }

 /* km courtier */
 
.pagearea table {
  width:auto;
}

 .bodyarea {
  margin-top:40px;
 background-color:#e1e3e4;
 }
 
 .flish {

 border-bottom:2px solid white;
 }
 
 .encompassing {
padding:30px 0;
 }
 
 /* Blocks */
 
.whiteBorder {
 border:1px solid white;
 }
 
.greyBorder {
 border:1px solid #96a7b4;
 }

.borderGuard {
 width:282px;
 }
 
 .borderGuardGrey {
 width:282px;
 background-color:#c4c8cb;
 }
 
 .borderGuardRight {
 width:230px;
 background-color:#b5b6b7;
 }
 
.padding {
 padding:5px;
 }

.header {
border-top:1px solid #0094d5;
border-bottom:1px solid #0094d5;
 }
 
.greyBlockHead .header {
border-top:1px solid #0094d5;
border-bottom:1px solid #0094d5;
 }
 
.header .editableText {
 padding:4px 0 4px 0;
 }
 
.header .editableText * {
 color:#0079c2;
 font-size:16px;
 font-weight:normal;
 }
 
 .greyBlockHead .header .editableText * {
  font-size:22px;
 }
 
.quoteText .editableText * {
 color:#0079c2;
 font-size:22px;
 font-weight:normal;
 text-align:left;
}

.quoteWho {
margin-top:10px;
}

.quoteWho .editableText * {
text-align:right;
color:#474648;
font-size:12px;
font-weight:normal;
}

.blueText .editableText * {
color:#0079c2;
font-weight:bold;
font-size:12px;
line-height:1.7em;
}

.lineBreak {
border-bottom:1px solid #221f73;
}

/* Footer Rules */

.footer {
margin-top:15px;
}

.footer a{
padding:0 5px 0 5px;
color:#414042;
font-size:11px;
}

.footer a:hover {
color:#0079c2;
}

.botFoot {
width:600px;
padding:10px 0 10px 0;
}

.botFoot *, .spottage * {
text-align:center;
color:#414042;
font-size:9px;
}

.spottage {
width:600px;
padding:10px 0 20px 0;
}

.spottage * {
color:#414042;
font-size:9px;
}

.spottage a:hover {
color:#0079c2;
}

/* other page rules */

.borderGuardOther {
 width:403px;
 }
 
 .borderGuardGreyOther {
 width:403px;
 background-color:#c2c2c8;
 }
 
 .contactForm {
 width:393px;
 }
 
 .contactForm * {
   color:#414042;
 }
 
 .pass {
 padding:10px 220px 200px 220px;
 }
 
 .pass * {
 color:#414042;
font-size:11px;
text-align:center;
 }
 
 .pass input {
 text-align:left;
 }
 
 .pagelets {
 position:relative;
 top:-200px;
 }
 
 *html .pagelets {

 }