body {
    margin: 0px;
    font-family: Verdana, Arial;
    font-size: 13px;
}
form {
    margin:0px;
}
a, a:visited {
    color: #55a;
}
select, input, textarea {
    border: 1px solid #999;
}
h3 {
    text-align: center;
}
#left_column {
    margin-left: 10px;
    width: 400px;
    float: left;
    clear: left;
}
#right_column {
    float: left;
    /*background-color: #f5f5f0;*/
    width: 550px;
    padding: 0px;
    margin-left: 8px;
    text-align: center;
}

.maintxt {
    padding: 10px;
    font-size: 14px;
    color: #444;
    text-align: justify;
    border: 1px solid #ddd;
    background-color: #fdfdfd;
}
.maintxt h1 {
    font-size: 17px;
    text-align: center;
    color: #aaa;
    margin-bottom: 10px;
}
.maintxt strong {
    font-weight: normal;
}
.maintxt p {
    text-indent: 20px;
}
.maintxt table {
    background-color: #aaa;
}
.maintxt .t {
    font-size: 13px;
    background-color: white;
}
.maintxt .d {
    font-size: 13px;
    background-color: white;
}
.maintxt_list {
    text-indent: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#sendform {
    font-size:11px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 0px;
    border: 1px solid #aaf;
    background-color: #f5f5ff;
    width: 40%;
    float: left;
}
#sendform td {
    font-size: 11px;
}
#sendform input, #sendform select  {
    height: 18px;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #aaf;
}
#sendform .group {
    background-color: #449;
    color:white;
    font-weight: bold;
    font-size:12px;
}
#result {
    width: 55%;
    float: left;
    clear: right;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 5px;
    font-size: 15px;
}

#result table {
    background-color: #ddd;
}
#result .t {
    background-color: white;
    font-size: 12px;
}
#result .d {
    font-size: 13px;
    background-color: #fff0f0;
    font-weight: bold;
}
#regform {
    width: 500px;
}

.error_msg {
    width: 80%;
    clear: left;
    color: red;
    font-weight:bold;
    text-align:center;
    margin: 20px;
    padding: 20px;
    border: 1px solid #f99;
    background-color: #fee;
}



#menu {
    text-align: center
}

.news_head {
    text-align: center;
    border: 1px solid #aaf;
    background-color: #f5f5ff;
    color: #88f;
    font-size:14px;
    font-weight: bold;
}
.news_d {
    border-left: 1px solid #aaf;
    border-right: 1px solid #aaf;
    color: #833;
    background-color: #FFF0F0;
}
.news_t {
    border-left: 1px solid #aaf;
    border-right: 1px solid #aaf;
    border-bottom: 1px solid #aaf;
    padding: 3px;
    color: #444;
    font-size: 11px;
    text-align: left;
}

.smscat {
    background-color: #f0f0f0;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 10px;
    width: 700px;
}
#right_column .smscat {
    width: 450px;
}
.smscat .sms {
    font-family: Comic Sans MS;
    font-size: 18px;
    color: #555;
    text-align: left;
}
#smscatdirs {
    font-size: 11px;
}
.lads {
    text-align: left;
}
.lads a{
    color: navy;
    text-decoration: none;
}
