h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

p {
	margin:0;
}

a img {
	border:0;
}

img.right {
	float:right;
	margin:15px;
	margin-right:0;
}

img.left {
	float:left;
	margin:15px;
	margin-left:0;
}

.clearer
{
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}

.get-small-padding {
	padding:5px !important;
}

.get-normal-padding {
	padding:10px !important;
}

.get-small-margin-top {
	margin-top:10px !important;
}

.get-normal-margin-top {
	margin-top:20px !important;
}

.get-small-margin-vert {
	margin:10px 0 !important;
}

.get-normal-margin-vert {
	margin:20px 0 !important;
}

.get-pointer {
	cursor:pointer;
}

table.collapsing-border-grey {
	border-collapse:collapse;
}

table.collapsing-border-grey td {
	border:1px solid red !important;
}

A IMG.itemImage1 {
	float:left;
	margin-right: 10px;
}

A IMG.itemImage2 {

	margin-bottom: 6px;
}

OL.listBig {
	display:block;
	list-style-type: decimal;
	font-size: 1.17em;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

UL.listBig {
	display:block;
	list-style-type: disc;
	font-size: 1.17em;
	/*list-style-position: inside;*/
	margin: 0;
	padding: 0 0 0 12px;
	line-height: 20px;
}

.msg-error {
	color:#ED1556;
	margin:5px 0;
}

.msg-success {
	color:#79C15B;
	margin:5px 0;
}
.ui-tabs-hide { display: none; }
