/* CSS Document */
BODY {
margin-top: 0px;  
margin-left: 0px;  
margin-right: 0px; 
margin-bottom: 0px; 
}

TABLE {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	}

P {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	}

A{
	color: #006699;
	text-decoration: underline;
	font-size: 14px;
}

A: active{
	color: #006699;
	text-decoration: underline;
	font-size: 14px;
}

A: link{
	color: #006699;
	text-decoration: underline;
	font-size: 14px;
}
A:hover {
	color: #000000;
	font-size: 14px;
}
A:visited {
	color: #666666;
	text-decoration: underline;
	font-size: 14px;
}
A:visited:hover {
	color: #006699;
	font-size: 14px;
}
A.bullets {
	color: #006699;
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
}

A.bullets:hover {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}

A.bullets:visited {
	color: #006699;
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
}

A.bullets:visited:hover {
	color: #000000;
	font-size: 16px;
	font-weight:bold;
}

.smallbox {
	/* background-color:#EEEEEE; */
	border:1px solid #FFFFFF;
	padding:3px;
	color:#000000;
	width:220px; 
	border:1px solid #CCCCCC;	
	}
	
.shadedBackground {
width: 100%;
padding:3px;
background-color: #EEEEEE;
border:1px solid #FFFFFF;
}
	
.unShadedBackground {
	background-color: #FFFFFF;
}

.pHeader {
	 background-color:#EEEEEE;
	 font-weight:bold;
	 padding:3px;
	 font-size:16px;
	 text-align:left;
}
.bluePointer {
	background-image: url(images/blue_pointer.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 15px;
}

.pdf {
	font-size: 10px;
	font-family: arial, sans-serif;
}
