.invisi {
    border: 0;
    margin: 0;
}

.right-bold {
    font-weight: bold;
    text-align: right;
}

.boxed {
   background-color: #EFEFDE;
    border: 2px #336699 solid;
    color: #336699;
    margin: 0;
}

.boxed-2 {
   background-color: #EFEFDE;
    border-right: 2px #336699 solid; 
   border-bottom: 2px #336699 solid;
   border-left: 2px #336699 solid;
    color: #336699;
    margin: 0 2px 6px 2px;
    padding: 4px;
}

.boxed-3 {
   background-color: #EFEFDE;
    border-right: 2px #336699 solid; 
   border-bottom: 2px #336699 solid;
   border-left: 2px #336699 solid;
    color: #336699;
    margin: 0 2px 6px 2px;
}

.framed-2 {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid; 
    border-bottom: 2px #336699 solid;
    border-left: 2px #336699 solid;
    color: #336699;
    margin: 0 2px 6px 2px;
    padding: 1px;
}

.main-box-header {
    background-color: #EFEFDE;
    border: 2px #336699 solid;
    border-bottom: 1px #336699 solid;
    color: #003399;
    font-weight: bold;
    margin: 0 6px 0 0;
    padding: 2px;
    padding-left: 4px;
}

.main-box-title {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; 
    color: #003399;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 6px 0 0;
    padding: 4px;
}

.main-box-center {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; 
    color: #003399;
    margin: 0 6px 0 0;
    padding: 4px;
    text-align: center;
}

.main-filler {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; 
    color: #003399;
    margin: 0 6px 0 0;
    padding: 4px;
}

.main-top {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid;
    color: #000;
    font-size: .8em;
    margin: 0 6px 0 0;
    padding: 4px;
}

.main-box {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-bottom: 2px #336699 solid; 
    border-left: 2px #336699 solid;
    color: #000;
    margin: 0 6px 6px 0;
    padding: 4px;
}

.link-box-a {
    background-color: #fffaaa;
    border-top: 1px solid #003399;
    border-right: 1px solid #003399;
    border-left: 1px solid #003399;
    margin: 0 30px 0 6px;
    padding: 2px;
}

.link-box-b {
    background-color: #fff;
    border-right: 1px solid #003399;
    border-left: 1px solid #003399;
    margin: 0 30px 0 6px;
    padding: 2px;
}

.link-box-c {
    background-color: #fff;
    border-right: 1px solid #003399;
    border-left: 1px solid #003399;
    margin: 0 30px 0 6px;
    text-align: right;
    padding: 2px;
}

.link-box-d {
    background-color: #fffaaa;
    border-right: 1px solid #003399;
    border-bottom: 1px solid #003399;
    border-left: 1px solid #003399;
    margin: 0 30px 0 6px;
    padding: 2px;
}
.line { 
    border-top: 2px solid #003399;
    margin: 0 5% 0 5%;
}

.center {
   margin: 0;
   text-align: center;
}

.center-float {
    clear: both;
    margin: 0 5% 2px 5%;
    width: 89%;
}

.quarter {
    float: left;
    margin: 0;
    width: 25%;
    text-align: left;
}

.half {
    float: left;
    margin: 0;
    width: 49%;
    text-align: left;
}

.smalltype {
    font-size: .8em;
}

.form {
    clear: both;
    margin: 0 6px 0 6px;
    width: 98%;
}

.field {
    float: left;
    height: 26px;
    margin: 0;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    width: 73%;
}



.label {
    float: left;
    height: 26px;
    margin: 0;
    padding: 2px 4px 2px 2px;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}

.article-img {
    float: left;
    margin: 0 6px 12px 6px;
    text-align: center;
    width: 125px; 
}
p.caption {
    font-weight: bold;
    margin-top: 1px;
    text-align: center;
}

a.menu-item:link {
   font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
}

a.menu-item:visited {
   font-weight: bold;
   line-height: 1.5em;
    text-decoration: none;
}

a.menu-item:hover {
    color: #EFEFDE;
    background-color: #003399;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: underline;
}

a.menu-item:active {
    color: #EFEFDE;
    background-color: #003399;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
}

.menu-bar-top {
    background-color: #EFEFDE;
    border: 2px #336699 solid;
    border-bottom: 1px #336699 solid;
    color: #336699;
    font-weight: bold;
    margin: 0;
    padding: 2px;
    padding-left: 4px;
}

