
/* 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;
}

body {background-color:white; 
color:black;
font-family: verdana, arial, helvetica, sans-serif;
line-height:1.4em;
font-size:11px;}

/* 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:gray !important; 
}


a, a:visited {text-decoration:none; color:#555555;}
a:hover {color:black;}


h1, h2, h3, h4, h5, h6 {
font-family: verdana, arial, helvetica, sans-serif;
line-height: normal;
background-color: transparent;
border-bottom: none;
font-size:11px;
font-weight:normal;
/*color:#777777;*/
margin-bottom:0px;
padding-bottom: 0em;
text-transform:uppercase;
}

td {font-size:11px;}
