/*##################################################################
Style Sheet Description
	
Sections
	Standard Tag defaults
	Template Styles

HOW-TO
	center a table : 		margin-left:auto; margin-right:auto;
	margin: 0; 				removes indent IE and Opera
	padding: 0; 			removes indent Mozilla and NN7
	list-style-type: none; 	turns off display of bullet or try disc, circle square or a url: list-style-image: url(arrow.gif)
##################################################################*/
/* TP_headertopmenu : the top menu of the site will be included inside this TD cell */
table.TP_headertopmenu {
	background-color: #ffffff;
	width:100%;
}
td.TP_headertopmenu{
   color: #ffffff;
   font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: center;
   font-weight: bold;
}
a.TP_headertopmenu:link		{color:#ffffff;text-decoration:none;}
a.TP_headertopmenu:visited	{color:#ffffff;text-decoration:none;}
a.TP_headertopmenu:active	{color:#ffffff;text-decoration:none;}
a.TP_headertopmenu:hover	{color:#ffffff;text-decoration:none;}

td.TP_headertopmenu_on{
   color: #ffffff;
   font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
   text-align: center;
   font-weight: bold;
}

a.TP_headertopmenu_on:link		{color:#ffffff;text-decoration:none;}
a.TP_headertopmenu_on:visited	{color:#ffffff;text-decoration:none;}
a.TP_headertopmenu_on:active	{color:#ffffff;text-decoration:none;}
a.TP_headertopmenu_on:hover		{color:#ffffff;text-decoration:none;}
TABLE.topmenuborder {
	
}

/*##################################################################*/
/* TP_headersubmenu : the sub menu of the site will be included inside this TD cell */

Table.TP_headersubmenu{
	width:100%;
}
ul.TP_headersubmenu{
	list-style-type: square;
}
/*---------------------*/

td.TP_headersubmenu{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}
a.TP_headersubmenu:link		{font-size: 10px;color:#ffffff;text-decoration:none;}
a.TP_headersubmenu:visited	{font-size: 10px;color:#ffffff;text-decoration:none;}
a.TP_headersubmenu:active	{font-size: 10px;color:#ffffff;text-decoration:none;}
a.TP_headersubmenu:hover	{font-size: 10px;color:#003366;text-decoration:underline;}
/*---------------------*/

td.TP_headersubmenu_on{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}
a.TP_headersubmenu_on:link		{font-size: 10px;color:#003366;text-decoration:underline;}
a.TP_headersubmenu_on:visited	{font-size: 10px;color:#003366;text-decoration:underline;}
a.TP_headersubmenu_on:active	{font-size: 10px;color:#003366;text-decoration:underline;}
a.TP_headersubmenu_on:hover		{font-size: 10px;color:#ffffff;text-decoration:none;}

/*##################################################################*/
