/* Element Styles */
/* Created November 2006 */
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:center;
	min-width:800px;
	background-color:#9CA6AD;
	background-image:url(/images/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
p {
	font-size:1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
/*	margin-top:0.5em;
	margin-bottom:0.75em;
	line-height:1.4em;
*/
}
p.header {
	font-size:1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	color:#003366;
	font-weight:bolder;
}
p.title {
	font-size:1.3em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	color:#FF9900;
	font-weight:bolder;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
	font-size: 1.7em;
	margin: 0em 0em 0.8em 0em;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	margin: 0em 0em 0.8em 0em;
	font-weight: normal;
	line-height:1.1em;
}
h4 {
	font-size: 1.2em;
	margin: 0em 0em 0.8em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 0em 0em 0.4em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: 0em 0em 0.4em 0em;
/*	margin: 1.2em 0em 1.2em 0em;  Original settings for H2 - H6 */
	font-weight: bold;
}
#pgTitle {
	margin:20px 10px 0px 0px;
}
/* used in /news/story.cfm */
#newsTitle {
	margin:0px 10px 0px 18px;
}
/*
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-left:0.25em;
	padding-bottom:0em;
	border:1px solid #8790AD;
}
*/

input:focus {outline:none;}

input[type="text"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-left:0.25em;
	padding-bottom:0em;
	border:1px solid #8790AD;
}
input[type="password"] {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-left:0.25em;
	padding-bottom:0em;
	border:1px solid #8790AD;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-left:0.25em;
	border:1px solid #8790AD;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-left:0.25em;
	border:1px solid #8790AD;
}

DIV.colwid {
	line-height:1.4em;
	padding:0px 0px 12px 12px;
	float:left;
	margin-bottom:2px;
}
DIV.colwid p {
	line-height: 1.5em;
	margin: 0.8em 0em 0em 0em;
}
DIV.colwid_title {
	width:100%;
	margin-bottom:2px;
	font-weight:bold;
}
DIV.colwid_text {
	width:100%;
	margin-bottom:14px;
	color:#666;
}
.copy_norm {
	 font-weight:normal;
	 color:#333;
}

DIV.software {
	line-height:1.4em;
/*	padding:0em 0em 1em 1em; */
	padding:0px 0px 12px 12px;
	margin-bottom:40px;
}
DIV.software p {
	line-height: 1.5em;
	margin: 0.8em 0em 0em 0em;
}
DIV.software + hr {
	width:90%;
	height:1px; 
	background-color:#B4BCD8; 
	border-width:0px; 
	text-align:center;
	margin-bottom:2.4em;
}
DIV.software + hr.det2 {
	width:90%;
	height:1px; 
	background-color:#B4BCD8; 
	border-width:0px; 
	text-align:center;
	margin-bottom:1.8em;
}
DIV.software > IMG {
	margin-top:1.2em;
}
DIV.softGroupTitle {
	width:530px;
	height:1.6em;
	background-color:#E6E6E6;
	margin-bottom:0.8em;
	margin-left:5px;
	border-bottom:1px solid #B4BCD8;
}
DIV.softGroupTitle >a[name] {
	font-size:1.0em;
	font-weight:bold;
	color:#333;
	line-height:1.4em;
	padding-left:0.6em; /* Change this to 8 or 9px if there is a problem in IE */
}
/*
h3 {
	margin-top:1.2em;
	margin-bottom:-0.3em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#444;
	line-height:1.4em;
}
h4 {
	margin-top:1.0em;
	margin-bottom:0.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#555;
	line-height:1.4em;
}
*/
h4.images {
	margin-left:10px;
}
ul {
	margin-top:0.5em;
}
li {
	line-height:1.4em;
}

a img {border:none;}

A:link {
	color:#004D83;
}
A:visited {
	color:#004D83;
}
A:hover {
	color:#B00000;
}
A:active {
	color:#004D83;
}

A:link.copyright {
	color:#737373;
}
A:visited.copyright {
	color:#646464;
}
A:hover.copyright {
	background-color:#FAFAFA;
	color:#737373;
}
A:active.copyright {
	color:#004D83;
}

#breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#AAA;
	padding-left:16px;
	float:left;
	width:760px;
}
A:link.breadcrumb {
	color:#AAA;
}
A:visited.breadcrumb {
	color:#AAA;
}
A:hover.breadcrumb {
	color:#004D83;
}
A:active.breadcrumb {
	color:#004D83;
}

.pgTitle {
	margin-top:-0.5em;
	margin-bottom:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#444;
	line-height:1.4em;
}
DIV.softTitle {
	color:#1F3F67;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.4em;
	margin-left:0.2em;
	margin-bottom:-0.2em;
}
DIV.softText p + ul {
	color:#000;
	font-size:0.75em;
	font-weight:normal;
	line-height:1.4em;
	padding-bottom:0.5em;
	margin-left:0.2em;
}
/*DIV.softText ul, ol {
	margin-top:0.5em;
}
DIV.softText li {
	line-height:1.4em;
}
*/
DIV.ovTitle {
	color:#1F3F67;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.4em;
	margin-left:0.2em;
	margin-bottom:-0.2em;
}
DIV.ovText {
	color:#000;
	font-size:0.75em;
	font-weight:normal;
	line-height:1.4em;
	padding-bottom:0.5em;
	margin-left:0.2em;
}
DIV.ovText P {
	font-size:1.0em;
	padding-bottom:0em;
	margin-left:0.2em;
	margin-bottom:0em;
} 
DIV.prodToTop {
	color:#000;
	text-align:right;
	font-size:0.75em;
	font-weight:normal;
	padding-bottom:0.8em;
	margin-bottom:1.6em;
	border-bottom:1px solid #CCC;
}
DIV.prodToTopNoLine {
	color:#000;
	text-align:right;
	font-size:0.75em;
	font-weight:normal;
	padding-bottom:0.8em;
	margin-bottom:1.6em;
}
