﻿body {	
	background-color: #fff;
	font: normal normal normal small Verdana,Arial,Helvetica,sans-serif;
	margin: 0; /* positions the content in the top left */
	padding: 0; /* used by Opera to position the content in the top left*/
}
	
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	color : #333;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /* needs to be redefined here for older browsers */
}

p, ul, ol, li {	line-height: 100%; }
big { font-size: 110%; }	
strong, b { font-weight: bold; }

/* sample header sizes, customize for each project */	  
h1 { font-size: 125%; }
h2 { font-size: 120%; }
h3 { font-size: 115%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }
h6 { font-size: 97%; }


a { color: #EA7E1E; }	
a:visited {	color : #666; }
a:hover { color : #000; text-decoration: none;}
a:focus { color : #000; }
a:active { color : #036; }	

*/
.devNote {
	color: #00FF00;
	background-color: #FF0033;	
}

#navigation a {text-decoration:none; padding:0 0 0 0;}
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #000; 
	background: #669ACC url('../images/tab-blue-left.gif') left top no-repeat; 
	font-weight:bold; 
	padding-left: 10px
}
#navigation a:link span, #navigation a:visited span, #navigation a:active span {
	background: #669ACC url("../images/tab-blue-right.gif") right top no-repeat; 
	padding-right: 10px
}
#navigation a:hover {
	color: #fff; 
/*	background: #26a url("../images/tab-blue-left2.gif") left top no-repeat; */
	font-weight:bold; 
	padding-left: 10px
}
#navigation a:hover span {
/*	background: #26a url("../images/tab-blue-right2.gif") right top no-repeat; */
	padding-right: 10px
}

