
body {
 color:#ffffff;
 font:normal 76% comic sans ms,"sans serif";
 background-image: url("bg05.jpg");
}

p {
 font-family:comic sans ms,"sans serif";
}

div.rounded {
 width: 200px;
 background: #1b5151 url(img/style/tr.gif) no-repeat top right;
}

div.rounded div {
 background: transparent url(img/style/tl.gif) no-repeat top left;
}

div.rounded div div {
 background: transparent url(img/style/br.gif) no-repeat bottom right;
}

div.rounded div div div {
 background: transparent url(img/style/bl.gif) no-repeat bottom left;
 padding: 15px;
}

/* The shadow */
div.shadow {
    float:left;
    display: block;
    background: url(shadow.png) no-repeat bottom right;
    margin: 18px 0 0 18px;
}

/* The top-right corner of the shadow */
div.shadow:before {
    content:"";
    background: url(shadow.png) no-repeat top right;
    margin: -9px 0 0 0;
    display:block;
    height: 9px;
}

/* The bottom-left corner of the shadow */
div.shadow:after {
    content: "";
    background: url(shadow.png) no-repeat bottom left;
    margin: -30px 0 0 -9px;
    display: block;
    width: 9px;
    height: 30px;
}

/* The item with the shadow */
div.shadow > * {
    margin:0;
    display: block;
    position: relative;
    top: -9px; 
    left: -9px;
}

.dialog {
 width:67%;
 margin:0px auto;
 min-width:20em;
 max-width:800px; color:#fff;
 filter:alpha(opacity=60);
 opacity:.60;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:11px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:url(img/style/tl.png) no-repeat top left;
 margin-right:14px; /* space for right corner */
}

.dialog .hd .c {
 background:transparent url(img/style/tr.png) no-repeat right top;
 margin-right:-14px; /* pull right corner back over "empty" space (from above margin) */
}

.dialog .bd {
 background:transparent url(img/style/ml.png) repeat-y 0px 0px;
 margin-right:6px;
}

.dialog .bd .c {
 background:transparent url(img/style/mr.png) repeat-y right 0px;
 margin-right:-6px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#000 url(img/style/ms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.dialog .ft {
 background:transparent url(img/style/bl.png) no-repeat 0px 0px;
 margin-right:14px;
}

.dialog .ft .c {
 background:transparent url(img/style/br.png) no-repeat right 0px;
 margin-right:-14px;
}

/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em comic sans ms,"sans serif";
 font-family:cursive;
 font-style: italic;
}

td {
 color:#fff;
}

a:link { 
 text-decoration: none; 
 color: #ffffff; 
}

a:active { 
 text-decoration: underline; 
 //color: #ffffff; 
}

a:visited { 
 text-decoration: none; 
 color: #44aa44; 
}

a:hover { 
 text-decoration: underline; 
 //color: #ffffff; 
}

.category {
 background:#447744;
 color:#ffffff;
 padding:2px;
 font-size:18px;
 font-weight: 900;
}

.newsbutton {
 color:#ff0000;
 text-align:center;
 font-size:20;
}

.newsbuttonover {
 color:#ff2222;
 text-align:center;
 font-size:22;
 border-top:2px solid #77aa44;
 border-left:2px solid #77aa44;
 border-right:2px solid #007700;
 border-bottom:2px solid #007700;
}

.text {
 color:#ffffff;
 font-weight:0;
 font-size:18px;
}

.date {
 color:#ffffff;
 font-weight:0;
 font-size:12px;
}

.heading {
 color:#ffffff;
 font-weight:0;
 font-size:24px;
 text-align:center;
}

.button {
 color:#ffffff;
 text-align:left;
 text-decoration: none; 
 font-size:16;
 background:#000000;
}

.buttonup {
 color:#ffffff;
 text-align:left;
 font-size:16;
 background:#000000;
}

.buttonover {
 color:#ffffff;
 text-align:left;
 text-decoration: underline; 
 font-size:16;
}

.buttondown {
 font-size:16;
}

