/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

/* LAYOUT */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 10px auto 0%;
 width: 815px;
}
#content {
 margin: 0px 20px;
 background: #1279D1;
}
#header {
 border-bottom: 1px solid #FFFFFF;
 background: #EBEBEB;
 height: auto;
}
#newhomeheader {
 border-bottom: 1px solid #FFFFFF;
 background: #EBEBEB;
 height: auto;
}
#spacer {
 width: auto;
 height: auto;
}
#leftcolumn { 
 font-size: 13px;
 border-right: 1px solid #FFFFFF;
 color: #000000;
}
#rightcolumn {
 width: 640px;
 font-size: 13px;
 padding: 20px;
 background: #FFFFFF url(images/content_bg.jpg) no-repeat;
}
#home {
 width: 640px;
 font-size: 13px;
 padding: 20px;
 background: #60A8F0 url(images/home_bg_new2a.gif) no-repeat;
}
#newhome {
 width: 640px;
 font-size: 13px;
 padding: 20px 20px 9px 20px;
 background: #FFFFFF;
}
#markets {
 width: 640px;
 font-size: 13px;
 padding: 20px;
 background: #FFFFFF url(images/markets_bg.gif) no-repeat;
}
#marketsb {
 width: 640px;
 font-size: 13px;
 padding: 20px;
 background: #FFFFFF url(images/markets_bgb.gif) no-repeat;
}
#footercorner { 
 height: auto;
 background: #EBEBEB;
 border-right: 1px solid #FFFFFF;
}
#newhomefootercorner { 
 height: auto;
 background: #EBEBEB;
 border-right: 1px solid #FFFFFF;
}
#footer { 
 width: 640px;
 height: 52px;
 background: #EBEBEB url(images/footernew2a.gif) no-repeat;
}
#homefooter { 
 width: 640px;
 height: 70px;
 background: url(images/footer_home_new2a.gif) no-repeat;
}
#newhomefooter { 
 width: 640px;
 height: auto;
 background: #EBEBEB;
}
.clear { clear: both; background: none; }

#rightalign {
 float: right;
 height: auto;
 width: auto;
 margin: 0px 0px 10px 10px;
}

.imageright {
 float: right;
 height: auto;
 width: auto;
 margin: 0px 0px 10px 0px;
}

#leftalign {
 float: left;
 height: auto;
 width: auto;
 margin: 0px 10px 10px 0px;
}

#custom { 	
 margin: 0 auto;
 margin: 10px;
 padding: 10px;
 width: 639px;
 text-align: left;
 vertical-align: left;	
 background: url(images/content_bg.jpg) no-repeat;
}

#homenews {
 float: left;
 height: 339px;
 width: 289px;
 background: url(images/home_news_bg.gif) no-repeat;
}
#homefeature {
 float: right;
 height: 339px;
 width: 289px;
 background: url(images/home_feature_bg.gif) no-repeat;
}
#homenews h2, #homefeature h2 {
 font-size: 18px; font-weight: bold;
}
#homenews h2 {
 color: #000000; 
 padding: 6px 11px 0 11px;
 margin-bottom: 23px;
}
#homefeature h2 {
 color: #ffffff;
 padding: 2px 0 0 11px;
 margin-bottom: 0;
}
#homenews h3 {
 font-size: 13px; font-weight: bold; color: #000000; margin-top: 0; margin-bottom: 0; padding: 0 11px;
}
#homefeature h3 {
 font-size: 16px; font-weight: bold; color: #000000; margin-top: 4px; margin-bottom: 0; padding-left: 11px;
}
#homenews p {
 font-size: 12px; font-weight: normal; color: #000000; margin-top: 4px; padding: 0 11px; 
}
#homefeature p {
 font-size: 12px; font-weight: normal; color: #000000; padding-left: 11px; 
}
#homenews a:link, #homefeature a:link {color: #000000; text-decoration: underline;}
#homenews a:visited, #homefeature a:visited {color: #000000;}
#homenews a:hover, #homefeature a:hover {text-decoration: underline;}

