<!--
 * UniSoft Corporation
 *
 * Standard CSS for UniSoft web site.
 * By: Audrey Ruelas and Guy Hadland
 * Last update: February 2, 2010.
 *
 * Needs some Spring cleaning here...
 *
 * Copyright (c) 2002-2010 UniSoft Corporation.
-->

A:link {color: white; font-weight: bold}
A:visited {color: white; font-weight: bold}
A:active {color: red; font-weight: bold}
A {text-decoration: underline; font-size: 11pt;
   font-family: Times, "Times New Roman", serif}

A.bluelinks:link {color: blue; font-weight: normal}
A.bluelinks:active {color: blue; font-weight: normal}
A.bluelinks:visited {color: red; font-weight: normal}
A.bluelinks {
	text-decoration: underline;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
}


A.glosslinks:link {
	color: blue;
	font-size: 12pt;
	font-weight: normal
}

A.glosslinks:active {
	color: blue;
	font-size: 12pt;
	font-weight: normal
}

A.glosslinks:visited {
	color: red;
	font-size: 12pt;
	font-weight: normal
}

A.glosslinks {
	text-decoration: underline;
	font-size: 12pt;
        font-family: Verdana, Arial, sans-serif
}


A.smbluelinks:link {color: blue; font-weight: normal}
A.smbluelinks:active {color: blue; font-weight: normal}
A.smbluelinks:visited {color: red; font-weight: normal}
A.smbluelinks {text-decoration: underline; font-size: 8pt;
             font-family: Verdana, Arial, sans-serif}


A.timesbluelinks:link {color: blue; font-weight: normal}
A.timesbluelinks:active {color: blue; font-weight: normal}
A.timesbluelinks:visited {color: red; font-weight: normal}
A.timesbluelinks {
	text-decoration: underline;
        font-size: 11pt;
        font-family: Times, "Times New Roman", serif;
}

