/*
colors
bg #fbf7e7
blue #859aba
red #ca5609
pink #f69e9e
grey #d7cece 
*/

body		{ 
		background-color: #ffffff;
		font-family:  Arial, Verdana, "Sans Serif";
		color: #000000; 
		font-size: 9pt;
		margin: 0;
		padding: 0; /* To accommodate Opera */
		}
		
h1		{
		font-size: 11pt;
		color: #125485;
		}
h2		{
		font-size: 10pt;
		color: #125485;
		}

h3		{
		font-size: 9pt;
		color: #125485;
		}

table		{
		width: 100%;
		padding:0;
		border:1px;
		border-color: #000000;
		}
		
td		{
		vertical-align: top;
		}
		
img		{
		border: 0;
		margin: 0;
		padding: 0;
		}

.main_cell	{
		border-right: 1px solid #000066;
		border-bottom: 1px solid #000066;
		vertical-align:top;
		font-size:9pt;
		}
		
.bars img	{
		padding: 2px;
		display: block;
		text-align: center;
		border:0;
		}

.main_menu	{
		padding: 2px;
		font-size: 9pt;
		text-align: center;
		border:0;
		}


.menu_table	{
		border:0;
		vertical-align:top;
		font-size:9pt;
		background: #535d70;
		color: #ffffff;
		}

.menu_table a		{text-decoration: none;}
.menu_table a:link	{color: #ffffff;}
.menu_table a:active	{color: #ffffff;}
.menu_table a:visited	{color: #ffffff;}
.menu_table a:hover	{color: #f5f6ac; text-decoration: overline underline;}


.wa_footer		{
		color: #999999; 
		font-size: 8pt;
		display: block;
		text-align: center;
		border:0;
		}

.center		{
		text-align: center;
		}

.pagetitle	{
		color: #000066;
		font-size:12pt;
		font-weight: bold;
		}

.smalltext	{
		font-size:8pt;		
		}

.ccc_bg_color	{
		background: #CCCCCC;
		color: #000066;
		font-size:8pt;
		}

.006_bg_color	{
		background: #000066;
		color: #CCCCCC;
		font-size:8pt;
		}


.logo_table	{
		border:0;
		vertical-align:top;
		font-size:10pt;
		font-weight: bold;
		background: #CCCCCC;
		color: #000066;
		}

.logo_table a		{text-decoration: none;}
.logo_table a:link	{color: #125485;}
.logo_table a:active	{color: #125485;}
.logo_table a:visited	{color: #125485;}
.logo_table a:hover	{color: #125485;}

	
a:link		{color: #125485;}
a:active	{color: #125485;}
a:visited	{color: #125485;}
a:hover		{color: #ca5609;}
