a {
        font-family: 'trebuchet MS',Verdana,sans-serif;
        text-decoration: none;
        color: #000000;
}
body {
    background-color: #000000;
    float: inherit;
    font-family: Arial, Helvetica, sans-serif;
}
input {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}
.main {
    background-color: #CCCCCC;
    position:relative;
    width: 100%;
    padding-bottom: 200px;
}
.tmain {
    background-color: #CCCCCC;
    position:relative;
    width: 100%; 
    height:100%;
    padding-bottom: 0px;
}
.imageheader {
        padding:0px;
        text-decoration: none;
        background-color: #000000;
        margin:0px;
        margin-bottom:35px;
        border-style: none;
        height:105px;
}
.indexlinkbar {
       position: absolute;
       top: 81px;
       padding-top: 10px;
       z-index:1;
       background-color: #444444;
       width:100%;
       height: 39px;
}
.heading {
       font-size: 60px;
       color: #FFFFFF;
       font-style: italic;
}
.links {
       text-decoration: none;
       font-size: 20px;
       color: #FFFFFF;
       background-color: #444444;
       z-index:1;
       position: relative;
       margin: 0px;
       top:0px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.login {
       text-decoration: none;
       font-size: 12px;
       color: #FFFFFF;
       z-index:2;
       position:absolute;
       top:-30px;
       padding-left: 10px;
       padding-bottom: 10px;
}
.tlogin {
       font-size:50px;
}
a.user {
       text-decoration: none;
       font-size: 14px;
       color:#FFFFFF;
}
.userwrap {
       text-decoration: none;
       font-size: 14px;
       color: #FFFFFF;
       background-color: #444444;
       margin: 0px;
       text-align: left;
       padding-top: 3px;
       padding-left: 20px;
       padding-bottom:5px;
       float: left;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;

}

.circle { 
    border-radius:50%;
    width:175px;
    height:175px;
    background-color:#00CC00;
    margin-top:30px;
    text-align:center;
    border:0px;
    padding-left:0px;
    font-size:60px;
}
.clear {clear:both;}
.tag {
    float:left;	
    padding-top: 5px;
}
.clear {
    clear: both;
    background-color: #444444;
}
img {
        border-style: none;
}
