body{
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
font-size: 100%;
text-align:left;
color:#666666;
padding:0px;
margin:0px;
}


body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}




h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  color:#333333;
	padding:0px 0px 0px 0px;
	margin:0px;
	text-decoration:none;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}


h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
font-weight:normal;
padding:0px 0px 10px 0px;
margin:0px;
color:#333333;
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}




p{
padding:0px;
margin:1em 0 0 0;
}

avail_table{
	font-weight:normal;
}

img{
	max-width:100%;
	height: auto;
	padding:0px;
	margin:0px;
	border:0px;
}

a, a:link , a:visited{
color:#0099FF;
text-decoration:none;
border:none;
}

a:active{
color:#6699CC;
/* text-decoration:bold; */
/* border-bottom:1px solid #0099FF; */
}

a:hover{
color:#6699CC;
/* text-decoration:bold; */
/* border-bottom:1px solid #0099FF; */
}

/*
#hdr-nav{
padding:10px 10px 0px 10px;
font-weight:bold;
}

#hdr-nav2, avail_table{
padding:10px 0px 0px 10px;
font-weight:normal;
}


#hdr-nav ul, #hdr-nav li, #hdr-nav2 ul, #hdr-nav2 li{
display:inline;
height:20px;
margin:0px;
padding:0px;
list-style-type:none;
}

#hdr-nav a, #hdr-nav a:link, #hdr-nav2 a, #hdr-nav2 a:link{
color:#666666;
border-top:none;
border-bottom:1px solid #ffffff;
display:inline;
line-height:15px;
margin:0px 5px 0px 2px;
padding:0px 0px 0px 0px;
text-decoration:none;
}

#hdr-nav a:hover, #hdr-nav2 a:hover{
color:#0099FF;
border-bottom:1px solid #999999;
text-decoration:none;
}

#hdr-nav a.active, #hdr-nav a:link.active, #hdr-nav a:hover.active, #hdr-nav2 a.active, #hdr-nav2 a:link.active, #hdr-nav2 a:hover.active{
border-bottom:1px solid #0099FF;
}
*/

/*
#hdr-subs{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 10px;
font-size:0.7em;
}

#hdr-subs ul, #hdr-subs li{
display:inline;
list-style-type:none;
height:20px;
margin:0px 10px 0px 0px;
padding:0px;
}

#hdr-subs a, #hdr-subs a:link, #hdr-subs a:visited{
color: #666666;
border-bottom:none;
}

#hdr-subs a:hover{
color: #0099FF;
}
*/

.increment a, .increment a:link , .increment a:visited{
color:#0099FF;
text-decoration:none;
}

.increment a:active{
color:#ff0000;
text-decoration:none;
}

.increment a:hover {
color:#ffffff;
background:#0099FF;
text-decoration:none;
}

.main a, .main a:link , .main a:visited{
color:#666666;
text-decoration:none;
border-bottom:1px dotted #bbbbbb;
}

.main a:active{
color:#ff0000;
text-decoration:none;
border-bottom:1px solid #4682b4;
}

.main a:hover {
color:#0099FF;
text-decoration:none;
border-bottom:1px dotted #666666;
}

#footer a, #footer a:link, #footer a:visited{
color:#666666;
text-decoration:none;
border:none;
}

#footer a:hover{
color:#0099FF;
text-decoration:none;
border:none;
}

#footer a:active{
color:#4682b4;
text-decoration:none;
border:none;
}

.newsitem{
border-bottom:1px dotted #bbbbbb;
}

.indent{
margin-bottom:5px;
}

.indent2{
line-height:10px;
}

.input-box
{
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color:#fafafa;
padding:0px;
margin:0px;
font-size:10pt;
width:20em;
border:1px solid #eeeeee;
}

textarea{
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color:#fafafa;
padding:0px;
margin:0px;
font-size: 10pt;
width:25em;
height:8em;
}

select{
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color:#fafafa;
padding:0px;
margin:0px;
font-size:10pt;
width:20em;
}

select,
textarea{
border:1px solid #eeeeee;
}

input:focus, 
select:focus, 
textarea:focus ,
input.sffocus,
select.sffocus,
textarea.sffocus{
background-color:#eeeeee;
border:1px solid #fafafa;
}

label,input ,select,textarea{
display:block;
float:left;
margin-bottom:5px;
}

label{
text-align:right;
width:100px;
padding-right:20px;
}

form br{
	clear: left;
}

.centered{
text-align:center;
}

.feeddesc{
font-size:9px;
margin-bottom:8px;
}

.feedpowered{
font-size:11px;
color:#333333;
}
