@import url(../../rsc/basic.css);       /* Import basic styles */
@import url(../../rsc/img.css); /* Import standard image styles */
@import url(../../rsc/blog_elements.css);       /* Import standard blog elements styles */
@import url(../../rsc/forms.css);       /* Import default form styles */
@import url(../../rsc/comments.css);    /* Import default comment styles */

html, body  {
    background-color: #FFFFFF;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
    letter-spacing: 0px;
    color: #000000;
}

.main  {
	background-color: FFFFFFF;
        font-size: 12px;
        font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
	letter-spacing: 0px;
        color: #000000;
}
.main a:link {text-decoration: none; font-weight: bold; color: #e89004}
.main a:visited {text-decoration: none; font-weight: bold; color: #000000}
.main a:active {text-decoration: none; font-weight: bold; color: #b0b0ab}
.main a:hover {text-decoration: none; font-weight: bold; color: #000000}

.lside-table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}

.lside-header  {
        background-color: #000000;
        font-size: 11px;
        font weight: normal;
        font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
        letter-spacing: 0px;
        color: #FEFBE8;
}
.lside-header a:link {text-decoration: none; color: #FEFBE8}
.lside-header a:visited {text-decoration: none; color: #FEFBE8}
.lside-header a:active {text-decoration: none; color: #FEFBE8}
.lside-header a:hover {text-decoration: none;  color: #FEFBE8}

.lside-content  {
        background-color: #FFFFFF;
        font-size: 11px;
        font weight: normal;
        font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
        letter-spacing: 0px;
        color: #EB9000;
}
.lside-content a:link {text-decoration: none; color: #EB9000}
.lside-content a:visited {text-decoration: none; color: #000000}
.lside-content a:active {text-decoration: none; color: #000000}
.lside-content a:hover {text-decoration: none;  color: #000000}

.rside  {
        background-color: #FDF3DA;
	font-size: 11px;
	font weight: normal;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS", Helvetica, sans serif;
	letter-spacing: 0px;
	color: #000000;
}
.rside a:link {text-decoration: none; color: #000000}
.rside a:visited {text-decoration: none; color: #000000}
.rside a:active {text-decoration: none; color: #000000}
.rside a:hover {text-decoration: none;  color: #000000}

.menupic {
	border-style: solid; 
	border-color: #000000; 
	border-width: 2px;
}

.posting-pic {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

blockquote {
	background: transparent;
	border: none;
}
