/* Global Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pctv_032_bkg001.jpg);
	background-repeat:repeat-x;
	background-color: #9A999E;
	padding:0px;
}

ul li {
	margin-top: 10px; 
}

a.home { 
     display: block; 
     width: 57px; 
     height: 62px; 
     background-image: url(images/pctv_007_btn_home.gif); 
     background-repeat: no-repeat;
     }
	 
a.home:hover { 
     background-image: url(images/pctv_012_btn_home_HLT.gif); 
     } 

a.aboutus { 
     display: block; 
     width: 82px; 
     height: 62px; 
     background-image: url(images/pctv_008_btn_aboutus.gif); 
     background-repeat: no-repeat;
     }
	 
a.aboutus:hover { 
     background-image: url(images/pctv_013_btn_aboutus_HLT.gif); 
     } 

a.archives { 
     display: block; 
     width: 80px; 
     height: 62px; 
     background-image: url(images/pctv_009_btn_archives.gif); 
     background-repeat: no-repeat;
     }
	 
a.archives:hover { 
     background-image: url(images/pctv_014_btn_archives_HLT.gif); 
     } 

a.clients { 
     display: block; 
     width: 66px; 
     height: 62px; 
     background-image: url(images/pctv_010_btn_clients.gif); 
     background-repeat: no-repeat;
     }
	 
a.clients:hover { 
     background-image: url(images/pctv_015_btn_clients_HLT.gif); 
     } 

a.contact { 
     display: block; 
     width: 72px; 
     height: 62px; 
     background-image: url(images/pctv_011_btn_contact.gif); 
     background-repeat: no-repeat;
     }
	 
a.contact:hover { 
     background-image: url(images/pctv_016_btn_contact_HLT.gif); 
     } 


	
 a {
	color: #00248E;
	font-weight: bold;
	text-decoration:none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:underline;
	}


/* ID's */

#navbar {
	margin: 0px;
	padding: 0px;
/*	background: url(nav_bg.png) repeat-x; */ 
	height: 62px;
	list-style: none; 
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 62px;
	text-indent: -5000px;
}

#navbar #home {
	background: url(images/pctv_007_btn_home_states.gif) no-repeat 0px 0px;
	width: 57px;
}

#navbar #home:hover {
	background-position: 0 -62px;
}

#navbar #aboutus {
	background: url(images/pctv_008_btn_aboutus_states.gif) no-repeat 0px 0px;
	width: 82px;
}

#navbar #aboutus:hover {
	background-position: 0 -62px;
}

#navbar #archives {
	background: url(images/pctv_009_btn_archives_states.gif) no-repeat 0px 0px;
	width: 80px;
}

#navbar #archives:hover {
	background-position: 0 -62px;
}

#navbar #clients {
	background: url(images/pctv_010_btn_clients_states.gif) no-repeat 0px 0px;
	width: 66px;
}

#navbar #clients:hover {
	background-position: 0 -62px;
}

#navbar #contact {
	background: url(images/pctv_011_btn_contact_states.gif) no-repeat 0px 0px;
	width: 72px;
}

#navbar #contact:hover {
	background-position: 0 -62px;
}


	
/* Class Styles */

.captionText {
	font:13px arial; 
    font-weight: bold;
    color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

.bodyText {
	font:12px arial; 
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
		
.bodyTextSmall {
	font:11px arial;
	color:#000000;
	line-height:14px;
	letter-spacing:.1em;
	margin-top:0px;
	}
		
.smallText {
	font:10px arial;
	color:#000000;
	}
	
.blackTable {
	background-color:#000000;
	}
	
.whitishTable {
	background-color:#F5F5F6;
	}
	
.whiteTable {
	background-color:#FFFFFF;
	}

.greyTable {
	background-color:#AFAFAF;
	}
