/* -------------------------------
	tag definitions
-------------------------------- */
	
body	{	background: #ffffff;
			margin: 0px;
			padding: 0px;
			color: #000000; }
td		{	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size : 8pt;
			color: #666666;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}
td.vert-back
		{	background: url(../images/vert-back.gif);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size : 8pt;
			color: #666666;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}

input,select,option,textarea	{	font-family: Arial, Helvetica, sans-serif;
									font-size: 10px; }
form	{	margin: 0px;
			padding: 0px;	}

a 		{	text-decoration: none;  color: #000000  }  /* for anchors without HREFs */ 						
a:link		{	color: #cc0000; text-decoration: underline;	}	/* all links not yet visited */
a:visited	{	color: #cc0000; text-decoration: underline;	}       /* visited links */
a:active	{	color: #cc0000; text-decoration: underline;	}       /* active links  */
a:hover 	{	color: #000000; text-decoration: underline;  }  /* underline links */ 


A:link.small,A:visited.small,A:active.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #cccccc;
	}
A:hover.small { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:8pt;
	color: #ffffff;
	font-weight: normal;
	}
A:link.white,A:visited.white,A:active.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	}
A:hover.white { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:9pt;
	color: #99ccff;
	font-weight: normal;
	}
H3 {
	font-size: 14pt;
}
H3.red {
	color: #cc0000;
	font-size: 14pt;
}
TD.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	color: #ffffff;
	vertical-align : top;
	background-color: #003366;
	}
TD.page_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	color: #cccccc;
	vertical-align : bottom;
	background-color: #003366;
	}
TD.dark_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	color: #99ccff;
	vertical-align : top;
	background-color: #003366;
	}
TD.med_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	color: #ffffff;
	vertical-align : top;
	background-color: #006699;
	text-align:justify;
	}
TD.med_blue_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	color: #ffffff;
	vertical-align : top;
	}
TD.dark_blue_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	color: #99ccff;
	vertical-align : top;
	}
TD.home_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color: #ffffff;
	vertical-align : middle;
	background-color: #003366;
	}
TD.nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color: #003366;
	vertical-align : middle;
	background-color: #ffffff;
	}
TD.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: bold;
	color: #006699;
	vertical-align : middle;
	background-color: #cccccc;
	}

/* -------------------------------
	miscellaneous
-------------------------------- */	
	
.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight: bold;
	background-color: #006699;
	color: #ffffff;
	}
.side_navbar {
	color: #ffffff;
	}
.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight: bold;
	color: #999999;
	}
.sub_title {
	font-family: Arial, Helvetica, Sans-serif;
	font-size : 12pt;
	font-weight: bold;
	color: #000000;
	}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #cccccc;
	}