html, body {
        font-family: "Times New Roman", serif;
        font-size: 10pt;
        margin: 0px; 
        padding: 0px;
        background: #eaeaea;
	color: #000;
}

td {
        font-family: "Times New Roman", serif;
        font-size: 12pt;
}


a:visited {
        color: #ff0000;
        text-decoration: none; 
}
                        
a:link {
        color: #ff0000;
        text-decoration: none;
}
                        
a:hover {
        color: #000000;
        text-decoration: none;
}
                        
a:active {
        color: #000000;
        text-decoration: none;
}
                        
a.nocolor {
        color: #000000;
}

.menu {
        padding: 3px;
	background: #e0e1e1;
	color: #000000;
        border-bottom: 1px solid #aaaaaa;
}

.menuText {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	font-weight: bold;
}

.heading {
        font-family: Verdana, sans-serif;
        font-weight: bold;
        font-size: 12pt;
        background: #e0e1e1;
	color: #000000;
        border-top: 1px dashed #aaaaaa;   
        border-bottom: 1px dashed #aaaaaa;
        border-right: 1px dashed #aaaaaa;
	position: relative;
        padding: 3px;
}

.forumHead {
        font-family: Verdana, sans-serif;
        font-weight: bold;
        font-size: 12pt;
        background: #e0e1e1;
	color: #000000;
        border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
	border-left: 1px dashed #aaaaaa;
        padding: 3px;

}

.postInfo {
        font-family: Tahoma, Verdana, sans-serif;
        font-weight: bold;
        font-size: 10pt;
}

.content {
        font-family: "Times New Roman", serif;
        font-size: 11pt;
        padding: 3px;
        background: #ffffff;
        border-top: 0px none #000000;
        border-bottom: 1px dashed #aaaaaa;
        border-right: 1px dashed #aaaaaa;
        position: relative;
}       

.forumPost {
        background: #ffffff;
	color: #000000;
        border-left: 1px dashed #aaaaaa;
        border-bottom: 1px dashed #aaaaaa;
        padding: 3px;
}

.userHead {
        font-family: "Times New Roman", serif;
        font-size: 11pt;
        background: #ffffff;
        border-top: 0px none #000000;
        border-bottom: 1px dashed #aaaaaa;
        border-right: 1px dashed #aaaaaa;
        padding: 6px;
}

.userList {
        font-family: "Times New Roman", serif;
	font-size: 11pt;
        background: #ffffff;
        color: #000000; 
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
	border-right: 1px dashed #aaaaaa;
        padding: 6px;  
}

.monoSpace {
        font-family: Courier, monospace;
        font-size: 10pt
}

blockquote, .quote {
	margin-bottom: .10em;
	padding-left: .75em;
	color: #000;
	position: relative;
	display: block;
	font-style: italic;
}