.menu-bar-main {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid; /* The border around the boxes at the top and bottom */
    border-bottom: 2px #336699 solid;
    border-left: 2px #336699 solid;
    color: #336699;
    margin: 0 0 6px 0;
    padding: 4px;
}

a.menu:link {
    margin-right: 20px;
    text-decoration: none;
}

a.menu:visited {
    margin-right: 20px;
    text-decoration: none;
}

a.menu:hover {
    color: #fff;
    background-color: #003399;
    margin-right: 20px;
    text-decoration: underline;
}

a.menu:active {
    color: #fff;
    background-color: #003399;
    margin-right: 20px;
    text-decoration: none;
}

.box-header {
    background-color: #EFEFDE;
    border: 2px #336699 solid; 
    border-bottom: 1px #336699 solid;
    color: #336699;
    font-weight: bold;
    margin: 0 2px 0 2px;
    padding: 4px;
}

.left-box {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid; /* The border around the boxes at the top and bottom */
    border-bottom: 2px #336699 solid;
    border-left: 2px #336699 solid;
    color: #336699;
    margin: 0 0 6px 6px;
    padding: 4px;
}

.nav-bar {
   color: #fff;
    background-color: #336699;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 2px;
    padding-left: 20px;
}

a.nav:link {
   color: #fff;
   margin-right: 20px;
    text-decoration: none;
}

a.nav:visited {
   color: #fff;
   font-weight: bold;
   margin-right: 20px;
    text-decoration: none;
}

a.nav:hover {
   color: #fff;
   background: #EFEBDE;
   margin-right: 20px;
    text-decoration: underline;
}

a.nav:active {
   color: #fff;
   background-color: ##EFEFDE;
   margin-right: 20px;
   text-decoration: none;
}

a.small:link {
    color: #003399;
    font-size: .8em;
    text-decoration: none;
}

a.small:visited {
    color: #003399;
    font-size: .8em;
    text-decoration: none;
}

a.small:hover {
    background: #003399;
    color: #EFEFDE;
    font-size: .8em;
    text-decoration: underline;
}

a.small:active {
    color: #003399;
    color: #EFEFDE;
    font-size: .8em;
    text-decoration: none;
}

.close {
    margin: 0;
    padding: 2px;
}

.boxed-2 {
   background-color: #EFEFDE;
    border-right: 2px #336699 solid; 
   border-bottom: 2px #336699 solid;
   border-left: 2px #336699 solid;
    color: #336699;
    margin: 0 2px 6px 2px;
    padding: 4px;
}



.body-box-header {
    background-color: #EFEFDE;
    border: 2px #336699 solid; /* The border around the boxes at the top and bottom */
    border-bottom: 1px #336699 solid;
    color: #003399;
    font-weight: bold;
    margin: 0;
    padding: 2px;
    padding-left: 4px;
}

.news-box-title {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; 
    color: #003399;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 4px;
}

.news-box-center {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; 
    color: #003399;
    margin: 0;
    padding: 4px;
    text-align: center;
}

.news-filler {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; 
    color: #003399;
    margin: 0;
    padding: 4px;
}

.news-top {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-left: 2px #336699 solid; /* The border around the boxes at the top and bottom */
    color: #000;
    font-size: .8em;
    margin: 0;
    padding: 4px;
}

.news-box {
    background-color: #EFEFDE;
    border-right: 2px #336699 solid;
    border-bottom: 2px #336699 solid; 
    border-left: 2px #336699 solid; /* The border around the boxes at the top and bottom */
    color: #000;
    margin: 0 0 6px 0;
    padding: 4px;
}

.float {
    clear: both;
    margin: 0;
    width: 100%;
}

.news-floater {
   background-color: #fff;
    clear: both;
    margin: 0;
    padding: 2px;
    width:99%;
}

.news-left {
    float: left;
    width: 48%:
}

.news-right {
    float: right;
    text-align: right;
    width: 48%;
}

/*-------Standard Theme v0.9.6--------*/

