/* ***********************************************************
** GENERIC BODY ELEMENTS *************************************
************************************************************/
body  {
	text-indent : 0px;
}

div {
	font : 100% tahoma;
	text-indent : 50px;
}
tr.header{
	color:#333366;
	background-color : #ebebeb;
	font : bold 95% Arial, Helvetica, sans-serif;;
	text-align : center;
}
table{
	color:#333366;
	font : 90% Arial, Helvetica, sans-serif;;

}

h1  {
	font : bold 170% Arial, Helvetica, sans-serif;
	color : #123456;
	border-bottom : 1px solid #CCCCCC;
	margin-top : 0;
	margin-bottom : 1ex;
	text-indent : 0;
	text-align : left;
}

h2  {
	font : bold 150% Arial, Helvetica, sans-serif;
	color : #123456;
	height : 20pt;
	margin-top : 0;
	margin-bottom : 1ex;
	text-align : left;
}
h3  {
	font : bold 100% Arial, Helvetica, sans-serif;
	color : #123456;
	margin-top : 0;
	margin-bottom : 1ex;
	text-align : left;
}
p  {	
	font : 110% Arial, Helvetica, sans-serif;
	margin-top : 1ex;
	margin-bottom : 1ex;
	text-indent : 0px;
}

a:link.bar,a:visited.bar  {
	text-decoration : none;
	text-indent : 2;
	color:blue;
	height:15pt;
	font:bold;
}

a:link,a:visited  {
	text-decoration : none;
	text-indent : 2;
	color:blue;
	font:bold;
}

a:hover  {
	text-decoration : underline;
}

a:hover.bar  {
	text-decoration : underline;
}

.right_border  {
	border-right : 1px solid #CCCCCC;
}

.hand {
	cursor:pointer;
	cursor:hand;
}
