html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Start: Global Basic Element Styles (no classed or id elements allowed) */
html, body {
	height: 100%;
	margin-bottom:1px;
	padding: 0;
}

body {
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 100%;
    background-color: #fff;
}
/*  Start: Rebuild of reset Styles */
	/* Start base element styles **No classed or ID'd elements permitted in this section */
strong, h1, h2, h3, h5, h6 {font-weight:bold;}
h1 {font-size: 1.2em;}
h2 {font-size:1em; color:#333333;}
h3 {font-size: 0.8125em;}
h4 {font-size:.75em;}
h5 {font-size: .75em;}
p,dl,dt,dd,ul,ol,pre,input,textarea,blockquote,cite,label,select {
	font-size:0.75em;
	line-height:100%;
	}
	
p {margin-bottom:15px;}	
em {font-style:italic;}
abbr,acronym {border-bottom:1px dotted #000; cursor:help;}
th {font-weight:bold; text-align:center;}

    /* Start: Lists Handling*/
ul {margin:0 0 0 20px; padding:0px; list-style:disc;}
ol {margin:0 0 0 27px; padding:0px; list-style:decimal;}
    /* End: Lists Handling */

/* Start: Iframe Handling */
iframe {
    border:0;
    margin:0;
    padding:0;
}
/* End: Iframe Handling */

    /* Start: Links Handling */
a:link, a.anchor:link, a.anchor:visited {color:#00f;}
a:visited {color:#039;}
a:hover, a.anchor:hover {color:#f60;}
a:active{color:#f00;}
    /* End: Links Handling */

    /* Start: Data Table Handling */
    /* Used for tabe elements that display pure tabular data */
table.datatable th, table.datatable td {
    font-size:.6875em;
}
    /* End: Data Table Handling */

/* End base element styles **No classed or Id elements permitted in this section */

