/* BSP Magnetica, robert 2006 ******************************************************************* */

html, body, div, span, p, h1, h2, table, td, ul, ol, li, img, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	padding: 0;
	margin: 0;
	border: 0;
}

/* Content formating **************************************************************************** */

h1, h2, p, ul, ol {
	padding-bottom: 14px;
}

h1 {
	font-family: Times;
	font-size: 24px;
	font-weight: bold;
	color: #CC9966;
}

h2 {
	font-weight: bold;
	color: #CC9966;
}

table {
	margin-bottom: 18px;
}

table, td, th  {
	border: solid 1px #363636;
	border-collapse: collapse;
}

td, th  {
	padding: 3px 10px;
}

th  {
	font-weight: bold;
}

td p, th p  {
	padding-bottom: 0;
}

table.noBorders, table.noBorders td, table.noBorders th  {
	border: none;
	/* table without borders */
}

table.noBorders td, table.noBorders th  {
	vertical-align: top;
	padding: 3px 15px 3px 0;
}

table.noBordersnoSpaces, table.noBordersnoSpaces td, table.noBordersnoSpaces th  {
	border: none;
	margin-bottom: 0;
	/* table without borders and without spaces */
}

table.noBordersnoSpaces td, table.noBordersnoSpaces th  {
	padding: 0;
}

ul {
	padding-left: 2em;
}

ul li {
	padding-left: 0.5em;
}

ol {
	padding-left: 2.5em;
}

a, p a {
	text-decoration: underline;
	font-weight: bold;
	color: #EE1B22;
}

a:hover, p a:hover {
	/* color: #000000; */
}

a img {
	border: none;
}

.top_left_image {
	float: left;
	margin: 0 10px 10px 0;
}

.top_right_image {
	float: right;
	margin: 0 0 10px 10px;
}


