/* CSS Document */

/* Links */
a:link { color: #FF6600; text-decoration: none }
a:visited { color: #FF6600; text-decoration: none }
a:hover { color: #00A6E4; text-decoration: none }

a.bda:link { color: #5E5B5B; text-decoration: underline; font-weight: bold }
a.bda:visited { color: #5E5B5B; text-decoration: underline; font-weight: bold }
a.bda:hover { color: #5E5B5B; text-decoration: underline; font-weight: bold } 

a.headernav:link { font-size: 12px; color: #000000; text-decoration: none }
a.headernav:visited { font-size: 12px; color: #000000; text-decoration: none }
a.headernav:hover { font-size: 12px; color: #000000; text-decoration: underline } 

a.footernav:link { color: #003399; text-decoration: none }
a.footernav:visited { color: #003399; text-decoration: none }
a.footernav:hover { color: #003399; text-decoration: underline } 

a.headercontact:link { font-size: 14px; font-weight: bold; color: #FF6600; text-decoration: none }
a.headercontact:visited { font-size: 14px; font-weight: bold; color: #FF6600; text-decoration: none }
a.headercontact:hover { font-size: 14px; font-weight: bold; color: #FF6600; text-decoration: underline } 

/* Table & Layout Variations */
html, body { 
	background-color: #FFFFFF; 
  	margin: 0;
  	padding: 0;
	color: #545454;
}
td {
	font-family: Arial; 
	font-size: 15px; 
	color: #545454;
	line-height: 150%;
}
.tbl-home-top {
	background:url(../images/home-back.gif);
	background-repeat: repeat-x;
} 
.tbl-interior-top {
	background:url(../images/interior-back.gif);
	background-repeat: repeat-x;
} 
.td-home-left {
	padding: 15px 10px 0 0;
	vertical-align: top;
}
.td-home-right {
	padding: 15px 0 0 20px;
	vertical-align: top;
}
.td-header-right {
	vertical-align: top;
	text-align: right;
}
.td-footer-right {
	vertical-align: top;
	text-align: right;
	font-size: 10px;
}
.td-footer-left {
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	padding-left: 25px;
}
.td-interior-content {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: text-top;
}
.td-links {
	vertical-align: middle;
	text-align: center;
}

/* Form Variations */  
.button {
    font-family: Arial;
    font-size: 13px;
    border-color: #000000;
    background-color: #F0F0F0;
	border: #A8A9AB 1px solid;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textbox {
    font-family: Arial;
    font-size: 13px;
	padding: 2px;
	background: #fff url('../images/input_bg.gif') repeat-x 0 1px;
	border: #A8A9AB 1px solid;
}

