/* Generic styling */
body		{	background-color : #333333 ;
			color : #ffffff ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			margin-top : 10px ;
			margin-bottom : 10px ;
			margin-left : 5px ;
			margin-right : 5px ; }

b, strong	{	font-weight : bold ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #cccccc ;
			height : 1px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 20px ;
			color : #eeeeee ;
			margin-bottom : 5px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 18px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 10px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 20px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 100% ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			color : #000000 ; }

#Nav		{	background-color : #333333 ; }

#Nav a		{	padding : 15px 10px ;
			margin : 5px 0px ;
			line-height : 16px;
			font-size : 12px ; }

#Nav p		{	padding : 10px ; }

/* All link styles */

a img		{	border-color : #999999 ; }

a:link		{	text-decoration : none ;
			color : #eeeeee ; }

a:visited	{	text-decoration : none ;
			color : #eeeeee ; }

a:hover		{	text-decoration : none ;
			color : #ff0000 ; }


#Nav a:link	{	text-decoration : none ;
			font-weight : bold ;
			color : #eeeeee ; }

#Nav a:visited	{	text-decoration : none ;
			font-weight : bold ;
			color : #eeeeee ; }

#Nav a:hover	{	text-decoration : none ;
			font-weight : bold ;
			background-color : #000000 ;
			color : #eeeeee ; }
