@CHARSET "ISO-8859-1";

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: Arial,Helmet,Freesans,sans-serif;
	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;
        empty-cells: show;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End css reset */

div {
	/*margin-left: 40px;*/
	font-size: 17px;
	}
	
	
#header {
	
	/*margin-top: 40px;*/
	margin-bottom: 20px;
	color: #0;
	font-size: 25px;
	font-family: Arial;
        text-align: left;
	}
	
#content {
	margin-bottom: 40px;
	}
	
	
hr {
	background-color: #006ca1;
	color: #006ca1;
	border-top: 1px solid #006ca1;
	}
	
#footer {
	width: 90%;
	text-align: left; 
	}
	
#footer img {
	margin-right: 25px;
	padding-left: 3px;
	}

#extracol {
	width="50";
	border-bottom: 0px solid #d32c2c;
	}
	

table{
	border-spacing: 0;
	width: 95%;
	font-family: Arial;
	}
	

thead {
	background-color: #000000;
	color: white;
	font-style: italic;
}

th2 {
	height: 20px;
	padding-top: 5px;
	padding-left: 3px;
	}

h2 {
  font-size: 15px;  
}

h3 {
  font-size: 10px;  
}

h4 {
  font-size: 8px;
}
h5 {
  font-size: 6px;  
}

th {
	height: 43px;
	padding-top: 5px;
	padding-left: 3px;
	}


tbody {
        font-size: 12px;
	color: #000000;
	}
tbody td {
	border-bottom: 1px solid #d32c2c;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	}
tbody a{
	color: #000000;
	text-decoration: none;
	}

tr {
	border: none;
}

tbody tr:hover {
  background-color: #F0F0F0;
}