/*-----------Page Variables-----------*/
body {
    margin: 0%;
    padding:  0;
    border-width: 0;
    border-style: none;
    border-color: inherit;
    width: auto;
    background-color: #FFFFFF; /* This will set the color of your page */
}
.pagetable {  
    background-color: #FFFFFF; 
    width: 100%;    /* This will set the overall width of your layout */ 
    cellpadding: 0; 
    cellspacing: 0;
}
.table {  
    background-color: #FFFFFF; /* Color of the box's at the top and bottom */
    width: 100%; 
    border: thin #336699 solid; /* The border around the boxes at the top and bottom */
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}

/*----------Title Box Prefs-----------*/
.myheadertable {  
    background-color: #EFEFDE; 
    width: 100%;
    border: thin #336699 solid;
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}
.searchbutton {
    background-color: #DDDDDD; /* This will change the color of your search button */
    color: #000000; /* This will change the color of the text on the search button */
    font-family: arial, helvetica, geneva
}
A.helps:link {
    color: #003399;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.helps:visited {
    color: #003399;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.helps:active {
    color: #003399;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.helps:hover {
    background:#003399;
        color: #efefde;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Navagation Bar Prefs-----------*/
.navbar {  
    background-color: #336699;
}
A.nav:link {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.nav:visited {
    color: #ffffff;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.nav:active {
    color: #990000;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.nav:hover {
    background:#EFEBDE;
        color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-----------Banner Prefs-----------*/
.bannertable {  
    background-color: #FFFFFF; 
    width: 100%; 
    border: thin #336699 solid;
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}
.bannertext {
    color: #000000;
    font-size: 10pt;
    font-family: arial, helvetica, geneva;
}
.bannertexttitle {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
A.bannerlink:link {
    color: #003399;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.bannerlink:visited {
    color: #003399;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.bannerlink:active {
    color: #003399;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.bannerlink:hover {
    color: #003399;
    font-size: 8pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Menu Prefs-----------*/
.menutable {  
    background-color:#EFEFDE;
        border: thin #336699 solid; /* The border around the boxes at the top and bottom */
    border-width: 1px 1px 1px 1px;
    color: #336699;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.menubordercolor {  
    background-color: #336699; 
}
.menubackcolor {  
    background-color: #EFEFDE; 
}
.cathdl {
    color: #ffffff; /* Color of Box Header Text */
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
.cat {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-------Who's Online? Prefs--------*/
A.whomenu:link {
    color: #003399;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
    font-family: arial, helvetica, geneva
}
A.whomenu:visited {
    color: #003399;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
    font-family: arial, helvetica, geneva
}
A.whomenu:active {
    color: #003399;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline;
    font-family: arial, helvetica, geneva
}
A.whomenu:hover {
    background:#003399;
        color: #efefde;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}
.whocat {
    color: #003399;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-----------Poll Prefs-----------*/
.poll {
    color: #000000;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
.votebutton {
    background-color: #DDDDDD; /* This will change the color of your vote button */
    color: #000000; /* This will change the color of the text on the vote button */
    font-family: arial, helvetica, geneva
}
A.polllink:link {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.polllink:visited {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.polllink:active {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.polllink:hover {
    background:#003399;
        color: #efefde;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Calendar Prefs-----------*/
.calhead {
     color: #000000;
     font-size: 8pt;
     font-family: arial, helvetica, geneva
}
.calbody {
     color: #666666;
     font-size: 8pt;
     font-family: arial, helvetica, geneva
}
.calhigh {
     color: #009900;
     font-weight: bold;
     font-size: 8pt;
     font-family: arial, helvetica, geneva
}
.caltoday {
     color: #003399;
     font-weight: bold;
     font-size: 8pt;
     font-family: arial, helvetica, geneva
}

/*-----------Newsletter Prefs-----------*/
.newsletterbutton {
    background-color: #DDDDDD; /* This will change the color of your submit button */
    color: #000000; /* This will change the color of the text on the submit button */
    font-family: arial, helvetica, geneva
}
.newslettertext {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-----------News Prefs-----------*/
.newstextsmall {
    color: #000000;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
.newstexttitle {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.fullnewstitle {
    color: #003399;
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvetica, geneva
}
.newssubtitle {
    color: #000000;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
.newstextnormal {  
    color: #000000;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.newsfootertext {  
    color: #000000;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
.articlecattitle {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.articlecatempty {
    color: #888888;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.articlecatnormal {
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.newsbordercolor {  
    background-color: #336699; 
}
.newsbackcolor {  
    background-color: #FFFFFF; 
}
.commentbordercolor {  
    background-color: #FFFFFF; 
}
.commentbackcolor {  
    background-color: #FFFFFF; 
}
.articlebordercolor {  
    background-color: #FFFFFF; 
}
.articlebackcolor {  
    background-color: #FFFFFF; 
}
.newsheadertable {  
    background-color: #FFFFFF; 
    width: 100%; 
    border: none;
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}
.newscontenttable {  
    background-color: #FFFFFF; 
    width: 100%; 
    border: none;
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}
.newsfootertable {  
    background-color: #FFFFFF; 
    cellpadding: 0; 
    cellspacing: 0;
    font-size: 8pt;
    height: 25px;
    width: 90%;
}
A.smallnewslink:link {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.smallnewslink:visited {
    color: #003399;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.smallnewslink:active {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.smallnewslink:hover {
    background:#003399;
        color: #efefde;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}
A.newslink:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.newslink:visited {
    color: #003399;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.newslink:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.newslink:hover {
    background:#003399;
        color: #efefde;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}
.commenttitleback {  
    background-color: #DDDDDD;
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.commentsubtitleback {  
    background-color: #DDDDDD;
    color: #000000;
    font-weight: normal;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
A.commentlink:link {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.commentlink:visited {
    color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.commentlink:active {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.commentlink:hover {
    background:#003399;
        color: #efefde;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*---------Forum Prefs-----------*/
.forumtext {
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.forumtextbold {
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.forumtitlebackcolor {  
    background-color: #888888; 
}

.framed {
    background-color: #888; 
    border; 1px solid #888;
}

.boardtitle {  
    background-color: #EEEEEE; 
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.forumwindow1 {  
    background-color: #FFFFCC; 
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.forumwindow2 {  
    background-color: #FFFFFF; 
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.forumwindow3 {  
    background-color: #EEEEEE; 
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
A.forumlink:link {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.forumlink:visited {
    color: #003399;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.forumlink:active {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.forumlink:hover {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}
A.forumnav:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.forumnav:visited {
    color: #003399;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.forumnav:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.forumnav:hover {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Link Prefs-----------*/
A:link {
    color: #003399;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A:visited {
    color: #003399;
    text-decoration: none
}
A:active {
    color: #003399;
    text-decoration: underline
}
A:hover {background:#003399;
        color: #efefde;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Text Prefs-----------*/
.text {
    color: #000000;
    font-size: 10pt;
    font-family: arial, helvetica, geneva;
}
.textsmall {
    color: #000000;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
.texttitle {
    color: #003399;
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvetica, geneva
}
.time {
    color: #000000;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}

/*-----------My Content Prefs-----------*/
.mycontenttable {  
    background-color: #FFFFFF; 
    width: 100%; 
    border: thin #FFFFFF solid;
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}
.mycontenttext {
    color: #000000;
    font-size: 10pt;
    font-family: arial, helvetica, geneva;
}
.mycontenttexttitle {
    color: #003399;
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvetica, geneva
}
A.mycontentlink:link {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.mycontentlink:visited {
    color: #003399;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.mycontentlink:active {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.mycontentlink:hover {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Helps Nav Prefs-----------*/
.helpsnavtable {  
    background-color: #FFFFFF; 
    width: 100%; 
    border: thin #336699 solid;
    border-width: 1px 1px 1px 1px;
    cellpadding: 0; 
    cellspacing: 0;
}
.helpsnavtext {
    color: #000000;
    font-size: 10pt;
    font-family: arial, helvetica, geneva;
}
.helpsnavtexttitle {
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvetica, geneva
}
A.helpsnavlink:link {
    color: #003399;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.helpsnavlink:visited {
    color: #003399;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.helpsnavlink:active {
    color: #003399;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.helpsnavlink:hover {
    background:#003399;
        color: #efefde;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------WebAPP Footer Prefs-----------*/
.webapptext {
    color: #000000;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
A.webapplink:link {
    color: #003399;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.webapplink:visited {
    color: #003399;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.webapplink:active {
    color: #003399;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.webapplink:hover {
    color: #003399;
    font-size: 8pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Form Prefs------------*/
.formstexttitle {
    color: #003399;
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvetica, geneva
}
.formstextnormal {
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.formstext {
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.formstextsmall {
    color: #000000;
    font-weight: normal;
    font-size: 8pt;
    font-family: arial, helvetica, geneva
}
.button {
    background-color: #DDDDDD; /* This will change the color of your buttons */
    color: #000000; /* This will change the color of the text on your buttons */
    font-family: arial, helvetica, geneva
}

/*----------Stats Prefs-----------*/
.statstextbold {
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva;
}
.statstext {
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva;
}

/*-----------IM Prefs-------------*/
.imtitle {  
    background-color: #EEEEEE; 
    color: #000000;
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.imselected {  
    background-color: #FFFFCE; 
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.imwindow1 {  
    background-color: #FFFFFF; 
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
.imwindow2 {  
    background-color: #EEEEEE; 
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}

A.newimlink:link {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.newimlink:visited {
    color: #003399;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.newimlink:active {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.newimlink:hover {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}
A.oldimlink:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.oldimlink:visited {
    color: #003399;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.oldimlink:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.oldimlink:hover {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Other Prefs-----------*/

TD {
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}
P {
    font-size: 10pt;
    font-family: arial, helvetica, geneva
}

/*-----------guestbook styles--------------*/
/*-----------Guestbook-----------*/

/*-This will set width of the whole guestbook page-*/
.maintable {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* width of the guestbook */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: none; /* Vertical Align */
}


/*-----------Welcome Message Box & Post Box-----------*/

/*-This will set the border properties and width etc. For the welcomemessage/post-boxes-*/
.welctableposttable { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* width of the guestbook */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties for the welcomemessage box-*/
.welctable { 
    background-color: #DEE7EF; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* width of the guestbook */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: 3px; /* Padding Top */
    padding-bottom: 3px; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: top; /* Vertical Align */
}

/*-This will set the properties for text in the Message box-*/
.welctext {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for the Post box-*/
.posttable { 
    background-color: #EFF7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 40%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 0px 0px 0px 1px; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: 3px; /* Padding Top */
    padding-bottom: 3px; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: top; /* Vertical Align */
}

/*-This will set the properties for boxes round the name, location, e-mail etc.-*/
.posttable2 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 47%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: right; /* Align */
    vertical-align: middle; /* Vertical Align */
}

/*-This will set the properties for text in the Post box (name, location, e-mail etc.)-*/
.posttext2 {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for boxes round the name, location, e-mail etc. textfields-*/
.posttable3 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 53%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: 0px; /* Padding Top */
    padding-bottom: 0px; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: middle; /* Vertical Align */
}

/*-This will set the properties for the textfields (name, location, e-mail etc.)-*/
.txtfalt1 { 
    background-color: #F7F7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 220; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties for the "post as private" box-*/
.postsend { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties for the "post as private" text-*/
.posttext3 {
    color: #003399;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*This will set the properties for the sign and reset buttons*/
.gbbutton {
    background-color: #F7F7FF;
    color: #003399;
    font-family: arial, helvetica, geneva
    margin: 3px;
}


/*-----------Message Box-----------*/

/*-This will set the border properties and width etc. For the message box-*/
.messagetable1 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties for the messageboxtable for the name, location, messagenumber etc.-*/
.messagetable2 { 
    background-color: #DEE7EF; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties for the messageboxtable for the name and location box-*/
.messagetable4 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: top; /* Vertical Align */
}

/*-This will set the text properties for the name and location-*/
.messtext1 {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the text properties for the name and location, Part 2-*/
.messtext2 {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the text properties for the IP-adress-*/
.iptxt {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for the messagenumberbox-*/
.messagetable5 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: right; /* Align */
    vertical-align: top; /* Vertical Align */
}

/*-This will set the text properties for the messagenumberbox, Part 1-*/
.messtext5 {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the text properties for the messagenumberbox, Part 2-*/
.messtext4 {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for the date and timebox-*/
.datetd {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: right; /* Align */
    vertical-align: bottom; /* Vertical Align */
}

/*-This will set the text properties for the date and time-*/
.datetext {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for the messagebox and the admin comands-*/
.messagetable3 { 
    background-color: #EFF7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties for the messagebox-*/
.messagetable6 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: top; /* Vertical Align */
}

/*-This will set the text properties in the messagebox-*/
.messtext3 {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for the admin comands box-*/
.messagetable7 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 25%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: right; /* Align */
    vertical-align: bottom; /* Vertical Align */
}

/*-This will set the text properties for the admin comands box-*/
.admintxt {
    color: #000000;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.admintxt:link {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.admintxt:visited {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.admintxt:active {
    color: 003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.admintxt:hover {
    color: 003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties for the admin comment box-*/
.admcom {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: dotted; /* Border Style */
    border-width: 1px 0px 0px 0px; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: top; /* Vertical Align */
}

/*-This will set the text properties for the admin comment box, Part 1-*/
.admcomtxt1 {
    color: #003399;
    font-weight: bold;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the text properties for the admin comment box, Part 2-*/
.admcomtxt2 {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}


/*-----------PopUp Window-----------*/

/*-This will set the properties background color.-*/
.popupwin { 
    padding:none; 
    background-color: #DEE7EF; /* Background Color */
    background-image: url('none'); /* Background Image */
    width: none; /* Width */
    border: none none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: top
}

/*-This will set the properties text (pt.1).-*/
.pufont1 {
     color: #003399;
     font-weight: bold;
     font-size: 10pt;
     text-decoration: none;
     font-family: arial, helvetica, geneva
}

/*-This will set the properties text (pt.2).-*/
.pufont2 {
     color: #003399;
     font-weight: normal;
     font-size: 10pt;
     text-decoration: none;
     font-family: arial, helvetica, geneva
}


/*-----------Searchbox-----------*/

/*-This will set the border and width properies for the searchbox-*/
.searchtable1 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the color properies etc. for the searchbox-*/
.searchtable2 { 
    background-color: #DEE7EF; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: 3px; /* Padding Top */
    padding-bottom: 3px; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the align properies for the searchbox-*/
.searchtable3 { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}


/*-This will set the text properies for the searchbox, Part 1-*/
.searchtext1 {
     color: #003399;
     font-weight: bold;
     font-size: 10pt;
     text-decoration: none;
     font-family: arial, helvetica, geneva
}

/*-This will set the text properies for the searchbox, Part 2-*/
.searchtext2 {
     color: #003399;
     font-weight: normal;
     font-size: 10pt;
     text-decoration: none;
     font-family: arial, helvetica, geneva
}

/*This will set the properties for the search button*/
.gbsearchbutton {
    background-color: #F7F7FF;
    color: #003399;
    font-family: arial, helvetica, geneva
    margin: 3px;
}

/*This will set the properties for the radio buttons*/
.gbradio { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the properties for the textfield*/
.gbsearchtxtfield {
    background-color: #F7F7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 200; /* Width */
    border: #336699 thick; /* Border Color*/
    border-style: double; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the properties for the text on the searchpage (link back to guestbook)*/
.gbsearchlinkback {
     color: #003399;
     font-weight: normal;
     font-size: 10pt;
     text-decoration: none;
     font-family: arial, helvetica, geneva
}

A.gbsearchlinkback:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbsearchlinkback:visited {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbsearchlinkback:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbsearchlinkback:hover {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}


/*-----------Footer-----------*/

/*This will set the width and border properties of the footer table*/
.footertable { 
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the color properties etc. of the footer table*/
.footertd { 
    background-color: #EFF7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the properties of the footer text (Headline)*/
.footext1 {
    color: #003399;
        font-weight: bold;
        font-size: 10pt;
        text-decoration: none;
        font-family: arial, helvetica, geneva
}

/*-This will set the properties of the footer text (Previous Page | Home | Next Page-*/
.footext2 {
    color: #003399;
        font-weight: bold;
        font-size: 10pt;
        text-decoration: none;
        font-family: arial, helvetica, geneva
}

A.footext2:link {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.footext2:visited {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.footext2:active {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.footext2:hover {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-This will set the properties of the footer text (Page: 1 2 3 ...)-*/
.footext3 {
       color: #003399;
        font-weight: normal;
        font-size: 8pt;
         text-decoration: none;
        font-family: arial, helvetica, geneva
}

A.footext3:link {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.footext3:visited {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.footext3:active {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}
A.footext3:hover {
    color: #003399;
    font-weight: normal;
    font-size: 8pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}


/*-----------Add Admin Comment-----------*/

/*-This will set the width and border properies for the add admin comment page frame-*/
.gbadmcomframe {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the align properies etc. for the add admin comment table 1-*/
.gbadmcomframe2 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: 3px; /* Padding Left */
    padding-right: 3px; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: 3px; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properies for the add admin comment table (admin comment text)*/
.gbadmcomtd {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the backgroundcolor properies etc. for the add admin comment table (admin comment text)*/
.gbadmcomtd2 {
    background-color: #EFF7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the text properies for the add admin comment page-*/
.gbadmcomtxt {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properies for the add admin comment table (textarea)*/
.gbadmcomtd1 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properies for the textarea*/
.gbtxtareadadmcom { 
    background-color: #F7F7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 400; /* Width */
    height: 60;
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properies for the add admin comment table (smiliesfield)*/
.gbadmcomtd2 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properies for the add admin comment table (buttons)*/
.gbadmcomtd3 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the properties for the add comment and reset buttons*/
.gbaddcombut {
    background-color: #F7F7FF;
    color: #003399;
    font-family: arial, helvetica, geneva
    margin: 3px;
}

/*This will set the properties for the text in the footer (link back to guestbook)*/
.gbcomback {
    color: #003399;
         font-weight: normal;
         font-size: 10pt;
         text-decoration: none;
         font-family: arial, helvetica, geneva
}

A.gbcomback:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbcomback:visited {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbcomback:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbcomback:hover {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}


/*-----------Admin Footer-----------*/

/*-This will set the border, width properties etc.-*/
.gbadmfoottable {
    background-color: #DEE7EF; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: none; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties of the box.-*/
.gbadmfoottd {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the text properties*/
.gbadmfoottxt {
     color: #003399;
         font-weight: normal;
         font-size: 10pt;
         text-decoration: none;
         font-family: arial, helvetica, geneva
}

A.gbadmfoottxt:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbadmfoottxt:visited {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbadmfoottxt:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbadmfoottxt:hover {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Edit Message-----------*/

/*-This will set the border, width properties etc.-*/
.gbedittable {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the backgroundcolor.-*/
.gbedittd {
    background-color: #EFF7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 100%; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties of the box.-*/
.gbedittable2 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties of the Message box.-*/
.gbedittd1 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: 3px; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the text properties of the Message box.-*/
.gbedittxt1 {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properies for the messagebox textarea*/
.gbtxtarea1 { 
    background-color: #F7F7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 400; /* Width */
    height: 60;
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties of the add comment box.-*/
.gbedittd2 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: 3px; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the text properties of the add comment box.-*/
.gbedittxt2 {
    color: #003399;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

/*-This will set the properies for the add comment textarea*/
.gbtxtarea2 {  
    background-color: #F7F7FF; /* Background Color */
    background-image: none; /* Background Image */
    width: 400; /* Width */
    height: 60;
    border: #336699; /* Border Color*/
    border-style: solid; /* Border Style */
    border-width: 1px 1px 1px 1px; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: none; /* Padding Top */
    padding-bottom: none; /* Padding Bottom */
    text-align: left; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*-This will set the properties of the buttons box.-*/
.gbedittd3 {
    background-color: none; /* Background Color */
    background-image: none; /* Background Image */
    width: none; /* Width */
    border: none; /* Border Color*/
    border-style: none; /* Border Style */
    border-width: none; /* Border Width */
    padding-left: none; /* Padding Left */
    padding-right: none; /* Padding Right */
    padding-top: 3px; /* Padding Top */
    padding-bottom: 3px; /* Padding Bottom */
    text-align: center; /* Align */
    vertical-align: none; /* Vertical Align */
}

/*This will set the properties for the edit and reset buttons*/
.gbeditbutton {
    background-color: #F7F7FF;
    color: #003399;
    font-family: arial, helvetica, geneva
    margin: 3px;
}

/*This will set the properties for the text in the footer (link back to guestbook)*/
.gbeditlinkback {
     color: #003399;
         font-weight: normal;
         font-size: 10pt;
         text-decoration: none;
         font-family: arial, helvetica, geneva
}

A.gbeditlinkback:link {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbeditlinkback:visited {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbeditlinkback:active {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: none;
    font-family: arial, helvetica, geneva
}

A.gbeditlinkback:hover {
    color: #003399;
    font-weight: normal;
    font-size: 10pt;
    text-decoration: underline overline;
    font-family: arial, helvetica, geneva
}

/*-----------Extras (Should not be edited)-----------*/
.welcextra { 
    width: 67%;
}

.messextra { 
    width: 100%;
}

.messextra2 { 
    width: 100%;
}

.searchextra { 
    width: 100%;
}