#navigation {
font-size:90%;
font-weight:bold;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 1em;
}
#navigation li {
display: inline;
}
#navigation a:link, #navigation a:visited {
margin-right: 0.2em;
padding: 0.2em 0.6em 0.2em 0.6em;
color: #3A6353;
background-color: #F3F2F1;
text-decoration: none;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-bottom: 1px solid #717171;
border-right: 1px solid #717171;
}
#navigation a:hover {
border-top: 1px solid #717171;
border-left: 1px solid #717171;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
/* Set the text foreground color of the buttons to white. */
color: #FFFFFF;
/* Set the button background color to turqois. */
background-color: #01C4E1;
}

/*	---------------------------------------- */

/*	Body Settings start */

body
{
    color: #151B54;font-family:Arial; font-size:12pt;    
    background-color: #668163; link: #000080; vlink: #3333FF; 
    alink: #000080; text-align: center;     


}

/*	Body Settings end */

/*	---------------------------------------- */
/*	Heading Settings Start */
h1
{
	color: #0E95A8;font-family:Britannic Bold; font-size:24pt; font-weight:bold; margin-top:-1; margin-bottom:0
}
h2
{
	color: #0E95A8;font-family:Britannic Bold; font-size:24pt; font-weight:bold; margin-top:-1; margin-bottom:0 
}
h3
{
	color: #0E95A8;font-family:Arial; font-size:16pt; font-weight:bold; margin-bottom:0
}
h4
{
	color: #0E95A8;font-family:Arial; font-size:11pt; margin-top:-1 
}
h5
{
	color: #0E95A8;font-family:Arial; font-size:10pt; margin-top:-1
}
h6
{
	color: #0E95A8;font-family:Arial; font-size:8pt;
}
/*	Heading Settings End */

/*	---------------------------------------- */

/*	Table Settings Start */

table
{
      style="color: red";font-family: arial; font-size:12pt; 
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 

}
/*	Table Settings End */

/*	---------------------------------------- */


