/* CSS Document */
.backGround   {
    background-color: #D5D5D5;
	}

.backGroundInner   {
	background-image: url(/images/cable.gif);
	background-repeat: no-repeat;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
		text-decoration: none;
	}
	
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
	}

li {
	list-style-image: url(/images/common/li_block.gif);
	}		

.home {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	}
	
.errmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	}		

.copy {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}

.copy a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	}
	
.copy a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #889CB6;
	text-decoration: none;
	}

.leftNav  {
	font-family: Verdana;
	font-weight: 300;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}	

.leftNav a {
	font-family: Verdana;
	font-weight: 300;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

.leftNav a:hover {
	font-family: Verdana;
	font-weight: 300;
	font-size: 10px;
	color: #FFD200;
	text-decoration: none;
	}

.leftNavInner {
	font-family: Arial;
	font-weight: 200;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	}

.leftNavInner a {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}

.leftNavInner a:hover {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFD200;
	text-decoration: none;
	}		
	
.input { 
	border-bottom: solid 1px; 
	border-left: solid 1px; 
	border-right: solid 1px; 
	border-top: solid 1px; 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 8pt; border-color:#636563; 
	}
	
h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #45599B;
	}

h2 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #45599B;
	}
	
h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #45599B;
	}	

.footer  {
	font-family: Verdana;
	font-weight: 300;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}	
		