body { 
	font-family: "Georgia", serif; 
	font-size: small;
	color: #2f4f4f; 
	}
P { 	
	padding: 0% 
	}
dt { 	font-weight: bold; 
	font-size: small;
	font-variant: small-caps 
	}
dd, p.comment { 	
	font-style: italic; 
	font-size: x-small 
	}
p.comment, p.standard { 
	text-align: justify; 
	font-size: small;
	color: #696969; 
	}
em {
	font-style: normal;
}
p.standard { 
	font-style: normal 
	}
H1,h2,h3,h4 { 
	font-family: "Georgia", serif; 
	line-height: 70%; 
	font-variant: small-caps;
	color: #2f4f4f 
	}
A:link, A:visited, A:active, A:hover { 
	font-style: normal; 
	text-decoration: none; 
	color: #000000; 
	/*font-weight: bold;*/
	}
A:hover {
	text-decoration: underline
	}
sup { 	
	font-size: smaller 
	}
div.scroll {	
	height: 100%;	
	width: 100%;	
	overflow: auto;	
	border: 0px;	
	padding: 1px;
	}
div.main { 
	height: 100%; 
	max-height: 100%; 
	width: 100%; 
	border: 0px; 
	padding: 0px
	}
.postedby {
        padding: 0 0 0 18px;
        background: url(images/abullet.gif) no-repeat 0 4px;
	font-size: smaller;
        }
        
h3.formtitle {
        margin : 0px 0px 0px 0px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 8px;
        }

.commentbody {
        border-top: 1px dotted #ccc;
        }

        
/*gray box*/
.submitcomment, #submitcomment, #currentcomments, #rating, .textad, blockquote {
        background-color: #fff5f0;
        border: 1px solid #a8aaaa;
        padding: 5px;
        padding: 5px;
        margin: 20px 0px 0px 0px;
        }

.form {
        background-color: #f0f0cp;
        border: solid 1px #9c9f84;
        padding: 2px;
        }

.formtext {
        background-color: #f0f0cp;
        border: solid 1px #9c9f84;
        padding: 2px;
        border-bottom: 1px dotted #9c9f84;
        }

.form:hover, .formtext:hover {
        background: white;
        }
        
.form:focus, .formtext:focus {
        background: white;
        border: solid 1px #000000;
        }
        
.submit {
        background-color: #f0f0cp;
        border: solid 1px #9c9f84;
        border-right:  solid 1px #9c9f84;
        border-bottom:  solid 1px #9c9f84;
        }
        
.submit:hover, .submit:focus {
        background: #849f84;
        }