html {
	font-size: 100.01%;	
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 80%;
	font-family: "Lucida Sans", "Trebuchet MS", "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: #585858;
	line-height: 1.4em;	
	}


/* global reset */
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0; padding: 0;}
table {	border-collapse: collapse;	font-size: 1em;}
th {text-align: left;}
fieldset {border: 0;}

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
	}

/* ************* COMMON ************* */

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

a {color: #356BAF;}
a:hover {color: #333;}
img {border: none;}
p {margin-bottom: 15px;}
p.location {margin-bottom: 30px;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}

.none 		{display: none;}
.bold       { font-weight:bold; }
.italic     { font-style:italic; }
.nopadding  { padding:0; }
.noindent   { margin-left:0;padding-left:0; }
.nobullet   { list-style:none;list-style-image:none;}
.small {font-size: 0.9em;}

.hide, #search legend span {position: absolute; top: -25000px; left: 0;}


.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.rgt {float: right;}
.lft {float: left;}

img.lft {margin: 0 15px 7px 0;}
img.rgt {margin: 0 0 7px 15px;}

.halfBox {float: left; width: 49%; margin-right: 0; margin-bottom: 10px;}

.error {color: #C00; font-weight: bold;}

/* ************* HEADINGS ************* */

h1 {font-size: 2em; font-weight: normal;color: #585858; margin-bottom: 20px; font-family:"Arial CE",Arial,sans-serif; line-height:1em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6 {font-size: 1em;}

h2, h3, h4, h5, h6 {
	margin-bottom: 10px; 
	color: #C03; 
	text-transform:uppercase;
	font-family:"Arial CE",Arial,sans-serif; line-height:1em;
	}


/* ************* TABLES ************* */

table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	}
	th, td {
		padding: 5px 10px;
		vertical-align: top;
		border: 0;
		}

table.dataTable {
border: 1px solid gray;
	}
	table.dataTable th, table.dataTable td {
		border: 1px solid gray;
		}
		
#korporatMenu, #mainMenu, #footer .rgt, #footerMenu, #sidecol, .focus, .topHeading, .languageswitcher, #search {display: none;}
	
.breadcrumbs {font-size: 0.8em; color:#666}
.breadcrumbs a {color: #666; text-decoration: none;}