/* same file as deslo_2003 but tidied up a bit, and with chages to:

- list bulleting

*/

body { 
	color: #000; 
	font-size: 12px; 
	font-family: FontName, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #fff; 
	margin: 0px; 
	padding: 0px; 
	}
.pagetitle { 
	color: white; 
	font-size: 20px; 
	text-indent: 30px; 
	}
.smallgreytext	{ 
	color: #696969; 
	font-weight: normal; 
	font-size: 11px; 
	}
.blacktext  { 
	color: black; 
	font-size: 12px; 
	font-family: FontName, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	}
.smalltext { 
	color: black; 
	font-size: 11px; 
	font-family: FontName, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	}
tbody	{ 
	color: #000; 
	font-size: 12px; 
	font-family: FontName, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	}
p	{ 
	color: #000; 
	font-size: 12px; 
	}
td	{ 
	color: #000; 
	font-size: 12px; 
	}
.whitetext	{ 
	color: white; 
	font-size: 12px; 
	text-transform: capitalize; 
	}
.smalllink  { 
	color: #369; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none; 
	}
a	{ 
	color: #369; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
	}
.noboldlink    { 
	color: #369; 
	font-weight: normal; 
	font-size: 12px; 
	text-decoration: none; 
	}
a:hover  { 
	color: #000; 
	text-decoration: underline; 
	}
.subheading	{ 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	}
.mainheading	{ 
	color: black; 
	font-weight: bold; 
	font-size: 15px; 
	text-transform: capitalize; 
	}
	
.cell_underline  { 
	border-bottom: 1px dotted #c0c0c0; 
	}
	
hr	{ 
	color: #dcdcdc; 
	height: 1px; 
	}
/* ---- [ HOME ] ---- */	
.simplesell	{
	font-size: 1.2em; 
	}

/*-----[LISTS ]------*/

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0.8em;
	/*text-indent: -0.5em;*/
	}	
li	{ 
	list-style-image: url(../images/gfx/list_arrow.gif); 
	margin: 5px 12px; padding: 0px 0px 5px; 
	}
	
