/*---------- GENERAL ---------- */

body {
	background-color: #FFF;
	margin: 15px 0px 0px 30px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 15px;
}

div, p, td, h1, h2, h3, h4, span {
	font-family: Times New Roman, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	position: relative;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
}


hr {
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
}


td {
	background: transparent;
	vertical-align: top;
}

img, table {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	padding: 0;
	margin: 0;
	border: 0;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.grey {
	color: #666;
}
.smallgrey {
	font-size: 9px;
	color: #666;
}

.red {
	color: #F00;
}

.smallred {
	font-size: 9px;
	color: #F00;
}

.underline {
	text-decoration: underline;
	font-size: 11px;
}

div.clear {
	clear: both;
}


div.left {
	float: left;
	margin-right: 5px;
}

div.right {
	float: right;	
}
