/* Six Sigma Page 2 CSS */

/* Body Defaults */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Text Styles */

.righttext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#7B7B7B;
	font-size:12px;
}

.titletext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00538E;
	font-size: 24px;
}

.titlesubtext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#00538E;
	font-size: 17px;
}

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#7B7B7B;
	font-size: 10px;
}

.bodytext_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#567EAA;
	font-size: 12px;
}

.bodytext_black {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	font-size: 12px;
}

.right_white {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 12px;
}

/* old body text color
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#515151;
	font-size: 11px;
}
*/

.front_sec_title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#034C90;
	font-size:12px;
	text-decoration:none;
}

/* Links */
a.topnav:link {
	font-family:Helvetica Condensed Bold, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

a.topnav:hover {
	font-family:Helvetica Condensed Bold, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

a.topnav:visited {
	font-family:Helvetica Condensed Bold, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

a.bottomnav:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6894BC;
	font-size:12px;
	text-decoration:none;
}

a.bottomnav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6894BC;
	font-size:12px;
	text-decoration:underline;
}

a.bottomnav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6894BC;
	font-size:12px;
	text-decoration:none;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#034C90;
	font-size:12px;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#034C90;
	font-size:12px;
	text-decoration:underline;
}

a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#6894BC;
	font-size:12px;
	text-decoration:none;
}

a.rightnav:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#034C90;
	font-size:12px;
	text-decoration:none;
}

a.rightnav:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#034C90;
	font-size:12px;
	text-decoration:underline;
}

a.rightnav:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#034C90;
	font-size:12px;
	text-decoration:none;
}

a.greyed:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CCCCCC;
	font-size:12px;
	text-decoration:none;
	line-height: 8pt;
}

a.greyed:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:12px;
	text-decoration:underline;
	line-height: 8pt;
}

a.greyed:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#CCCCCC;
	font-size:12px;
	text-decoration:none;
	line-height: 8pt;
}

.top_back_box {
	background-image:url(images/2nd_top_back.gif);
	background-repeat:no-repeat;
}

.top_back_box2 {
	background-image:url(images/2nd_purple_back.jpg);
	background-repeat:no-repeat;
}

/* For Forms */
.fill-login-top {
	background-image: url(images/admin/ft.gif);
	background-repeat: repeat-x;
}
.fill-login-bot {

	background-image: url(images/admin/fb.gif);
	background-repeat: repeat-x;
}
.fill-login-left {

	background-image: url(images/admin/fl.gif);
	background-repeat: repeat-y;
}
.fill-login-right {

	background-image: url(images/admin/fr.gif);
	background-repeat: repeat-y;
}
.separator {
	background-image: url(images/admin/categ-separator.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.active-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00538E;
	font-weight: bold;
}
.form-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.form-inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00538E;
	border: 1px solid #DFDFDF;
}