/* Start of CMSMS style sheet 'reset' */
/* Remove padding and margin */
* {
margin: 0px;
padding: 0px;
}

/* Puts sensible margin and padding back on suitable elements */
h1, h2, h3, h4, h5, h6{
margin: 1em 0;
}
p, pre, blockquote, form, fieldset, table {
margin: .5em 0;
}

/* Forms *****************************/
/* Removes fieldset borders */
fieldset {
border: 1px solid transparent;
}

/* Tables *****************************/
table {
border-spacing: 0;
border-collapse: collapse;
}
td {
text-align: left;
font-weight: normal;
}

/* Creates foundation "em" font sizes where 1em is equal to approximately 10px and 1.1em = approx. 11px etc */
/* body {
font: 75%/1.6 Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
 */
body {
font-family: arial,helvetica,sans-serif;/*font: GeorgiaTimes New Roman, Garamond, serif;*/
}
ul,ol{list-style-position:inside;}
/* End of 'reset' */