#homebox1 {
 float: left;
 height: 187px;
 width: 297px;
 background: url(images/featured_boxes_1.gif) no-repeat;
}
#homebox1 h2, #homebox2 h2, #homebox3 h2, #homebox4 h2 {
 font-size: 11px; font-weight: bold; color: #FFFFFF; margin-bottom: 0; padding: 5px 0 0 11px;
}
#homebox1 h3, #homebox2 h3, #homebox3 h3, #homebox4 h3 {
 font-size: 14px; font-weight: bold; color: #000000; margin-top: 8px; margin-bottom: 0; padding-left: 11px;
}
#homebox1 p, #homebox2 p, #homebox3 p, #homebox4 p {
 font-size: 12px; font-weight: normal; color: #000000; padding-left: 11px; 
}
table.home {
 font-size: 12px;
 text-align: left;
 color: #000000;
 padding-left: 11px;
}
#homebox2 {
 float: right;
 height: 187px;
 width: 297px;
 background: url(images/featured_boxes_2.gif) no-repeat;
}
#homebox3 {
 float: left;
 height: 201px;
 width: 297px;
 background: url(images/featured_boxes_3.gif) no-repeat;
}
#homebox4 {
 float: right;
 height: 201px;
 width: 297px;
 background: url(images/featured_boxes_4.gif) no-repeat;
}

#homebreakingnews {
 height: 242px;
 width: 596px;
 background: url(images/home_breaking_news_nov_bg.jpg) no-repeat;
 }
#homebreakingnews h3 {
 font-size: 18px; font-weight: bold; color: #000000; margin-top: 13px; margin-bottom: 0; padding-left: 11px; width: 210px;
}
#homebreakingnews p.break {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px; width: 300px;
}
#homelatestnews {
 height: 191px;
 width: 596px;
 background: url(images/home_latest_news_nov_bg.jpg) no-repeat;
 }
 #homelatestnews h2 {
 font-size: 18px; font-weight: bold; color: #1279D1; margin-bottom: 0; padding: 5px 0 0 11px;
}
#homelatestnews h3 {
 font-size: 18px; font-weight: bold; color: #000000; margin-top: 13px; margin-bottom: 0; padding-left: 11px;
}
#homelatestnews h4 {
 font-size: 16px; font-weight: bold; color: #000000; margin-top: 10px; margin-bottom: 0; padding-left: 11px; width: 340px;
}
#homelatestnews p.pprod {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px; width: 350px;
}
#homelatestnews li {
 margin-bottom: 3px;
}
#homelatestnewsfeb {
 height: 156px;
 width: 598px;
 background: url(images/home_breaking_news_feb11_2.jpg) no-repeat;
 }
#homebreakfour {
 height: 200px;
 width: 598px;
 background: url(images/homebreakfour_bg.jpg) no-repeat;
 }
 #homelatestnewsfeb h2, #homebreakfour h2 {
 font-size: 18px; font-weight: bold; color: #1279D1; margin-bottom: 0; padding: 5px 0 0 11px;
}
#homelatestnewsfeb h3, #homebreakfour h3 {
 font-size: 18px; font-weight: bold; color: #000000; margin-top: 13px; margin-bottom: 0; padding-left: 11px;
}
#homelatestnewsfeb h4 {
 font-size: 16px; font-weight: bold; color: #000000; margin-top: 10px; margin-bottom: 0; padding-left: 11px; width: 340px;
}
#homebreakfour h4 {
 font-size: 16px; font-weight: bold; color: #000000; padding: 10px 0 0 11px; margin-bottom: 5px;
}
#homelatestnewsfeb p.pprod {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px; width: 350px;
}
#homelatestnewsfeb li {
 margin-bottom: 3px;
}
#homelatestnewsfeb p {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px;
}
#homelatestnewsfeb a:link { font-weight: bold; color: #1279D1; text-decoration: underline; width: 400px;padding-left: 0;}
#homebreakfour a:link { font-weight: bold; color: #1279D1; text-decoration: underline; width: 400px; margin-left: 0;}
#homelatestnewsfeb a:visited, #homebreakfour a:visited {font-weight: bold; color: #1279D1; width: 400px;}
#homelatestnewsfeb a:hover, #homebreakfour a:hover {font-weight: bold; text-decoration: underline; width: 400px;}
#homebreak {
 height: 263px;
 width: 596px;
 background: url(images/home_breaking_news_bg1.jpg) no-repeat;
 }
#homebreaktwo {
 height: 348px;
 width: 596px;
 background: url(images/home_breaking_news_feb11.jpg) no-repeat;
 }
 #homebreakthree {
 height: 405px;
 width: 596px;
 background: url(images/homebreakthree_bg.jpg) no-repeat;
 }
