body 

{ 
background-color: white;
}

/*coloured square at top of page*/

.square 

{ 
margin: 10 5 0 20; 
float: left; 
} 


/* Screenline logo above picture of building*/

.logo 

{ 
margin: 0 230 0 10; 
} 

/*Links*/

a:link 

{ 
text-decoration: none; 
color: blue; 
border-bottom: 0px; 
} 


a:visited 

{ 
text-decoration: none; 
color: blue; 
border-bottom: 0px; 
} 


a:hover 

{ 
text-decoration: underline; 
border-bottom: 0px; 
color: black; 
} 


/* main table*/

#table 

{ 
margin: 20 10 10 20; 
clear: left; 
} 





/*employment table text style*/

#employtable 

{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: center; 
font-size: 11px;
color: gray;
}

/*employment table heading style*/

#employtablehead

{ 
font-family: bold, Verdana, Arial, Helvetica, sans-serif;
text-align: center; 
font-size: 12px; 
color: black;
}

/* javascript style for seasonjava.js*/

#java 

{ 
font-weight: bold; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: right;
color: gray; 
margin: 2 5 0 0;
} 


/* heading at top of page next to coloured square*/
#title 

{ 
font-weight: bold; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: gray; 
margin: 25 0 0 0; 
} 

/* language splash titles*/

#langtitle

{ 
font-weight: bold; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: gray; 
clear: left;
}


/* style for all pictures */
#picture 

{ 
text-align: left; 
margin: 0 10 10 9; 
border: 1px solid black; 
} 

/* style for worldscreen picture */

#worldlogo 

{ 
background: white url(../pictures/common/worldlogogray.gif) no-repeat 0px 120px;
}

/* style for all text pictures */
#textpicture 

{ 
text-align: left; 
margin: 10 10 10 10; 
} 


/*style for all paragraphs*/
p 

{ 
clear: left; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: justify; 
font-size: 11px; 
letter-spacing: -0.04em
} 

/*style for floating text*/

#pfloat

{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: justify; 
font-size: 11px;
letter-spacing: -0.04em 
} 

address 

{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: left; 
font-size: 11px; 
} 

/*style for horizontal rule*/
#slhr 

{ 
color: FFCC33; 
background color: FFCC33; 
height: 2; 
width: 100%; 
} 



/*style for splash 2 button titles*/

#prodbutton

{ 
font-weight: bold; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
color: white; 
clear: left;
}


/*style for splash 2 top yellow titles*/

#splashtitle

{ 
font-weight: bold; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: FFCC33; 
margin: 25 0 0 0; 
} 

/*style for splash 2 main table with outdoor image and bugs*/

#sp2table
{
margin: 5 0 10 0; 
border: 1px solid black; 
position: absolute; 
left: 50px; 
top: 80px
}


/*style for splash 2 floating table with product buttons*/

#floattable

{
margin: 5 0 10 0; 
background-color: white; 
border: 1px solid black; 
position: absolute; 
left: 360px; 
top: 290px
}

/*style for a border around pictures*/

#border

{
border: 1px solid black
}


/*style for sp2 heading in floating table*/

#sp2heading

{
font-weight: bold; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: black; 
text-align: center;
}
