

/* SBS CSS File */


/* Floating Box Left 1 */

body
{
font-family: tahoma;
font-size: 10pt;
text-align: center;
color: black;
}

p.box
{
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 4px solid black;
border-bottom: 1px solid black;
width: 150px;
height: 250px;
background-color: bluebox1.jpg;
padding: 4px;
font-family: arial,helvetica;
font-size: 20pt;
text-align: center;
color: red;
}

/* Paragraph Tahoma 10 */

.ct10
{
font-family: tahoma;
font-size: 10pt;
text-align: center;
color: black;
margin-left: 5px;
margin-right: 5px;
}


/* Paragraph Left Tahoma 10 */

.lt10
{
font-family: tahoma;
font-size: 10pt;
text-align: left;
color: black;
margin-left: 20px;
margin-right: 20px;
}


/* Paragraph Right Tahoma 10 Skinny */

.rt10s
{
font-family: tahoma;
font-size: 10pt;
text-align: right;
color: black;
margin-left: 5px;
margin-right: 5px;
}



/* Paragraph Tahoma 11 */

.ct11
{
font-family: tahoma;
font-size: 11pt;
text-align: center;
color: black;
margin-left: 20px;
margin-right: 20px;
}


/* Paragraph Tahoma 11 Left */

.lt11
{
font-family: tahoma;
font-size: 11pt;
text-align: left;
color: black;
margin-left: 20px;
margin-right: 20px;
}



/* Header 1 Black  */

.black1
{
font-family: tahoma;
text-align: center;
color: black;
}


/* Header Green  */

.green
{
font-family: tahoma;
text-align: center;
color: green;
}



/* Header 2 Black  */

.black2
{
font-family: tahoma;
text-align: center;
color: black;
}


/* Link Format 1 */

.link1
{
font-weight: normal;
font-family: tahoma;
}

.link1:link
{
color: black;
text-decoration: none;
}

.link1: visited
{
color: black;
text-decoration: underline;
}

.link1:hover
{
color: yellow;
text-decoration: underline;
}

.link1:active
{
color: yellow;
text-decoration: underline;
}


/* Link Format 2 */

.link2
{
font-weight: bold;
font-family: tahoma;
font-size: 13pt;
}

.link2:link
{
color: orange;
text-decoration: none;
}

.link2:visited
{
color: orange;
text-decoration: none;
}

.link2:hover
{
color: orange;
text-decoration: underline;
}

.link2:active
{
color: orange;
text-decoration: underline;
}



/* Link Format 3 */

.link3
{
font-weight: bold;
font-family: tahoma;
font-size: 13pt;
}

.link3:link
{
color: yellow;
text-decoration: none;
}

.link3:visited
{
color: yellow;
text-decoration: none;
}

.link3:hover
{
color: yellow;
text-decoration: underline;
}

.link3:active
{
color: yellow;
text-decoration: underline;
}



/* Link Format 4 */

.link4
{
font-weight: normal;
font-family: tahoma;
font-size: 10pt;
}

.link4:link
{
color: black;
text-decoration: none;
}

.link4:visited
{
color: purple;
text-decoration: none;
}

.link4:hover
{
color: blue;
text-decoration: underline;
}

.link4:active
{
color: blue;
text-decoration: underline;
}


/* Light Blue Radius */

.box { 
  background: #E5F0FF; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 1px 0px 1px;
}


/* Light Grey Radius */

.greybox { 
  background: #F8F8F8; 
}
.greyboxtop { 
  background: url(negrey.gif) no-repeat top right; 
}
.greyboxtop div { 
  font-size: 0;
  height: 25px; 
  background: url(nwgrey.gif) no-repeat top left; 
}
.greyboxbottom { 
  background: url(segrey.gif) no-repeat bottom right; 
}
.greyboxbottom div { 
  font-size: 0;
  height: 25px; 
  background: url(swgrey.gif) no-repeat bottom left; 
}
.greyboxcontent {
  padding: 0px 5px 0px 5px;
}