#homebreaktwo h1 {
 font-size: 22px; font-weight: bold; color: #000000; margin-top: 10px; margin-bottom: 0; padding-left: 11px; width: 320px;
}
#homebreakthree h1 {
 font-size: 22px; font-weight: bold; color: #000000; margin-top: 10px; margin-bottom: 0; padding-left: 11px; width: 380px;
}
#homebreak h2, #homebreakingnews h2, #homebreaktwo h2, #homebreakthree h2 {
 font-size: 18px; font-weight: bold; color: #FF0000; margin-bottom: 0; margin: 0 0 0 11px; padding-top: 5px;
}
#homebreak h3, #homebreaktwo h3, #homebreakthree h3 {
 font-size: 18px; font-weight: bold; color: #000000; margin-top: 13px; margin-bottom: 0; padding-left: 11px; width: 320px;
}
#homebreak p.break {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px; width: 260px;
}
#homebreak p, #homebreakingnews p, #homelatestnews p {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px;
}
#homebreaktwo p {
 font-size: 14px; font-weight: normal; color: #000000;
}
#homebreakthree p {
 font-size: 14px; font-weight: normal; color: #000000; width: 410px;
}
#homebreak p span {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 13px;
}
#homebreak p, #homebreak2 p {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 11px;
}
#homebreak2 {
 height: 172px;
 width: 596px;
 background: url(images/home_breaking_news_bg2.jpg) no-repeat;
}
#homebreak3 {
 height: 172px;
 width: 596px;
 background: url(images/home_breaking_news_feb11_bg2.jpg) no-repeat;
}
#homebreak2 h3.prod, #homebreak3 h3.prod {
 font-size: 18px; font-weight: bold; color: #1279D1; margin-top: 0; margin-bottom: 0; padding-left: 24px; padding-top: 4px; width: 100%;
}
#homebreak2 h4, #homebreak3 h4 {
 font-size: 16px; font-weight: bold; color: #000000; margin-top: 10px; margin-bottom: 0; padding-left: 24px; width: 340px;
}
#homebreak2 p.pprod, #homebreak3 p.pprod {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 24px; width: 350px;
}
#homebreak2 p span, #homebreak3 p span {
 font-size: 14px; font-weight: normal; color: #000000; padding-left: 13px;
}
#homebreak2 li, #homebreak3 li {
 margin-bottom: 3px;
}
#homebreak a:link, #homebreak2 a:link, #homebreakingnews a:link, #homelatestnews a:link, #homebreaktwo a:link, #homebreak3 a:link { font-weight: bold; color: #1279D1; text-decoration: underline; width: 400px;padding-left: 11px;}
#homebreakthree a:link { font-weight: bold; color: #1279D1; text-decoration: underline; width: 400px;}
#homebreak a:visited, #homebreak2 a:visited, #homebreakingnews a:visited, #homelatestnews a:visited, #homebreaktwo a:visited, #homebreak3 a:visited, #homebreakthree a:visited {font-weight: bold; color: #1279D1; width: 400px;}
#homebreak a:hover, #homebreak2 a:hover, #homebreakingnews a:hover, #homelatestnews a:hover, #homebreaktwo a:hover, #homebreak3 a:hover, #homebreakthree a:hover {font-weight: bold; text-decoration: underline; width: 400px;}

#links a:link { font-weight: bold; color: #1279D1; text-decoration: underline;}
#links a:visited {font-weight: bold; color: #1279D1;}
#links a:hover {font-weight: bold; text-decoration: underline;}
#links {
 float: right; width: 225px; font-size: 14px; padding-top: 280px;
}
#links p {
 text-align: center;
}

#homecats {
 height: 203px;
 width: 599px;
 background: url(images/newhomecats.gif) no-repeat;
}
table.cats {
 font-size: 10px; font-weight: bold; color: #000000; 
 text-align: left;
 color: #000000;
 padding-left: 11px;
}

#genbox {
 float: left;
 height: auto;
 width: 240px;
}
#genboxnew {
 float: left;
 height: auto;
 width: 273px;
}
#genboxc {
 height: auto;
 width: 100%;
 padding: 20px 0 0 0;
}

#contactbox {
 float: left;
 height: auto;
 width: 280px;
}

#tabbox {
 float: left;
 height: auto;
 width: 55%;
}

#boxthird {
 float: left;
 height: auto;
 width: 30%;
}

#box40 {
 float: left;
 height: auto;
 width: 40%;
}

