/* ===========================================
	Body
   =========================================== */
body, td ,th {
     font-family: helvetica, arial, sans-serif;
   }

body {
     background-color: 	white;
     color:		black;
   }
/* ===========================================
	Tables
   =========================================== */
th { 
      vertical-align: top;
      text-align: right;
   }

/* ===========================================
	Links
   =========================================== */
a:link {
      /* text-decoration: none; */
      color: #194b9e;
   }

a:visited {
      /* text-decoration: none; */
      color: #194b9e;
   }

a:active {
      text-decoration: underline;
   }

a[href]:hover {
      background-color: #194b9e;
      color:		white;
      text-decoration: none; 
   }

/* ===========================================
	Blocks
   =========================================== */
div.quote {
	font-style: 	italic;
	margin-left:	5%;
	background:	#eeeeee;
	padding-left:	1em;
	padding-right:	1em;
	padding-top:	0.5ex;
	padding-bottom:	0.5ex;
	text-align:	justify;
}
div.quote > P:first-letter { 
	font-size: 200%; 
	font-style: italic;
        font-weight: bold; 
        float: left;
        color: #666666;
}
/* ===========================================
	Lists
   =========================================== */
dt {
     font-weight: bolder;
   }

/* ===========================================
	Phrases
   =========================================== */
q 	{ quotes: '»' '«' }
q > q 	{ quotes: '' '' }
