body {
	margin: 0px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;		
	font-size: 10pt;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

h4, h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	color: Red;
}

p, td, th, ul, ol { 
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
}

table.doHighlight {
  border-collapse:collapse;
	border:1px solid #4B698F; 
}

th {
	background: #D8DFE7;
}

.txtSmall {
	font-size: x-small;	
}

.txtSmallWhite {
	font-size: x-small;	
	color: White;
}

.txtSmallBold {
	font-weight: bold;	
	font-size: x-small;	
}

.txtSmallYellow {
	font-size: x-small;	
	color: #FF8000;
}

.txtSmallYellowBold {
	font-weight: bold;	
	font-size: x-small;	
	color: #FF8000;
}

.txtSmallRed {
	font-size: x-small;	
	color: Red;
}

.txtSmallRedBold {
	font-weight: bold;	
	font-size: x-small;	
	color: Red;
}

.txtNormal {
	font-size: small;	
}

.txtNormalBold {
	font-size: small;	
	font-weight: bold;	
}

.txtYellow {
	color: #FF8000;
}

.txtYellowBold {
	font-weight: bold;	
	color: #FF8000;
}

.txtRed {
	color: Red;
}

.txtRedBold {
	font-weight: bold;	
	color: Red;
}

.txtLarge {
	font-weight: normal;	
}