/* STYLES */

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 {font-size: 36px; font-weight: bold;}
#newhome h1 {font-size: 30px; font-weight: bold;}
h2 {font-size: 24px; font-weight: bold; margin-top: -7px;}
h3 {font-size: 13px; font-weight: bold; margin-bottom: -1px;}
h4 {font-size: 18px; font-weight: bold; color: #1279D1; margin-bottom: -15px;}
h5 {font-size: 15px; font-weight: bold;}
h6 {font-size: 13px; font-weight: bold; color: #1279D1; margin-bottom: -1px;}

a.one:link {color: #FFFFFF; text-decoration: none;}
a.one:visited {color: #FFFFFF;}
a.one:hover {text-decoration: underline;}

a.two:link {color: #000000; text-decoration: none;}
a.two:visited {color: #000000;}
a.two:hover {text-decoration: underline;}

hr {border: 0; height: 1px; color: #1279D1; background-color: #1279D1;}

.bodywhite {font-weight: bold; color: #ffffff;}
.smallprint {font-size: 9px;}

#leftcolumn p {
 font: 9px Arial, Helvetica, sans-serif ;
 color: #FFFFFF;
 text-align: center;
}
#leftcolumn ul {
 padding: 10px;
}
#leftcolumn li {
 font-weight: bold;
 padding: 5px 0px 0px 5px;
 color: #FFFFFF;
 list-style: none;
}	
#leftcolumn li li{
 font-size: 11px;
 font-weight: bold;
 padding: 5px 0px 0px 20px;
 color: #FFFFFF;
 list-style: none;
 margin-top: 0;
}
#leftcolumn li ul{
 padding: 0px;
}
#leftcolumn a {
 color: #FFFFFF;
 text-decoration: none;
}
#leftcolumn a:hover {
 text-decoration: underline;
}
.last{
 font-size: 11px;
 font-weight: bold;
 padding: 5px 0px 0px 0px;
 color: #FFFFFF;
 list-style: none;
 margin-top: 0;
}

.rightalign {
 float: right;
 height: auto;
 width: auto;
 margin: 0px 0px 10px 10px;
}
.leftalign {
 float: right;
 height: auto;
 width: auto;
 margin: 0px 10px 10px 0px;
}

#footer p {
 font-size: 11px;
 font-weight: bold;
 background: #1279D1;
 color: #ffffff;
 align: center;
 padding: 3px;
 margin: 0px 20px 0px 20px;
 text-align: center;
 border: 1px solid #FFFFFF;
}
#homefooter p {
 font-size: 11px;
 font-weight: bold;
 background: #1279D1;
 color: #FFFFFF;
 margin: 0px 20px 0px 20px;
 padding: 3px;
 text-align: center;
 border: 1px solid #FFFFFF;
}
#newhomecontact p {
 font-size: 11px;
 font-weight: bold;
 background: #1279D1;
 color: #FFFFFF;
 padding: 3px;
 text-align: center;
 border: 1px solid #FFFFFF;
 margin-bottom: 0;
}

table.product {
 border-spacing: 0px;
 border-collapse: collapse;
 background: #FFFFFF;
 border: 1px solid #1279D1;
}
table.product caption {
 font-size: 15px;
 text-align: left;
 font-weight: bold;
}
table.product th {
 font-size: 11px;
 text-align: center;
 font-weight: normal;
 padding: 1px 1px;
 border: 0px;
 border-bottom: 1px solid #1279D1;
}
table.product th.left {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px 5px;
 border: 0px;
 border-bottom: 1px solid #1279D1;
}
table.product td {
 font-size: 11px;
 text-align: center;
 border: 0px;
 border-bottom: 1px solid #1279D1;
 padding: 1px 1px;
}
table.product td.tdleft {
 font-size: 11px;
 text-align: left;
 border: 0px;
 border-bottom: 1px solid #1279D1;
 padding: 1px 1px;
}
table.product thead th {
 font-size: 11px;
 text-align: center;
 font-weight: bold;
 background-color: #1279D1;
 color: #FFFFFF;
 border-right: 1px solid #FFFFFF;
}
table.product th.mid {
 border-bottom: 1px solid #1279D1;
}
table.product th.first {
 text-align: left;
 border-right: 1px solid #1279D1;
}
table.product th.thfirst {
 text-align: left;
 border-right: 1px solid #FFFFFF;
  padding: 1px 5px;

}
table.product thead th.start {
 text-align: left;
}
table.product thead th.end {
 border-right: 1px solid #1279D1;
}
table.product td.start {
 text-align: left;
}
table.product th.start {
 text-align: left;
}
table.product td.end {
 border-right: 1px solid #1279D1;
}
#tint {
 background: #e4eefe;
}

