a {
    color: #304b7e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    text-align: center; 
    margin: 0px;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    background-color: #cdcecf;
}
img {
    border: 0px;
}
.new {
        border-color: red;
}
.small {
        font-size: x-small;
}
.notice {
	clear: left;
}
#ajaxim {
    float: right;
    clear: right;
}
#head {
    text-align: left;
    margin: 0 auto;
    width: 760px;
    padding-top: 20px;
    padding-left: 30px;
    font-variant: small-caps;
}
#header {
    background-color: #304b7e;
    color: #eeffff;
    height: 60px;
    font-size: 120%;
}
#body {
    text-align: left;
    padding: 10px;
    margin: 0 auto 20px;
    width: 770px;
    overflow: auto;
    font-size: 9pt;
    clear: both;
    background-color: #f2f2f2;
    border-bottom: 1px dotted #000000;
    border-left: 1px dotted #000000;
    border-right: 1px dotted #000000;
}
#main {
    width: 560px;
    padding: 15px;
}
#menu {
    font-size: 115%;
    font-variant: small-caps;
    width: 160px;
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 15px;
    border-left: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
}

.title {
    font-size: 130%;
    font-weight: bold;
}

.floatright {
    float: right;
    text-align: right;
}

.floatleft {
    float: left;
    text-align: left;
}

.warning {
    font-size: 130%;
    font-weight: bold;
    color: #ff0000;
}

