/* 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: #333333;
	text-align: left;
}

/* ----- 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;
}

body.blue #content h1,
body.blue #content h2,
body.blue #content h3,
body.blue #content h4,
body.blue #content h5,
body.blue #content h6,
body.blue #content a {
	color: #0066cc;
}
body.green #content h1,
body.green #content h2,
body.green #content h3,
body.green #content h4,
body.green #content h5,
body.green #content h6,
body.green #content a {
	color: #006633;
}
body.yellow #content h1,
body.yellow #content h2,
body.yellow #content h3,
body.yellow #content h4,
body.yellow #content h5,
body.yellow #content h6,
body.yellow #content a {
	color: #cc6600;
}

#content .three-columns h1.csc-firstHeader {
	font-size: 13px;
	color: #000000;
}

#content .three-columns h1
#content .three-columns h2,
#content .three-columns h3,
#content .three-columns h4 {
	color: #000000;
	font-size: 13px;	
}

/* ----- Links ----- */
a {
	outline: 0 none;
}
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;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p {
	margin: 10px 0px;	
}

/* ----- 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;	
}
#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;
}