/* CSS Document */

body {margin:25;}

#bkgrnd_image {background-image: url(images/cctv_backgrnd.jpg);}

.borderblk {border: 1px solid #000000}

/*background image within .indent is the button_image for the navigation*/
.indent {text-align:left; padding-left:15px; background-image: url(images/nav_button.jpg);}
.style1 {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:white}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:16px;
	font-weight:bold; 
	text-align:center;
	}
	
p {font-family:Arial, Helvetica, sans-serif; 
	font-size:15px;
	color:#333333; 
	}

ul {font-family:Arial, Helvetica, sans-serif; 
	font-size:15px;
	color:#333333; 
	}
	
li {list-style-type:square; color:#333333}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:13px; 
	font-weight:bold;
	text-align:center;
	}
#nav a:link {color:white; text-decoration:none}
#nav a:active {color:white; text-decoration:none}
#nav a:visited {color:white;  text-decoration:none}
#nav a:hover {color:white; text-decoration:underline}

a.navcc:link {color:white; background-color:#000000; text-decoration:none}
a.navcc:active {color:white; background-color:#000000; text-decoration:none}
a.navcc:visited {color:white; background-color:#000000; text-decoration:none}
a.navcc:hover {color:#white; background-color:#000000; text-decoration:underline}

a.navbody:link {color:#000066;  text-decoration:underline; }
a.navbody:active {color:#000066;  text-decoration:underline; }
a.navbody:visited {color:#000066;  text-decoration:underline; }
a.navbody:hover {color:#000066;  text-decoration:underline; }

