/*
*	2006-03-30
*
*	Global stylesheet which is included by the Neo Pages.
*
*	All standard items in here should be implemented.
*/

body{
	margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6, p, li, ol, body{	
	font-family: 	 Arial, Verdana, Helvetica, sans-serif;
	font-size: 		12px;
	color: 			#006699;
}
h1 {
	font-size: 18px
}
h2 {
	font-size: 16px
}
h3 {
	font-size: 14px
}
h4 {
	font-size: 12px
}
h5 {
	font-size: 12px
}
h6 {
	font-size: 12px
}
li {
	padding: 3px 0px;
}
a		{	font-family: 		Arial, Verdana, Helvetica, sans-serif;
			font-size: 		12px;
			color: 			#0082CC;
			text-decoration:	underline
		}
a:hover		{	color: 			#004E7A;
			text-decoration:	none
		}
		
img{
	border: 0px;
}
hr {
	color: #006699;
	height: 1px;
}
