a:link{
	color:#3333FF;
	text-decoration: none;
}

a:visited {	
	color:#3333FF;
	text-decoration: none;
}

a:hover {
	color: #6666FF;
	text-decoration: underline;}

body {
	font-family:  Franklin Gothic Medium;	
	font-size: 10pt;	
	background-color: white;	
	color: black;
	overflow: auto;
	margin: 10px 16px 10px 16px;	
}

link-header { 
	color: #FFFFFF;
	text-decoration : none; 
}

link-header:hover{ 
	text-decoration : underline; 
}

table  {	
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}

h1, h2, h3, h4, h5, h6  {	
	font-family: Franklin Gothic Medium !important;	
	font-size: 175%;
}

button {
	padding: 0px 14px 1px 14px;
	width: 80px;
	height: 21px;
	overflow: visible;
	line-height: 15px;
	cursor: default;
}