body { font-size: 75%; background-color: #ffffff; color: #000000;}

/* Default fonts */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Helvetica, sans-serif, verdana; }

/* Headings */
h1,h2,h3,h4,h5,h6 {font-size: 1em; line-height: 1em; margin-bottom: 1em;font-weight: bold;}

/* Text elements */

p {margin: 0;}
ul, ol {margin: 0; padding: 0;	}
ul {list-style-type: circle;}
ol {list-style-type: decimal;}
li {margin: 0; padding: 0;}
dl {margin:0; padding: 0;}
dl dt {font-weight: bold; }
dl dd {margin: 0; padding: 0;}

abbr, acronym { border-bottom: 1px dotted #333; }
address { margin: 0; font-style: italic; }
del { color: #000; }

a:link, a:visited {text-decoration: none;}
a:hover, a:active, a:focus {text-decoration: underline;}

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }



/*  Clearfix - To clear floats without the use of empty clearing div

http://www.positioniseverything.net/easyclearing.html 
-------------------------------------------------------------- */

.clearfix:after { clear: both; content: '.'; display: block;	visibility: hidden;	height: 0;}
.clearfix {	display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {	display: block; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

