

.category {
    color: #CCCCCC;
}

.light {
   color: #EEEEEE;
}

.ok {
   color: #00FF00;
}

.error {
   color: #FF0000;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.7em;
}

.loading {
   
   
   text-align: center;
   color : #FFFFFF;
   font-size: 1.2em;
   background-color: #CCCCCC;
}

.recent {
    color: #FF0000;
}

.contentmain {
	width: 550px;
	padding-left: 18px;

}
.contentside {
	float:right;
	width: 193px;
	position: relative;
	top: 0px;
	left: 0px;
}


.contentside img {
    display: block;
    }
    
.leftalign {
    float:left;
}

.precol {
    width:250px;
    position: relative;
    font-size: 0.9em;
    /*float:left;*/
}
.seccol {
    width:250px;
    position: relative;
    float:right;
    font-size: 0.9em;
}

.contact {
position: relative;
    left: 10px;
    color: #999999;
}


.bold {
    font-weight: bold;
}

.highlight {
    background-color: #FFCC66;
}
    
.alternate {
   background-color: #FFFFFF;
}

.bottom {
    vertical-align : bottom
}

.posttitle {
    width : 520px;
    height: 80px;
 
}

INPUT {
    color : #333;
    font-family : Arial;
}

.indent {
    padding-left: 5px;
}

.postcontent {
    width : 520px;
}

.postcontent TEXTAREA {
    font-family : Arial;
}





img {
    border: 0px;
}

div {
    display: block;
}