
* {
font-size: small;
}

img{
	border: 0;
}

body{
	background: url("../images/page/background.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999	
}

/*
Mozilla Adjustments that IE6 Ignores
*/
html>body {
	font-size: small;
}

html>body table{
	font-size: small;
}

p{
    font-size: small;
    margin: 10px;
}


/***  H E A D I N G S ***/
h1,h3,h5 { 
	color: #999999;
	font-style: normal;
}

h2,h4,h6 { 
	color: #6EA4C6;
	font-style: normal;
}

/*
xx-small | x-small | small | medium | large | x-large | xx-large
*/
h1 { font-size: x-large;	margin: 30px 0 10px 0;}
h2 { font-size: large;		margin: 30px 0 10px 5px;}
h3 { font-size: medium;		margin: 30px 0 10px 10px;}
h4 { font-size: small;		margin: 30px 0 10px 15px;}
h5 { font-size: x-small;	margin: 30px 0 10px 20px; color: #333333;}
h6 { font-size: xx-small;	margin: 30px 0 10px 25px;}

a{
	color: #6699FF;
}

a:hover{
	color: #99CCFF;
}

ul {
	list-style-position: inside;
	list-style-image: url("http://www.lasvegasindustrialpark.us/images/bullets/arrow.png");	
	margin: 5px;
	padding: 0;
	border-left: none;
}

li {

}

li a:link, li a:visited{
	font-size: small;
	color:  #FFFFFF;
	padding: 0.3em 0 0.0em 0.1em;
	text-decoration: none;
	height: 20px;
}

li a:hover{
	
	color: #6EA4C6;
	text-decoration: underline;
}