	/* 	*** generic.css
		Cascading Style Sheet used by index and content pages */

	li {
		list-style: none;
		margin-left: 0px;
		padding-left: 1em;
		text-indent: -1em;
		border-left: 0px;
		margin-bottom: 2px;
	}

	li.ext {
		list-style: none;
		margin-left: 0px;
		padding-left: 0em;
		text-indent: -1em;
		border-left: 0px;
		margin-bottom: 2px;
	}


	li.sidebar {
		list-style: disc;
		list-style: position outside;
		list-style: image url(images/li_bullets/green.gif);
		margin-left: 0px;
		margin-right: 1px;
		padding-left: 0.5em;
		text-indent: 1em;
		border-left: 0px;
		margin-bottom:7px;
	}


	body, table, td, p {
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #666666;
		margin: 0; 
	}

	h5 {
		font-family: arial, sans-serif;
		font-size: 17px;
		color: #193889;
		margin: 0; 
	}

	h6 {
		font-family: arial, sans-serif;
		font-size: 15px;
		font-style: bold;
		color: #8DC73E;
		margin: 0; 
	}

	h6#sidebar {
		font-family: arial, sans-serif;
		font-size: 15px;
		font-style: bold;
		color: white;
		margin: 0; 
	}




	table.footerlinks, td.footerlinks {
		font-family: verdana, sans-serif;
		font-size:10px;
		color: #666666;
	}

	table.headerlinks, td.headerlinks {
		font-family: verdana, sans-serif;
		font-size:10px;
		color: #666666;
	}

	A {
		COLOR: #666666;
		FONT-FAMILY: Arial, sans-serif;
	}
	
	A:visited {
		COLOR: #666666;
		FONT-FAMILY: Arial, sans-serif;
	}
	
	A:hover {
		COLOR: #8EC63F;
	}
	
	A:visited:hover {
		COLOR: #8EC63F;
	}
	
	A:active:hover {
		COLOR: #8EC63F;
	}
	


	A.contentlink {
		TEXT-DECORATION: none;
		COLOR: #666666;
		FONT-FAMILY: Arial, sans-serif;
	}
	
	A.contentlink:visited {
		COLOR: #666666;
		FONT-FAMILY: Arial, sans-serif;
	}
	
	A.contentlink:hover {
		COLOR: #8EC63F;
	}
	
	A.contentlink:visited:hover {
		COLOR: #8EC63F;
	}
	
	A.contentlink:active:hover {
		COLOR: #8EC63F;
	}	

	a#sidebar {
		TEXT-DECORATION: none;
		font-size: 1.5em;
		font-style: normal;
		COLOR: #FFFFFF;
		FONT-FAMILY: Arial;
	}

	a#sidebar:hover {
		TEXT-DECORATION: none;
		font-size: 1.5em;
		font-style: normal;
		COLOR: #193889;
		FONT-FAMILY: Arial;
	}

	a#netstat {
		TEXT-DECORATION: none;
		font-size: 10pt;
		font-style: bold;
		color: #193889;
		width: 150;
		FONT-FAMILY: Arial;
	}

	a#netstat:hover {
		TEXT-DECORATION: none;
		font-size: 10pt;
		font-style: bold;
		COLOR: #FFFFFF;
		background-color: #8EC63F;
		FONT-FAMILY: Arial;
	}

	a#qlink {
		TEXT-DECORATION: none;
		font-size: 13pt;
		font-style: bold;
		COLOR: #000000;
		FONT-FAMILY: Arial;
		width: 160;
		text-indent: 0.5em;
	}

	a#qlink:hover {
		TEXT-DECORATION: none;
		font-size: 13pt;
		font-style: bold;
		COLOR: #FFFFFF;
		background-color: #8EC63F;
		FONT-FAMILY: Arial;
	}


	a#menu {
		TEXT-DECORATION: none;
		font-size: 10pt;
		font-style: bold;
		color: #193889;
		FONT-FAMILY: Arial;
		width: 170;
		text-indent: 0.5em;
		margin-bottom: 0px;
		padding-top: 3;
		padding-bottom: 3;
	}

	a#menu:hover {
		TEXT-DECORATION: none;
		font-size: 10pt;
		font-style: bold;
		COLOR: #FFFFFF;
		background-color: #8EC63F;
		FONT-FAMILY: Arial;
	}

	img 	{
		border: 0;

	}	



