* {
	margin: 0px;
	padding: 0px;
}	

body {
	font-family: verdana, arial;
}

#headerContainer,#mainMenu,#breadCrump,#footer,#contentRight {
	display: none;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

h2 {
    font-size: 16px;
    margin-bottom: 13px;
}

h3 {
    font-size: 14px;
    margin-bottom: 13px;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}

a {
	color: #000000;
}

ul {
	margin-left: 15px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	list-style-type: square;
}

ul ul {
	margin-left: 30px;
	margin-bottom: 0px;
}

table {
	border-collapse: separate;
	font-size: 12px;
	line-height: 15px;
}

th,td {
	text-align: left;
	vertical-align: top;
}

img {
	border: 1px solid #000000;
}