/* generic */

/*  set padding and margins for all elements to zero */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	margin-bottom: 20px;
}

table td {
	padding-right: 20px;
}

li.no-bullet {
	list-style-type: none !important;
}

.hidden {
	visibility: hidden;
}

.displayNone {
	display: none;
}

.clear {
	position: relative;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.flatList {
	list-style-type: none;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style-type: none;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #154273;
}

a:hover {
	text-decoration: none;
	color: #b1c903;
}

h3 a {
	text-decoration: none;
}

img.rightTop {
	margin: 0 0 10px 10px;
}

img.leftTop {
	margin: 0 10px 10px 0;
}

img.arrowLeft {
	margin-right: 4px;
}

img.left {
	margin: 5px 10px 5px 0;
}

img.right {
	margin: 5px 0 5px 10px;
}

body {
	border-top: 1px solid #535353;
	background-color: #F3F4F5;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
    font-size:100%;
    line-height:1.10em;
	color: #000000;
}

/* forms */

input.check {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}