/* Header
----------------------------------------------- */
@media all {
  #header {
    width:660px;
    margin:0 auto 10px;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  font-size:200%;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Verdana",Trebuchet,Arial,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
	margin:0 auto;
	padding:0;
	text-align:left;
	color: #999999;
    }
  #main {
    width:590px;
    float:left;
    }
  #sidebar {
    width:293px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Verdana",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#CC0000;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#CC0000;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
	color:#999999;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
	text-transform:uppercase;
	letter-spacing:.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	line-height: 1.4em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Verdana",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Verdana",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Verdana",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Verdana",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Verdana",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
  .comment-link1 {  margin-left:.6em;
}
.date-header1 {    margin:1.5em 0 .5em;
}
.date-header1 {    padding:0 1.5em 0 1.5em;
}
.post1 {    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
}
.post1 {    padding:0 1.5em 0 1.5em;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9690;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D92D3D;
}
.link1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;

}
.link1:hover {
	color: #D92D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.link3 {
	color: #9B9690;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}
.link3:hover {
	color: #D92D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.link4 {
	color: #003680;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
.link4:hover {
	color: #D92D3D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.link5 {
	color: #9B9690;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
.link5:hover {
	color: #D92D3D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;

}
.link9 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D92D3D;

}
.link9:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #7B7E83;

}
.link10 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link10:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.body_text_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B9690;
	text-align: justify;
}
.body_text_grey2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9B9690;
	text-align: left;
}
.body_text_grey3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9B9690;
	text-align: left;
}
.body_text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.body_text_black {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.whitebg {
	background-color: #EAE7E2;
}
.black_header13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.black_header13N {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.grey_header13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9B9690;
}
.blue_header13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #D92D3D;
}
.blue_header13_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #202D57;
}
.black_small_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.blue_small_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #202D57;
}
.black_16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.black_body_10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}.title_black_18_italic {
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.title_white_18_italic {
	font-family: Verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.title_white_18_normal {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.title_white_18_bold {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.title_white_22_bold {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.title2_black_18 {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
}
.black_body_rightJ {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.caption1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #9B9690;
}
.caption2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #9B9690;
}
.caption3 {
font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #9B9690;
}
.caption1_0 {
	font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: #D92D3D;
}
.caption2_o {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #D92D3D;
}
.caption3_o {
font-family: Verdana;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #D92D3D;
}
.caption5_o {
font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}
.caption6_0 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
}
.caption6_nblue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #D92D3D;
}
.caption7_nblue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #D92D3D;
}
.caption8_nblue {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #D92D3D;
}
.caption9_nblue {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #D92D3D;
}
.caption1_lblue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #D92D3D;
}
.caption2_lblue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #D92D3D;
}
.caption3_lblue {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #D92D3D;
}
.caption1_14black {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
.caption1_16Bblack {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.caption1_16grey {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #999999;
}
.caption1_16black {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}
.caption1_16Bblack {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.caption1_l8black {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.caption1_20black {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}
.caption1_20Rblack {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
.caption1_22Rblack {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	color: #000000;
}
.title3_nblue {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #D92D3D;
}
.title4_nblue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #D92D3D;
}
.title5_nblue {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #D92D3D;
}
.caption1_white13 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption1_white14 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption1_white15 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.caption1_white16 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
}
.lblue_border {
	border: 1px solid #D92D3D;
}
.Nblue_border {
	border: 1px solid #D92D3D;
}
.Nblue_border2 {
	border: 2px solid #D92D3D;
}
.greyborder {
	border: 1px solid #B2AEA5;
}
.greyborder2 {
	border: 2px solid #B2AEA5;
}
.dashed {
    border: 1px dotted #9B9690;
} 





form{
top:0;
bottom:0;
padding:0;
margin-bottom:0;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000000;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {

}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
 
}
.ui-tabs-panel {
    padding: 1em 8px;
 /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.box { 
border:1px #333333 solid; 
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 5px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 5px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {

}
.sinput2
{
    font-family:Verdana;
	font-size:12px;
	color:BLACK;
	background:#FFFFFF;
	border: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    width:80px
}
.sinput
{
    font-family:Verdana;
	font-size:12px;
	color:BLACK;
	background:#FFFFFF;
	border: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    width:160px
}

/*Pagination*/
      div.pagination {
              	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              text-align:center;
              padding: 7px;
              margin: 3px;
      }

      div.pagination a {
              	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              padding: 2px 5px 2px 5px; 
              margin: 2px;
              border: 1px solid #404040;
             
              text-decoration: none; /* no underline */
              color: #404040;
      }
      div.pagination a:hover, div.pagination a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              border: 1px solid #404040;
              background-color:#FF0000;
              color: #fff;
      }
      div.pagination span.current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
              padding: 2px 5px 2px 5px;
              margin: 2px; 
                      border: 1px solid #404040;
                     
                      font-weight: bold;
                      background-color: #FF0000;
                      color: #FFF;
              } 
      div.pagination span.disabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
                      padding: 2px 5px 2px 5px;
                      margin: 2px;
                      border: 1px solid #EEE;
             
                      color: #DDD; 
              }
			  
			  @charset "utf-8";
/* CSS Document */

.odashed {
    border: 1px dotted #4B4D5C;
}
.opicturebox {
	border: 1px dotted #4B4D5C;
}
.otextbox {
	border: 1px dotted #4B4D5C;
}
.otitle {
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	color: #4B4D5C;
}
.osubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #4B4D5C;
}
.osubtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4B4D5C;
}
.otext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4D5C;
}
.ofooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
.offerbox {
	border: 1px dotted #4B4D5C;
}
.oboxtitle {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #4B4D5C
}
.link01 {
	color: #9B9690;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
.link01:hover {
	color: #07d0eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.bordersides {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B1B0AC;
	border-bottom-color: #B1B0AC;
	border-left-color: #B1B0AC;
}