body {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

li {
	padding-top: 5px;
	list-style-type: square;
	font-size: 12px;
}


h1 {
	font-size: 25px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 2px;
}

.normalText {
	font-size: 12px;
	margin: 9px;
}

form {
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

input {
	font-size: 12px;
}



/* 
// ***********************************************
// ROW FORMAT
// *********************************************** 
*/

tr.menuon {
	background-color: #EAEAEA;
}
tr.menuoff { 
	background-color: #FFFFFF; color: #000000; 
}


.indexBoxHeader
{
	color: #CC0000;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	font-size: 20px;
}
.tableBackgroundCorporate {
	background-color: #666;
	font-size: 12px;
}
.footerText {
	font-size: 9px;
}

.tableBackgroundCorporateGray {
	background-color: #666;
}

.tableBackgroundWhite {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	clip: rect(0px,auto,auto,auto);
}
.tableCorporateSection {
	background-color: #666;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


/* ********************************* */
/* DMR LAYOUT 
/* ********************************* */
#header {
	position: relative;
	margin: 0px 0px 0px 0px;
	left: 50%;
	margin-left:-480px;
	width: 960px;
	height: 25px;
	z-index: 1;
	top: 5px;
	margin-bottom: 25px;
	background-image: url(../images/corporate/logo-header.png);
	background-repeat: no-repeat;
}

#navigation {
	position: relative;
	left: 50%;
	margin-left:-480px;
	width: 960px;
	height: 25px;
	z-index: auto;
	BACKGROUND-IMAGE: url(../images/WebV2/navbar960.gif);
	BACKGROUND-REPEAT: no-repeat;
	margin-bottom: 5px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	color: #ffffff;

}

#navigation A {
	color: #ffffff;
}

#mainArea {
	position: relative;
	left: 50%;
	margin-left:-480px;
	width: 960px;
	z-index: auto;
	margin-bottom: 5px;
	height:350px;
}

#footer {
	position: relative;
	left: 50%;
	margin-left:-480px;
	width: 960px;
	height: 25px;
	z-index: auto;

}

#mainContent {
	float: left;
	width: 745px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	text-align: justify;
	z-index: auto;
	}

/* 
// ***********************************************
// LEFT MENU
// *********************************************** 
*/


#leftMenu {
	float: left; 
	width: 195px; 
	padding-top: 10px;
	z-index: auto;
	}


#leftSections h2 {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f5f5f5;
	margin-top: 0;
	margin-bottom: -4px;
	background-image:url(../images/WebV2/leftMenuSectionHeader.gif);
	background-repeat:no-repeat;
	display:block;
	height:25px;
	line-height:25px;
}

#leftSections li {
	padding-top: 5px;
	list-style-type: square;
}



/* ********************************* */
/* ********************************* */
.normalTextError {
	font-weight: bold;
	color: #F00;
}
.TDCorporateBorder {
	border: 1px solid #999;
	text-align: justify;
	padding: 3px;
	font-size: 12px;
}
.corporateColor
{
	color: #CC0000;
}
.TR_Corporate_header {
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	font-size: 12px;
	text-decoration: none;
	height: 17px;
	vertical-align: middle;
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
}

.TXT_small_description {
	font-size: 11px;
}
.JS_Code {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	margin-left: 50px;
	font-size: 14px;
}

.imageThumBorder {
	border: 1px solid #666;
}