/* Main CSS Document */
body {margin-top:0%;
	  margin-left:0%;
	  margin-bottom:0%;
	  /*background-color:#ccccff;*/
	  color:#000000;
	  font-family:georgia;
	  font-size:12pt;}
li {list-style-image:url(images\bullet.gif);
	line-height:1.5;}
h2 {color:#6600ff;}
/*  Background image and border properties for navigation tabs  */
.tabbak {background-image:url(images\tabsback.jpg);
		 background-repeat:repeat-x;
		 border-bottom-style:solid;
		 border-bottom-width:medium;
		 border-bottom-color:#0066cc}

.design {color:#0000ff;}
/* Left navigation properties */
.navleft {color:#0000ff;
		  font-family:georgia;
		  font-size:10pt;
		  margin-left:10pt;}
/* Right navigation properties */
.navright {color:#0000ff;
		  font-family:georgia;
		  font-size:10pt;
		  margin-left:10px;}
/* Main text properties */
.main {color:#000000;
	   font-family:georgia;
	   font-size:9pt;
	   text-indent:10px;}
/* Time stamp text properties */
.time {color:#666666;
	   font-family:georgia;
	   font-size:8pt;}
/* Classifieds navigation div properties */
#classifieds {visibility:hidden;
			  position:absolute;
			  top:280px;
			  left:78px;
			  border-style:inset;
			  border-color:#000000;
			  border-width:medium;
			  background-color:#ffffff;
			  width:150px;}
/* Classifieds tabs navigation properties */
#tabclass {visibility:hidden;
			  position:absolute;
			  top:136px;
			  left:230px;
			  border-style:inset;
			  border-color:#000000;
			  border-width:medium;
			  background-color:#ffffff;
			  width:150px;}
