
/* Fix for MS Office style paragraphs (MsoNormal) */

p {
	margin: 0;
	padding: 0;
}


/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
        margin-left:0px; 
        padding-left:1em; 
    }


/* TinyMCE specific rules */
/*
body.mceContentBody {
   background: #000;
}
*/
/* FF requires a important here */

.mceContentBody a {
   color:black !important; 
   text-decoration:none !important; 
}

.mceContentBody a:hover {
   color:#555555 !important; 
}


td {
vertical-align:top;
}

body {
  font-family: 'Verdana', 'Helvetica', 'Arial', 'sans serif';
  font-size: 11px; 
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.6em;
  background:#cfe4f5;
  color:#666666;

}

h1 {
font-style: normal;
font-weight:400;
font-size:38px;
margin:0px;
letter-spacing:0.03em;
color:#888888;
line-height:1.0em;

}

h2 {
font-style: normal;
font-weight:400;
font-size:11px;
margin:0px;
margin-top:6px;
letter-spacing:0.03em;
color:#888888;
line-height:1.0em;

}


ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
li
{
background-image:url(strich.gif);
background-repeat:no-repeat;
background-position:0px 4px; 
padding-left:10px;
}

