/* Stylesheet: suitable Modified On 2011-03-04 19:02:53 */
/*	Styles for Suitable Systems' web site.  */

.homelive {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 18px;
}
.suitablesystems {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 28px;
	font-weight: bold;
	color: #333366;
}
.indent {
	margin-left: 20px
}
.head {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.subhead {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
}
.text {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: normal;
}
.boldtext {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}


/* The following styles are used in the JavaScript-generated left navigation panel. Each <A> tag in the
		panel is given one of the following classes:
	nav1 - Items in the top navigation level
	nav2, nav3 - Items in the second or third navigation level
	navXsel - The currently selected item (in level X)
	navXmap - Item in level X, in site map
	navXmaplabel - Label for item in level X in map
*/

/* All menu items rendered in Verdana/Arial/Helvetica/sans */
.nav1, .nav1sel, .nav1map, .nav1maplabel, .nav2, .nav2sel, .nav2map, .nav2maplabel, .nav3, .nav3sel, .nav3map, .nav3maplabel, .nav4, .nav4sel, .nav4map, .nav4maplabel  {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

/* Level 1 items */
.nav1, .nav1sel {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin-left: 10px;
}

/* Level 2 items */
.nav2, .nav2sel {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin-left: 15px;
}

/* Level 3 items */
.nav3, .nav3sel {
	font-size: 9px;
	font-weight: normal;
	line-height: 13px;
	margin-left: 20px;
}

/* Level 4 items */
.nav4, .nav4sel {
	font-size: 9px;
	font-weight: normal;
	line-height: 13px;
	margin-left: 25px;
}

/* Unselected items */
.nav1, .nav2, .nav3, .nav4, .nav4 {
	color: #222222; /* was #333333 */
}

/* Selected items */
.nav1sel, .nav2sel, .nav3sel, .nav4sel {
	color: #333388; /* was #5555aa */
}

/* Level 1 map items */
.nav1map {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin-left: 20px;
}

/* Level 2 map items */
.nav2map {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin-left: 40px;
}

/* Level 3 map items */
.nav3map {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-left: 60px;
}

/* Level 4 map items */
.nav4map {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 80px;
}

/* Level 1 map labels */
.nav1maplabel {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

/* Level 2 map labels */
.nav2maplabel {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

/* Level 3 map labels */
.nav3maplabel {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
}

/* Level 4 map labels */
.nav4maplabel {
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

/* Map items */
.nav1map, .nav2map, .nav3map, .nav4map {
	color: #000000;
}

/* Map labels */
.nav1maplabel, .nav2maplabel, .nav3maplabel, .nav4maplabel {
	color: #333388;
}

/* Blank lines */
.navblank {
	font-size: 5px;
}

.navblankmap {
	font-size: 10px;
}

/************************ Modification to standard tags ***************************/


hr {
    height:1px;
    width:100%;
    background:#aaaaaa;
    margin: 0px 10px 0px 0px;  
   }

pre {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}