/*--------------------------------------
    Global
---------------------------------------*/
body {
    color: #555;
    background-color: #FFFFCC;
    background-image: url(images/bg.gif);
    background-position: center 0;
}

table {border-style:hidden; border-collapse:collapse; border-spacing:0px;}
img {border:none;}

a {color:#0679A8;}
a:hover {color:#38ABDA;}
a:link {
}
a:visited {
}

h1 {font-size:1.2em;
    font-weight:bold;
	line-height:1.3em;
 
}
h2 {
    margin-top: 30px;
}

h3 {
}

h4 {
}

h5,
h6 {
}

strong {
    color: #000;
}

a.jump-to-top-anchor,
a:hover.jump-to-top-anchor {
    background-color: transparent;
    border-style: none;
}
.seo {
    font-size: 12px;
	padding:5px;
	
}
.copy {
    font-size: 13pt;
	line-height:1.4em;
	
}
.note {
    font-size: 0.8em;
    line-height: 1.5em;
	margin:5px;
}

.thumbnail {
    clear: both;
    border: 5px solid #eee;
}

/*--------------------------------------
    Breadcrumbs
---------------------------------------*/
#breadcrumbs {
    font-size: 0.8em;
    padding: 3px 8px;
    background-position: center 0;
}

html[xmlns] #breadcrumbs {
    font-size: 1.0em;
}

/*--------------------------------------
    Footer
---------------------------------------*/
#footer {
    margin: 5px 0;
	font-size:12px;
}

    #footer ul {
        margin: 5px 0;
        list-style: none;
    }

    #footer ul li {
	    float:none;
        padding: 5px 0;
    }

    #footer .catch {
        position:absolute;
        top: 30px;
        right: 0;
    }


