body   {
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d9dfe6;
font-family: Verdana, Geneva, Arial, SunSans-Regular, sans-serif;
font-size:11px;
text-align: left; 

/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	}
	

/* Footer time stamp text */						
		.graytext {
color:#999999;
font-family:verdana,arial,sans-serif;
font-size:10px;
text-align: left; 
}
	

p {
		}
td {
		}


/* Text */	
.important1_text { 
	font-size: 10px; 
	font-weight: bold;
	color: #CC0000;
							}
							
.important2_text { 
	font-size: 10px; 
	font-weight: bold;
	color: #FF6600;
							}
										
							
.large_text { 
	font-size: medium; 
						}
.medium_text { 
	font-size: small; 
						}
						
.small_text { 
	font-size: smaller; 
						}



/* Link colors */	
a:link { 
	color: #039; 
	text-decoration: none; 
							}
a:visited { 
	color: #69c; 
	text-decoration: none; 
							}
a:hover { 
	color: #36f; 
	text-decoration: underline; 
	background-image: none; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
								}
a:active { 
	color: #fdb209; 
	text-decoration: none; 
							}

/* Box and Border color */											}

.box_blue	{ 
	background-color: #f3da7f; 
	padding: 5px; 
	border: solid 1px #5f87af; 
								}
.box_white	{
	background-color: #ffffff;
	width: 760px;
	border: solid 1px #cccccc; 
	margin: 0 0 0 0;
	padding:0;
	margin-left: auto;
	margin-right: auto;

								}
								
.box_white_grey_border	{ 
	background-color: #ffffff; 
	padding: 5px; 
	border: solid 1px #cccccc; 
								}
.box_grey_border	{ 
	background-color: #efefef; 
	padding: 5px; 
	border: solid 1px #cccccc; 
								}
.box_gold	{ 
	background-color: #f6ecc8; 
	padding: 10px; 
	border-right: 1px dotted #5f87af; 
										}
.box_white_blue_lines { 
	background-color: #fff; 
	padding: 5px; 
	border-top: 1px solid #5f87af; 
	border-bottom: 1px solid #5f87af; 
										}
.box_blue_border { 
	padding: 5px; 
	border: solid 1px #5f87af; 
								}

/* Bullet list */	
#toc li    { 
	list-style-image: url("../images/tocbullet.gif"); 
	list-style-position: outside; 
	padding-right: 5px; 
	padding-bottom: 1px; 
						}

#bullet li {

list-style-image:url(../images/bullet.gif);
list-style-position:outside;
margin-left:15px;
padding-right: 5px; 
}

.blue_bar { 
	background-color: #9eafc7; 
	margin-left: -5px; 
	padding-left: 2px; 
						}
						

ol	{ 
	margin-left: 10px; 
	list-style-type: decimal; 
								}
.bcrumbs {
	font: normal 10px/15px Arial, Helvetica, sans-serif;
	}