table.product th.one {
 text-align: left;
 border-right: 1px solid #1279D1;
}
table.product td.two {
 text-align: center;
 border-right: 1px solid #1279D1;
}



table.multigen {
 border-spacing: 0px;
 border-collapse: collapse;
 background: #FFFFFF;
 border: 2px solid #1279D1;
}
table.multigen caption {
 font-size: 15px;
 text-align: left;
 font-weight: bold;
}
table.multigen th {
 font-size: 11px;
 text-align: center;
 font-weight: normal;
 padding: 1px 1px;
 border: 0px;
 border-bottom: 1px solid #1279D1;
}
table.multigen th.left {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px 5px;
 border: 0px;
 border-bottom: 1px solid #1279D1;
}
table.multigen th.leftnon {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px;
 border: 0px;
}
table.multigen td {
 font-size: 11px;
 text-align: center;
 border: 0px;
 border-bottom: 1px solid #1279D1;
 padding: 1px 1px;
}
table.multigen td.tdleft {
 font-size: 11px;
 text-align: left;
 border: 0px;
 border-bottom: 1px solid #1279D1;
 padding: 1px 1px;
}
table.multigen thead th {
 font-size: 11px;
 text-align: left;
 font-weight: bold;
 background-color: #1279D1;
 color: #FFFFFF;
 border-right: 2px solid #1279D1;
}
table.multigen th.mid {
 border-bottom: 1px solid #1279D1;
}
table.product th.first {
 text-align: left;
 border-right: 1px solid #1279D1;
}
table.multigen th.thfirst {
 text-align: left;
 border-right: 1px solid #1279D1;
  padding: 1px 5px;

}
table.multigen thead th.start {
 text-align: left;
 border-top:2px solid #1279D1;
}
table.multigen thead th.end {
 border-right: 1px solid #1279D1;
}
table.multigen td.start {
 text-align: left;
}
table.multigen td.st {
 text-align: left;
 border-top:2px solid #1279D1;
}
table.multigen th.start {
 text-align: left;
}
table.multigen th.st {
 text-align: left;
 border-top:2px solid #1279D1;
}
table.multigen td.end {
 border-right: 1px solid #1279D1;
}

table.multi {
 border-spacing: 0px;
 border-collapse: collapse;
 background: #FFFFFF;
 border: 2px solid #1279D1;
}
table.multi caption {
 font-size: 15px;
 text-align: left;
 font-weight: bold;
}
table.multi th {
 font-size: 11px;
 text-align: center;
 font-weight: normal;
 padding: 1px 1px;
 border: 0px;
 border-bottom: 1px solid #1279D1;
}
table.multi th.left {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px 5px;
 border: 0px;
 background: #e4eefe;
}
table.multi th.leftbot {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px 5px;
 border-bottom: 2px solid #1279D1;
 background: #e4eefe;
}

table.multi th.lefteven {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px 5px;
 border: 0px;
}
table.multi th.leftevenbot {
 font-size: 11px;
 text-align: left;
 font-weight: normal;
 padding: 1px 5px;
 border-bottom: 2px solid #1279D1;
}

table.multi td {
 font-size: 11px;
 text-align: center;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
 background: #e4eefe;
}
table.multi td.leftcol {
 font-size: 11px;
 text-align: center;
 border-right: 0 none;
 padding: 1px 1px;
 background: #e4eefe;
}
 table.multi th.center {
 font-size: 11px;
 text-align: center;
 border-bottom: 0 none;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
 background: #e4eefe;
}
table.multi td.bot, table.multi th.bot {
 font-size: 11px;
 text-align: center;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
  background: #e4eefe;
 border-bottom: 2px solid #1279D1;
}
table.multi td.botleftcol {
 font-size: 11px;
 text-align: center;
 border-right: 0 none;
 padding: 1px 1px;
  background: #e4eefe;
 border-bottom: 2px solid #1279D1;
}
table.multi td.end {
 font-size: 11px;
 text-align: center;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
  background: #e4eefe;
}
table.multi td.endbot {
 font-size: 11px;
 text-align: center;
 border-right: 2px solid #1279D1;
 border-bottom: 2px solid #1279D1;
 padding: 1px 1px;
  background: #e4eefe;
}

table.multi td.even {
 font-size: 11px;
 text-align: center;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
 background: #ffffff;
}
table.multi th.even {
 font-size: 11px;
 text-align: center;
 border-bottom: 0 none;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
 background: #ffffff;
}
table.multi td.evenleftcol {
 font-size: 11px;
 text-align: center;
 border-right: 0 none;
 padding: 1px 1px;
 background: #ffffff;
}

