/* Presentation Stylesheet */ 

/* Specific tags */

ul, li, td {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 1.0em;
}

p {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #008;
}
h1 {
	font-size:1.6em;
	font-weight:normal;
	}
h2{
	font-size:1.4em;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
	padding:0;
	margin:0; margin-bottom:0.5em;
	font-weight:normal;
}
h4 {
	font-size:1.0em;
	font-weight:bold;

}

hr { 	
	color: #008;
	border: 0;
	width: 100%;
	height: 1px;}





.small { font-size:.8em; }

/* Links */
a:link, a:visited, a:active {font-weight: normal;text-decoration:none;color:#008;}
a:hover	{font-weight: normal;color: #800;}

a.menu {font-size:1em; line-height:1.2em;}
a.menu:link, a.menu:active, a.menu:visited{color:#000;text-decoration:none;}
a.menu:hover{color:#900;text-decoration:none;}

a.menu_on {font-size:1em; line-height:1.2em;}
a.menu_on:link, a.menu_on:active, a.menu_on:visited,a.menu_on:hover{color:#900;text-decoration:none;}

/*highlights the current page in the menu */
a.footer {font-size:.8em;color:#000;}
a.footer:link, a.footer:active, a.footer:visited{color:#000;text-decoration:none;}
a.footer:hover{color:#900;text-decoration:none;}

img {border:0px;}

