/* Microsoft HTML Help WorkShop CSS*/

body           {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size : medium;
}


a:link 	{ text-decoration: none;
	background: transparent;
	color: #003399;
} 

a:visited 	{ text-decoration: none;
	background: transparent;
	color: #003399;
} 

a:active 	{ text-decoration: none;
	background: transparent;
} 

a:hover { text-decoration: none;
	color: Red
}


h1 {
	font-family : Garamond;
	color: #003399;
}
h2{
	font-family : Garamond;
	color: #003399;
}
h3{
	font-family : Garamond;
	color: #003399;
}
h5{
	color: #003399;
	margin-top : 0px;
	margin-bottom : 0px;
}

td.menu 	{
	text-align: left;
	font-size: 70%;
	font-size: +12;
}

table.menu 	{
	text-align: left;
	font-size: 70%;
	font-size: +12;
}
			
menuheader 	{
	text-align: left;
	font-size: 90%;
	font-weight : bolder;
}
		
th		{  text-align: left;		}

td		{  margin-right: 0em;
			font-size: 90%; 	}


 td.sectionheader {
	text-align: left;
	font-size: medium;
	border-left-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #3E8CCE;
	font-weight: bold;
	color: #003399;
}
