td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0033FF;
; text-decoration: none
}
a:visited {
	color: #0033FF;
; text-decoration: none
}
a:hover {
	color: #0033FF;
; text-decoration: underline
}
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #FFFFCC;
	border: #0000FF;
	letter-spacing: normal;
	word-spacing: normal;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	letter-spacing: normal;
	word-spacing: normal;
	width: auto;
}

/*
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #FFFFCC;
	letter-spacing: normal;
	word-spacing: normal;
} 
*/

input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	background-color: #FFFFCC;
	letter-spacing: normal;
	word-spacing: normal;
} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
strong {
	color: #000000;
}
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	font-size: x-small;
	padding: 1px 3px;

}
p {
	margin: 0px;
	padding: 5px 5px;
	left: 0px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.subheading { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 130%; 
	font-style: italic; 
	font-weight: bold;
	padding: 15px 0px 0px 5px;
	color: #000000;
}
.solution { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	font-style: normal; 
	padding: 0px 0px 0px 0px;
	color: #000000;
}
/* Newsletter */
#nlmasthead {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#4F81BD;
	color: #003366;
	text-align:right;
	padding: 10px;
}
#nlmasthead .title {
	font-size: 300%;
	font-weight: bold;
}
#nlmasthead .issue {
	font-size: 120%;
}
#nlbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: -10px 10px 10px 10px;
	line-height: 120%;
}
#nlbody h1 {
	font-size: 160%;
	font-weight: bold;
	color: #003366;
	padding-top: 20px;
	margin-bottom: 5px;
}
#nlbody p {
	font-size: 100%;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#nltoc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 90%;
}
#nltoc h2 {
	font-size: 140%;
	font-weight: bold;
	color: #003366;
	padding-left: 10px;
	padding-bottom: 0px;
}
#nltoc p {
	line-height: 140%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#nltoc img {
	padding: 10px;
}
#nltoc .tip {
	margin: 350px 10px 10px 10px;
	background-color:#CCCCCC;
	border: thin;
	border-color: #666666;
	padding: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 115%;
	line-height: 150%;
}	
.issuelink 
{
	font-size: 140%;
}	
.hidden { display: none; }
.unhidden { display: block; }

/* Rounded Corner Boxes */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 32em; /* ems so it will grow.  sets width of box */
	background: url(pictures/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(pictures/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(pictures/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(pictures/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: center;
}


/* the overlayed element */ 
.apple_overlay { 
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* growing background image */ 
    background-image:url(/pictures/overlay/white.png); 
     
    /*  
        width after the growing animation finishes 
        height is automatically calculated 
    */ 
    width:640px;         
     
    /* some padding to layout nested elements nicely  */ 
    padding:35px; 
 
    /* a little styling */     
    font-size:11px; 
} 
 
/* default close button positioned on upper right corner */ 
.apple_overlay div.close { 
    background-image:url(/pictures/overlay/close.png); 
    position:absolute; right:5px; top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}