table.multi td.evenbot, table.multi th.evenbot {
 font-size: 11px;
 text-align: center;
 border-right: 2px solid #1279D1;
 border-bottom: 2px solid #1279D1;
 padding: 1px 1px;
 background: #ffffff;
}
table.multi td.evenbotleftcol {
 font-size: 11px;
 text-align: center;
 border-right: 0 none;
 border-bottom: 2px solid #1279D1;
 padding: 1px 1px;
 background: #ffffff;
}

table.multi td.evenend {
 font-size: 11px;
 text-align: center;
 padding: 1px 1px;
 background: #ffffff;
}
table.multi td.evenendbot {
 font-size: 11px;
 text-align: center;
 padding: 1px 1px;
 background: #ffffff;
 border-bottom: 2px solid #1279D1;
}

table.multi td.tdleft {
 font-size: 11px;
 text-align: left;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
 background: #e4eefe;
}
table.multi td.tdleftbot {
 font-size: 11px;
 text-align: left;
 border-right: 2px solid #1279D1;
 border-bottom: 2px solid #1279D1;
 padding: 1px 1px;
 background: #e4eefe;
}

table.multi td.tdlefteven {
 font-size: 11px;
 text-align: left;
 border-right: 2px solid #1279D1;
 padding: 1px 1px;
  background: #ffffff;
}
table.multi td.tdleftevenbot {
 font-size: 11px;
 text-align: left;
 border-right: 2px solid #1279D1;
 border-bottom: 2px solid #1279D1;
 padding: 1px 1px;
  background: #ffffff;
}
table.multi thead th {
 font-size: 11px;
 text-align: center;
 font-weight: bold;
 background-color: #1279D1;
 color: #FFFFFF;
 border-right: 2px solid #FFFFFF;
}
table.multi th.mid {
 border-bottom: 1px solid #1279D1;
}
table.multi th.first {
 text-align: left;
 border-right: 1px solid #1279D1;
}
table.multi th.thfirst {
 text-align: left;
 border-right: 2px solid #FFFFFF;
  padding: 1px 5px;

}
table.multi thead th.start {
 text-align: left;
}
table.multi thead th.end {
 border-right: 1px solid #1279D1;
}
table.multi thead th.leftcol {
 border-right: 0 none;
}
table.multi td.start {
 text-align: left;
}
table.multi th.start {
 text-align: left;
}


table.job {
 border-spacing: 0px;
 border-collapse: collapse;
 background: #FFFFFF;
 border: 1px solid #1279D1;
}
table.job caption {
 font-size: 15px;
 text-align: left;
 font-weight: bold;
 padding: 5px;
 color: #FFFFFF;
 background: #1279D1;
}
table.job td {
 font-size: 13px;
 text-align: left;
 border: 0px;
 padding: 5px;
}

table.switch thead th {
    background-color: #FFFFFF;
    border-bottom: 2px solid #1279D1;
    border-right: 1px solid #1279D1;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
table.switch {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #1279D1;
    border-collapse: collapse;
    border-spacing: 0;
}
table.switch th.one {
    border-right: 1px solid #1279D1;
    text-align: left;
}
table.switch td.two {
    border-right: 1px solid #1279D1;
    text-align: center;
}
table.switch td {
    border-color: -moz-use-text-color -moz-use-text-color #1279D1;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 11px;
    padding: 1px;
    text-align: center;
}
table.switch thead th.start {
 text-align: left;
}
table.switch th {
 font-size: 11px;
 text-align: center;
 font-weight: normal;
 padding: 1px 1px;
 border: 0px;
 border-bottom: 1px solid #1279D1;
}
table.switch th.start {
 text-align: left;
}

body ul {
 margin: 0px;
}
body li {
 list-position: inside;
 list-type: disc;
}

#maintitle {
 width: 434px;
 font-size: 36px;
 font-weight: bold;
 text-transform: none;
 margin: 57px 0px 0px 0px;
}
#mainsub {
 font-size: 24px;
 font-weight: bold;
 margin: 20px 0px 0px 0px;
}
.body11px {
 font-size: 11px;
 list-style-position: inside;
 list-style-type: disc;
}

.bullets {
 list-style-type: disc;
 text-decoration: none;
 list-style-position: inside;
}
.body13px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.body10px {
	font-size: 10px;
	list-style-position: inside;
	list-style-type: disc;
	color: #FF0000;

}

