﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {  
	margin: 0; 
	padding: 0; 
} 

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

body 
{
	background-color: #f0f0f0;
	color: #606060;
    line-height: 18px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

ul, li, ol , dl, dt, dd {
	list-style: none;
}

fieldset, img, iframe {
	border: 0;
}

legend {
	color: #000000;
}

a {
	color: #939598;
	text-decoration: none;
}

a:hover 
{
	color: #de471a;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

td, th, caption {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

/* remember to define focus styles! */
a:focus {
	outline: 0;
} 