/* BASIC STYLING ***************************************************/
* {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

body {
	font: small 'Lucida Grande', Arial, sans-serif;
	background: #F0EAD7 url(../images/bg.png) repeat-x top center;
	font-size: 10px;
	color: #676767;
	font-weight: lighter;
	line-height: 13pt;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 span, h2 span {
	display: none;
}

holder {
	position: centeer;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	color: #676767;
	text-transform: uppercase;
}


h5 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 105%;
	color: #676767;
	text-transform: uppercase;
}


a {
	margin: 0;
	padding: 0;
	color: #475861;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, li {
	margin: 10;
	padding: 10;
	line-height: 17pt;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
}


.style1 {font-size: 12px}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {color: #993366}

.style7 {font-size: 16px}
.style8 {font-weight: bold}
.style9 {font-size: 16px; font-weight: bold; }
.style10 {color: #676767}
.style5 {	color: #993366;
	font-weight: bold;
	font-size: 18px;
}
.style11 {font-size: 12px; color: #993366; }

