body {
	font-family:verdana,arial,helvetica;
	font-size:13px;
	}
	
h1 {
	font-size:13px;
	font-weight:bold;
	}

.navBar {
	padding:4px;
	}
	
/* Defines the main body of all pages */

#pageContent {
	width:740px;
	margin:auto;
	}	

/* Styles for the index page category list  */

#catListBox {
	}
	
#catListBox a {
	text-decoration:none;
	font-weight:bold;
	}	

.catList {
	list-style-image:url(../../graphics/folder.gif);
	}

.catList li {
	margin-bottom:8px;
	}


.subcatList {
	padding-left:15px;
	}


.catDesc {
	font-size:10px;
	}

/* Dividing line and head for sections */

.sectionHead {
	border-top:3px solid #0066CC;
	border-bottom:3px solid #0066CC;	
	padding:0px 2px 2px 5px;
	margin-bottom:8px;
	font-size:13px;
	font-weight:bold;
	color:#0066CC;
	}
	
/* Styles for forms */

.formHead	{
	font-size:11px;
	font-weight:bold;
	}
	
.formText	{
	font-size:13px;
	font-weight:bold;
	}	
	
	
/* Styles for ad listings */

/* Styles for forms */

.adHeader {
	padding:2px 2px 2px 2px;
	margin-bottom:8px;
	font-size:13px;
	font-weight:bold;
	background-color:#0066CC;
	color:white;
	}

.adTable {
	border:1px solid #0066cc;
	}

.adHead	{
	font-size:11px;
	font-weight:bold;
	}
	
.adText	{
	font-size:13px;
	}		

.adNumber {
	}
	
.adStartDate {
	}

.adEndDate {
	}	
	
.adEmail {
	font-style:italic;
	}	

.adDescription {
	}
	
.adLocation {
	}
			
/* Miscellaneous */

.smallNote {
	font-size:11px;
	font-weight:normal;
	}	

.timeNote {
	color:yellow;
	font-weight:bold;
	}
		