@charset "utf-8";
/* http://www.alistapart.com/c/ala.css */
a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #000; 
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #000;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #000;
	background: transparent;  
	}


body{
	background : #FFFFFF;
}

h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18pt;
}

h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
}

h3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

h4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
}

h5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

h6{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

#copyright, #hrule, #toc, #footnav {
	display: none;
}

p,blockquote,ol,ul, li, td,th,dl,dt,dd{
	font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #333; /* http://www.alistapart.com/c/ala.css */
}

pre{
	font-family : "Courier New", Courier, monospace;
	font-size : 9pt;
}

td,th{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.subtitle{
	color : #999999;
	font-weight: normal;
}

.navbar{
	background : #FFFFFF;
	font-size : 8pt;
}

.red{
	color : #FF0000;
}

.small{
	font-size : 8pt;
}
