/* CSS Document */

body{
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 10px
	
}

/* All links will not have an underline under them */
a {
	text-decoration:none
}

/*  This is the text in the top banner, displaying date of last update */
.last_modified {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	right: 10px;
	padding-right:10px;
}

/* This is the big title, infront of the red b/g   */
.title {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-left:10px;
}
/*  This is the main text text formatting, default is small, with a 
		size 5 header (h5) for titles   */
.body_text {
	font-size: 12px;
	padding: 0px 0px 0px 10px;
	
}

h1 {
	font-size:16px;
	color:#000000;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 10px;
}

/* End of the main text   */


/* This is the left_nav text info*/
.left_nav {
	font-size: 14px;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 0px;
	left: 0px;
}

 .left_nav a:link {color: #000000; text-decoration: none;}
 .left_nav a:visited {color: #000000; text-decoration: none;}
 .left_nav a:hover {color: #7294a6; text-decoration:underline;}
 .left_nav a:active {color: #000000; text-decoration:none;}
 /* End of the left_nav info */
 
 
 
 /* This is the footer info */
 .footer {
	font-size: 10px;
	color: #FFFFFF;
}

.footer a:link {color: #ffffff; text-decoration: none;}
.footer a:visited {color: #ffffff; text-decoration: none;}
.footer a:hover {color: #7294a6; text-decoration:underline;}
.footer a:active {color: #ffffff; text-decoration:none;}




.links {
	font-size: 10px;
}
/* End of the footer info */

/* Bullets for each page  */
ul.bullets {
	font-size:1em;
	font-family:verdana;
	color:#000000;
	list-style-type: circle;
 }

.date {
	font-size: 14px;
	font-weight: bold;
}
.footer_red {

	font-size: 6px;
	color: #982E3C;
}
#Table_01 .body_text table {
	font-size: 10px;
	border-bottom-style: solid;
}
