content-type: text/css

/*****************************************************************************************************************************************************
/* Set global or multiple options first.*/
******************************************************************************************************************************************************/
body,h1,h2,h3,h4,p,td,th,ul,ol {font-family:arial,helvetic, sans-serif;}

h1 {
	color: 00008B;
	align: center;
	
	}
    
h2 {
	color: 00008B;
	align: center;
	
	}
    
h3 {
	align: center;
	
	font-size:14px;
	color:00008B;
	}

h4 {
	color: 00008B;
	align: center;
	text-align: center;
	}

b  {
	font-size: 14px;
	color: 00008B;
	align: center;
	text-align: center;
	}

	
body {
	margin-top:20px;
      margin-right:20px;
      margin-bottom:20px;
      margin-left:148px;
      text-align:justify;
	}

A:link    { color: #000066 }    /* unvisited links */
A:visited { color: #990033}   /* visited links   */
A:hover   { color: green } /* user hovers     */
A:active  { color: #006699 }   /* active links    */


p {
	text-align: justify;
	font-size: 14px;
	margin-left:+2.5%;
	margin-right:+2.5%;
	}

div {
	text-align:justify;
	font-size: 0.9em;
	margin-left:+2.5%;
	margin-right:+2.5%;
	}

table {
	empty-cells: show;
	table-layout: fixed;
	}

tr {
	text-align : top;
	table-layout: fixed;
	border-collapse: collapse;
	}

td {
	text-align : top;
	font-size:0.9em;
	table-layout: fixed;
	border-collapse: collapse;
	}

ul {
	font-size: 0.9em;
	list-style-type: none;
	}

caption{
	font-weight:bold;
	text-align:left;
	font-size: 0.9em;
	}

/******************************************************************************/
/******************************************************************************/
/* Definitions for notices                                                    */
/******************************************************************************/
.aqdb_notice-heading {
	text-align: center;
	text-indent:+2.5%;
	font-size:1em;
	color: red;
    } 
	
	
.aqdb_notice {
	text-align: center;
	text-indent:+2.5%;
	font-size:1em;
	color:black;
    }	