/* -------------------------------
	tag definitions
-------------------------------- */
	
body	{	background: #ffffff;
			margin-left: 0px;
			margin-top: 10px;
			margin-right: 0px;
			padding: 0px;
			color: #000000; }
td		{	font-family: Arial, Helvetica, sans-serif;
			font-size : 10pt;
			color: #000000;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}

td.handshake
		{	background: url(../images/hm-welcomeback.jpg) #ffffff repeat-x;
			font-family: Arial, Helvetica, sans-serif;
			font-size : 9pt;
			color: #000000;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}
td.welcome
		{	font-family: Arial, Helvetica, sans-serif;
			font-size : 9pt;
			color: #000000;
			vertical-align : top;
			text-align: justify;
			/*margin: 0px;
			padding: 0px;*/	}
td.content
		{	background: url(../images/content-back.gif) #ffffff repeat-y;
			font-family: Arial, Helvetica, sans-serif;
			font-size : 9pt;
			color: #000000;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}

td.nav
		{	background: #cc0000;
			font-family: Arial, Helvetica, sans-serif;
			font-size : 9pt;
			color: #ffffff;
			vertical-align : top;
			text-align: justify;
			/*margin: 0px;
			padding: 0px;*/	}

			
input,select,option,textarea	{	font-family: Arial, Helvetica, sans-serif;
									font-size: 11px; }
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: #cc0000; text-decoration: underline;  }  /* underline links */ 


A:link.small,A:active.small,A:hover.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #cc0000;
	}
A:visited.small { 
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #cc0000;
	}
A:link.white,A:visited.white,A:active.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
	text-decoration: underline;
	color: #ffffff;
	}
A:hover.white { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:10pt;
	color: #ffffff;
	font-weight: normal;
	}
H3 {
	font-size: 14pt;
	margin-top: 10;
	margin-bottom: 10;
	margin-left: 0;
	margin-right: 0;
}
H4 {
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}


/* -------------------------------
	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 : 8pt;
	color: #000000;
	}
.smallwhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #ffffff;
	}	