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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 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:.75;}
h5 {font-size: 0.6875em;}
p,dl,dt,dd,ul,ol,pre,input,textarea,blockquote,cite,label,select {
	font-size:0.75em;
	}
	
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;}
ol li {margin-bottom:5px;}

ul li ul li {
	font-size:inherit;
	color:inherit;
}
/* 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 */
/* End base element styles **No classed or Id elements permitted in this section */

