@charset "utf-8";
/* CSS Document */

.faqQuestion {
	font-weight: bold;
}

.faqAnswer {
	
}

#browserTable {
	width: 100%;
}
/*	In the table of browser instructions, each cell or td is of this class.
*/
.borderBox {
	border: 1px solid black;
	
	padding: 15px;
	
	background: #B5C6DF;
}

/*	This class is used to indicate to the user that a particular option or section is not available for some reason.
*/
.notApplicable {
	color: gray;
}

/*	Selector for the items in the side menu for the page
*/
#containerIncludingShadow #mainContent #mainContentLeft a {
	background: url(../all_pages/page_graphics/nav_link_blue.png) no-repeat;
	
	/*	This is just really so that we don't have to add a <br />
		after every link.
	*/
	display: block;
	
	margin-top: 12px;
	margin-left: 16px;
	padding: 5px 0px 5px 16px;
	
	text-decoration: none;
	font-weight: bold;
	
	color: black;
}
#containerIncludingShadow #mainContent #mainContentLeft a:hover {
	background: url(../all_pages/page_graphics/nav_link_hover.png) no-repeat;
}
#containerIncludingShadow #mainContent #mainContentLeft a:visited {
	color: black;
}