A.boxlinks:link {color: blue; font-weight: bold}
A.boxlinks:active {color: blue; font-weight: bold}
A.boxlinks:visited {color: #551A8B; font-weight: bold}
A.boxlinks {
	text-decoration: underline;
        font-size: 8pt;
	font-family: Verdana, arial, sans-serif;
}

A.whitelinks:link {color: white; font-weight: bold; font-size: 8pt}
A.whitelinks:visited {color: pink; font-weight: bold}
A.whitelinks:active {color: red; font-weight: bold}
A.whitelinks {
	text-decoration: none;
        font-size: 8pt;
	font-family: Verdana, arial, sans-serif;
}


A.tablinks:link {color: white; font-weight: bold; font-size: 8pt}

A.whitelinks2:link {color: white; font-weight: normal; font-size: 8pt}
A.whitelinks2:visited {color: white; font-weight: normal}
A.whitelinks2:active {color: red; font-weight: normal}
A.whitelinks2 {
	text-decoration: underline;
        font-size: 8pt;
	font-family: Verdana, helvetica, sans-serif;
}


A.tablinks:visited {color: white; font-weight: bold}
A.tablinks:active {color: red; font-weight: bold}
A.tablinks {
	text-decoration: underline;
        font-size: 8pt;
	font-family: Verdana, arial, sans-serif;
}


.navbar1 {
        height: 20px;
	width:  750px;
	background-color: #333399;
}

.navbar1-cell {
	height:  20px;
	width:	92px;
	text-align:  center;
	background-color: #333399;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navbar2 {
        height: 20px;
	width:  750px;
	background-color: #333399;
}

.navbar3 {
        height: 20px;
	width:  140px;
	background-color: #333399;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.navbar4 {
        height: 20px;
	width:  750px;
	background-color: #ffffff;
	border-collapse: collapse;
	text-align:	center;
}

.navbackgrd {
	background-image: url('/images/navdown_white2.PNG');
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.info_blueback {
	width:	200px;
	background-color: #99CCFF;
}

.whiteline {
	font-family: Verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	height: 1px;
}


.vertblueline {
	width: 3px;
	background: #99CCFF;
}


.captiontext {
	font-family: Verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.datasheettext {
	font-family: Verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background: #99CCFF;
	color: black;
}

.formstext {
        background-color: #DDDDFF;
        width: 160px;
        font-size: 8pt;
	font-weight: normal;
        font-family: Verdana, Arial, sans-serif;
        color: blue;
        text-align: left;
}

.copyrighttext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	background: white;
	text-align: center;
	width: 750px;
}

.thinwhiteline {
	background-color: white;
	width: 160px;
	height: 1px;
	text-align: left;
	font-weight: normal;
}

body {
        background-color: white;
        margin: 0;
        padding: 0;
        width: 750px;
        font-size: 10pt;
	font-weight: normal;
        font-family: Verdana, Arial, sans-serif;
        color: black;
        text-align: left;
}

H1 {font-size: 18pt; color: #003399}
H2 {font-size: 12pt; color: red; font-weight: bold; line-height: 1.0}
H3 {font-size: 12pt; color: black; font-weight: bold}

<!--
 * padding required as an attempt to get IE to produce correct paragraph
 * spacing, not an issue for real browsers
 * format for margin and padding fields
 * margin: top right bottom left;
-->


P {
	font-size: 9pt;
	margin:0;
	padding:7px 0px 7px 0px;
	overflow:  visible;
}



.blueback {
	background: #99CCFF;
	font-weight: bold;
}

.graybox {
	width: 220px;
	height: 130px;
	font-size: 11pt;
	font-family: Times, "Times New Roman", serif;
}

.rhsbox {
	font-size: 11pt;
        font-family: Verdana, Arial, sans-serif;
	background:  #9933ff;
	width: 220px;
}

.rhsboxsmall {
	font-size: 11pt;
        font-family: Verdana, Arial, sans-serif;
	background:  #9933ff;
	width: 158px;
}


.bluebox {
	background: #333399;
	font-size: 10pt;
	font-family: Times, "Times New Roman", serif;
}

.newbluebox {
	background: #99CCFF;
	font-weight: bold;
	font-size: 9pt;
	font-family: Times, "Times New Roman", serif;
}


.otherbluebox {
	width: 220px;
	font-size: 11pt;
	font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
	background: #99CCFF;
}

.widebluebox {
	width: 750px;
	font-size: 11pt;
	font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
	background: #99CCFF;
}

.darkbluebox {
	background: #333399;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
	color: white;
}

.moreinfo2 {
	width:	220px;
}

.colourtwo {
	background: #8A56A9;
	font-weight: bold;
	font-size: 8pt;
        font-family: Verdana, Arial, sans-serif;
	color: white;
}

.colourthree {
	background: #DD2264;
	font-weight: bold;
	font-size: 8pt;
        font-family: Verdana, Arial, sans-serif;
	color: white;
}

.maintext {
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
        color: black;
}


<!--
 * maintext450 - use for datasheet pages with a light blue RHS.
 *
 * Keeps white text at 450px wide, allowing two spacer columns of 5px
 * each and a blue right-hand-side datasheet text at 290px
 *
-->
.maintext450 {
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
        color: black;
	width: 450px;
}

.codetext {
	font-size: 9pt;
	font-family: Courier, "Courier New", sans-serif;
        color: black;
}


.redcodetext {
	font-size: 9pt;
	font-family: Courier, "Courier New", sans-serif;
        color: red;
}


/* Added 22/11/05, a tester for future revision, where fonts won't
 * be in literal font sizes but relative to each other.
 */

.newmaintext {
	font-size: +3;
	font-family: Verdana, Arial, sans-serif;
        color: black;
}


.whitetext {
	font-size: 11pt;
	font-family: Times, "Times New Roman", serif;
	color: white;
}

.whitetext2 {
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
	color: white;
}

.whitevertical {
	background-color: #ffffff;
	width: 0px;
}


.formtext {
	font-size: 9pt;
	font-family: Verdana, arial, sans-serif;
	color: black;
}

.htablesize {width: 750px}

.hcolumn1 {
	   width: 190px
}

.hcolumn2 {
	   width: 180px;
	   font-size: 20pt;
	   color: blue;
	   font-weight: bold;
           text-align: left;
	   font-family: Arial, san-serif
}

.hcolumn2a {
	   width: 180px;
	   font-size: 18pt;
	   color: blue;
	   font-weight: bold;
           text-align: left;
	   font-family: Arial, san-serif
}


.hcolumn2b {
	   width: 270px;
	   font-size: 18pt;
	   color: blue;
	   font-weight: bold;
           text-align: left;
	   font-family: Arial, san-serif
}


.hcolumn2c {
	   width: 360px;
	   font-size: 20pt;
	   color: blue;
	   font-weight: bold;
           text-align: left;
	   font-family: Arial, san-serif
}

.hcolumn2d {
	   width: 146px;
	   font-size: 20pt;
	   color: blue;
	   font-weight: bold;
           text-align: left;
	   font-family: Arial, san-serif
}

.hcolumn2e {
	   width: 280px;
	   font-size: 20pt;
	   color: blue;
	   font-weight: bold;
           text-align: left;
	   font-family: Arial, san-serif;
	   padding: 10px 10px 10px 10px;
}


.hcolumn3 {
	   width: 160px;
           font-size: 11pt;
	   font-weight: bold
           margin: 0px;
           padding: 0px;
           
}

 
.hcolumn3b {
	   width: 160px;
           font-size: 11pt;
	   font-weight: bold
           margin: 0px;
           padding: 0px;
           background: #99ccff; 
}

.hcolumn3c {
	   width: 158px;
           height: 130px;
           font-size: 11pt;
	   font-weight: bold
           margin: 0px;
           padding: 0px;
           background: #99ccff; 
}

.hcolumn3d {
	   width: 134px;
           height: 130px;
           font-size: 11pt;
	   font-weight: bold
           margin: 0px;
           padding: 0px;
           background: #99ccff; 
	   border: solix 2px #3399cc;
}

.hcolumn3e {
	   width: 134px;
           height: 130px;
           font-size: 11pt;
	   font-weight: bold
           margin: 0px;
           padding: 0px;
	   border: solid 0px #ffffff;
}

.hcolumn139 {
           width: 220px;
           height: 139px;
}

.hcolumn4 {
	   width: 220px;
	   font-size: 10pt;
	   font-family: Times, "Times New Roman", serif
}

.hcolumn4b {
	   width: 132px;
	   margin: 0px;
	   padding: 0px;
	   font-size: 10pt;
	   font-family: Times, "Times New Roman", serif
}

.homehcolumn4 {
	   width: 220px;
           height: 120px;
           font-size: 11pt;
           font-family: Times, "Times New Roman", serif;
}


.hcolumn4c {
	   width: 220px;
           height: 130px;
           font-size: 11pt;
           font-family: Times, "Times New Roman", serif;
}


.hcolumn4d {
	   width: 158px;
           height: 130px;
           font-size: 11pt;
           font-family: Times, "Times New Roman", serif;
}

.colthreetable {
           width: 158px;
           height: 130px;
}

.hcolthreetable {
           width: 160px;
           height: 130px;
}


.ncolthreetable {
           width: 250px;
           height: 130px;
}

.colthreeandfour {
           width: 380px;
           height: 130px;
           background: #99CCFF;
           font-weight: bold;
           font-size: 9pt;
           font-family: Times, "Times New Roman", serif;
}

.boldcols {
	width: 170px;
	font-weight: bold
}

	
.boldcols292 {
	width: 292px;
	font-weight: bold
}


.darksmall {
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold
}

.halfline {
	line-height: 1.7
}


.newpara {
	line-height: 110%;
}

.heading1 {
	background: white;
	font-size: 28pt;
	font-family: Arial;
	font-weight: bold
}

.heading2 {
	background: white;
	font-size: 15pt;
	font-family: Arial;
	font-style: Italic;
	font-weight: normal
}

.heading3 {
	background: white;
	font-size: 14pt;
	font-family: Arial;
	font-size: 14pt;
	color: #5918bb;
}

.heading4 {
	background: white;
	font-size: 20pt;
	font-family: Arial;
	font-weight: bold;
	color: black
}


.heading5 {
	background: white;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	color: blue
}

.boldtext {
	color: black;
	font-weight: bold;
}

.commandtext {
	color: black;
	font-family: Courier, "Courier New", monospace;
	background-color: #99ccff; 
}


.dropmenustyle {
	background-color: #333399;
	position: absolute;
	top: +153px;
	width: 186px;
	visibility: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-width: 0px;
}

.dropmenustyle1 {
	background-color: #333399;
	position: absolute;
	top: +153px;
	left:+188px;
	width: 186px;
	visibility: hidden;
	padding: 0px 0px 0px 0px;
}


.dropmenustyle2 {
	background-color: #333399;
	position: absolute;
	top: +153px;
	left:+376px;
	width: 186px;
	visibility: hidden;
	padding: 0px 0px 0px 0px;
}

.dropmenustyle3 {
	background-color: #333399;
	position: absolute;
	top: +153px;
	left:+564px;
	width: 186px;
	visibility: hidden;
	padding: 0px 0px 0px 0px;
}

.blueline {
	height: 3px;
	width: 750px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-width: 0px;
}

.picintable {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	border-width: 0px;
	vertical-align: bottom;
}

.tru2way_box {
	padding: 0px 0px 0px 0px;
	height:  130px;
	width:   450px;
	background-color: #ffffff;
}

._home_box {
	padding 0px 0px 0px 0px;
	height:	130px;
	width:	750px;
	background-color: #ffffff;
}

.one_col_ds_cell {
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
        color: black;
	padding: 0px 0px 0px 0px;
	width:	747px;
	background-color: #9999ff;
	vertical-align: top;
	border-width: 0px;
}

.two_col_ds_cell {
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
        color: black;
	padding: 0px 0px 0px 0px;
	width:	372px;
	background-color: #ffffff;
	vertical-align: top;
	border-width: 0px;
}

.three_px_spacer_col {
	color: white;
	width: 3px;
}

.eight_px_spacer_col {
	background-color: blue;
	width: 8px;
}

.header1 {
	font-size: 9pt;
	font-family: Verdana, Arial, sans-serif;
        color: white;
	padding: 0px 0px 0px 0px;
	width:	750px;
	background-color: #3333ff;
	vertical-align: top;
	border-width: 0px;
}
