body, pre, td, p, input, br, select, textarea {
	/* These rules define the majority of text throughout the site.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
body {
	/* This selector sets the background color of the body to white, while not affecting the background color of the other classes listed above.*/
	background-color: #FFFFFF;
}
form {
	/* This selector ensures that no extra lines are displayed after a form. */
	display: inline;
}
A {
	/* This selector removes the underlining from hyperlinks. */
	text-decoration : none;
}
a:link, a:visited {
	/* This selector sets the color of hyperlinks. */
	color: #0000FF;
}
A:hover {
	/* This selector sets the color of hyperlinks as the mouse cursor passes over them. */
	color : #FF0000;
}
.country: {
	/* This class defines the style for the country name that appears below the Schneider Electric logo in the banner area. */
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #606060
}
.search {
	/* This class defines the style for the search field or button that might appear at the top of the page. */
	font-size: 10px;
}
.errorMsg {
	/* This class defines the style for error messages that are a result of possible user mistakes, which need to be resolved before the user can continue. */
	color: #FF0000;
}
.errorMsgDark {
	/* This class defines the style for error messages with emphasized text. */
	color: #0000FF;
	font-weight : bold;
}
.button, .button A, .button A:visited, .buttonBold, .buttonBold A, .buttonBold A:visited {
	/* This class defines the style for buttons used on forms. */
	background-color: #006699;
	color: #FFFFFF;
	font-size: 11px;
	text-align : center;
}
.buttonBold, .buttonBold A, .buttonBold A:visited {
	/* This class defines the style for emphasized button text. */
	font-weight: bold;
}
.buttonHl, .buttonHl A, .buttonHl A:visited {
	/* This class defines the style for button text which is being highlighted for some reason. */
	background-color: #006699;
	color: #FFFFFF;
	font-size: 16px;
	text-align : center;
}
.buttonBg, .shading {
	/* This class defines the background shading on button bevels and shading on other objects. */
	background-color: #666666;
}
.topnav, .topnav A, .topnav A:visited {
	/* This class defines the style of the navigation buttons or links along the top row, above the banner. */
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000
}
.topnavButton, .topnavButton A, .topnavButton A:visited {
	font-size: 11px;
	background-color : #CCCCCC;
	text-align : center;
	color : #000000;
}
.subnav, .subnav A, .subnav A:visited, .subnavSelected {
	/* This class defines the style of the navigation buttons or links immediately below the banner. */
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	text-align : center;
}
.subnavHl, .subnavHl A, .subnavHl A:visited {
	/* This class defines the highlighted navigation button or link to indicate the user's presence on that particular page or function. */
	/* For example, on any of the course description pages, the Courses button would have this style. */
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #FFCC00;
	text-align : center;
}
.topnav A:hover, .topnavButton A:hover, .button A:hover, .buttonBold A:hover, .buttonHl A:hover, .subnav A:hover, .subnavHl A:hover {
	color : #FF0000;
}
.subnav A:hover, .subnavSelected {
	background-color : #CCCCCC;
}
.breadcrumb {
	/* This class defines the style of the breadcrumb navigation.*/
	/* There is currently no specific formatting for this class, but the class should be used for possible future enhancement. */
}
.panel {
	/* This class defines the style of the navigation panel items.  It is currently unused. */ 
	background-color: #FFFFFF;
}
.list, .list input {
	/* This class defines the style of list items that might appear in the first column, or in the main body of a page. */
	font-size: 11px;
	color: #000000;
}
.listHl {
	/* This class defines the style of emphasized list items. */
	font-weight: bold;
}
.cell {
	/* This class defines the style of regular table cell text. */
	/* There is currently no specific formatting for this class, but the class should be used for possible future enhancement. */
}
.cellHl {
	/* This class defines the style of highlighted table cell text. */
	/* It is used, for example, to alternate colors of table rows to make them easier to distinguish from one another. */
	background-color: #FFFFE0;
}
.headline {
	/* This class defines the style of the main headline (page title) of each page. */
	font-size: 20px;
}
.headlineSub, .sectionHead {
	/* This class defines the style of any subheaders for a page, or for section titles. */
	font-size: 14px;
	font-weight: bold;
}
.lineBg {
	/* This class defines the colors the lines around tables and between sections on the page. */
	background-color: #000000;
}
.inputDisabled {
	/* This class defines the style of input elements that are to be shown, but are unavailable to the user for some reason. */
	font-size: 11px;
	color: #808080;
}
.definedTerm {
	/* This class defines the style of text elements which have a definition that the user can view by holding the cursor over the text. */
	color: #0000FF;
}
.headlineLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

