/* global.css - contains all global redefinitions of HTML elements */

* {
  margin: 0px;
  padding: 0px;
}

html>body { font-size: 11px; /* important for cross OS compatibility */ }
html, body {
	font-size: 11px;
	font-size: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000;
	text-align: left;
}

/* ----- Clearing ------ */
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ----- Headings ----- */
h1 {
	font-size: 130.77%;
	font-weight: bold;
}
h2 {
	font-size: 130.77%;
	font-weight: bold;
}
h3 {
	font-size: 123.08%;
	font-weight: bold;
}
h4 {
	font-size: 107.69%;
	font-weight: bold;
}
h5 {
	font-size: 92.31%;
	font-weight: bold;
}
h6 {
	font-size: 76.92%;
	font-weight: bold;
}



/* ----- Links ----- */
a {
	outline: 0 none;
	color:#ff6600;
	text-decoration:underline
}
a:hover {
	text-decoration: none;
}

/* ----- List Elements ----- */
ul, ol {
	list-style-position: outside;
	
}
li {
	margin: 0px 0px 0px 22px;	
}

/* ----- Content Elements ----- */
p.bodytext {
	margin: 0px 0px 0px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 10px 0px;	

}
p {
	line-height:17px;
}
/* ----- Table ----- */
table {
	border: 1px solid #000000;
	border-collapse: collapse;
}
table th,
table td {
	border: 1px solid #000000;
	padding: 0px 5px;
	margin: 0px;
}
table th {
	background: #bbbbbb;	
}
table th p.bodytext,
table td p.bodytext {
	margin: 0px;
}

/* image */
#content div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 6px 0px 12px 0;	
}
#content div.no-space div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0px 0px 6px 0px;	
} 

table.maincontent-press,
table.maincontent-press tr,
table.maincontent-press td {
	border:0;
}

#content table.maincontent-press p {
    margin:0;
}
div.maincontent-press  {
margin:20px 0 0;
}

input,
select,
textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
