﻿/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary,time, mark, audio, video 
{	margin: 0 auto;	padding: 0 ;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */







/* Navigation tabs start */



a.navitabs, a.navitabs:link, a.navitabs:visited {
	display: block;
width: 96px;
height: 40px;
background: #bbb;
border: 1px solid black;
margin: 0px 11px 0 0;
text-align: center;
text-decoration: none;
font-family: verdana, arial, sans-serif;
font-size: 14px;

color: black;
line-height: 20px;
overflow: hidden;
float: left;


}


#navibar {

	width: 805px;
margin: 1px 0 0 30px;



}



/* Navigation tabs end */
a.navitabs:hover {
	color: white;
	background: black;
	
	
	
}





a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #00FF00;
}
