
/*HTML styles */

body {
	background-color: #ffffff ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 10px 0px 10px 0px ;
	font-family: arial, sans-serif ;
	font-size: 14px ;
	line-height: 18px ;
	color: #000000 ;
}

input, select, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 14px ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

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

td {
	font-size: 14px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	line-height: 28px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #0099CC	
	margin-top: 0px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	color: #0099CC ;
}

#content {
	padding: 5px 15px 0px 14px ;
}

a.bot_link:link, a.bot_link:visited, a.bot_link:active {
	color: #000000 ;
	text-decoration: none ;
}

a.bot_link:hover {
	text-decoration: underline ;
}

a:link {
	color: #0099CC ;
}

a:visited, a:active {
	color: #777777 ;
}

a:hover {
	color: #007399 ;
}

.heading {
	margin-bottom: 10px ;
}

h3, .company {
	color: #CC0033 ;
	font-weight: bold ;
}

.img_float {
	float: right ;
	clear: right ;
	margin: 0px 0px 5px 15px ;
}