html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input {
    margin: 0;
    padding: 0;
}
body {
	line-height: 1;
    font-family:'Arial',sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*/* tables still need 'cellspacing="0"' in the markup */
/*table {*/
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
/*}*/

.cleardefault {
    color: gray;
    font-style: italic;
    color: #808080;
}

.fltRt {
    float: right;
}
.fltLt {
    float: left;
}
.clr {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    background-color: #FAFFFA;
}



.overlap {
       position:relative;
	   right: -25px;
	   top:0px;

}

.buttonwrapper {
    margin: 0 0 10 0;
    z-index: -1;
}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( /img/btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( /img/btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}

.error {
color: #FF0000;
font-weight:bold;
}

.errorMsg {
    margin: 20px;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}


.rightNavImg {

    background: url(/img/bb.gif) no-repeat;
    width: 133px;
    height: 27px;
    padding-top: 4px;
    color:#333333;
    font-family:'Arial-BoldMT','Arial',sans-serif;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:0;
    line-height:19px;
    text-align:center;
    text-decoration:none;
    text-indent:0;
    text-transform:none;
}

.rightNavImg a:hover {
    text-decoration: none;
}

.rightNavImg2 {

    background: url(/img/bb-clear.gif) no-repeat;
    width: 140px;
    height: 32px;
    padding-top: 6px;
    margin-top: -6px;
    color:#333333;
    font-family:'Arial-BoldMT','Arial',sans-serif;
    font-size:14px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:0;
    line-height:19px;
    text-align:center;
    text-decoration:none;
    text-indent:0;
    text-transform:none;
}

.rightNavImg2 a:hover {
    text-decoration: none;
}



a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}

a {
  cursor: auto;
}

#links {
    font-family:'Arial-BoldMT','Arial',sans-serif;
    color: #666666;
}

#links a:hover{
    text-decoration: none;
}

#footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

#footer a:link {
    text-decoration: underline;
    cursor: auto;
    color: #0000FF;
    font-size: 14px;
}

#footer a:visited {
    color: #0000FF;
    text-decoration: underline;
    font-size: 14px;
}

#footer a:hover {
    color: green;
    text-decoration: underline;
    font-size: 14px;
}

.hdr {
    padding-top: 
}

