body    {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.bold {
        font-weight: bold;
}

.italics {
        font-style: italic;
}

.underline {
        text-decoration: underline;
}

.strikethrough {
        text-decoration: line-through;
}

.overline {
        text-decoration: overline;
}

.sized {
        text-size:
}

.quotecodeheader {
        font-family: Tahoma, arial, helvetica, sans-serif;
        font-size: 8px;
        font-weight: bold;
}

.codebody {
        background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #006600;
    border: 1px solid #BFBFBF;
}

.quotebody {
        background-color: #FFFFFF;
    font-family: Courier new, courier, mono;
    font-size: 12px;
    color: #660002;
        border: 1px solid #BFBFBF;
}

.listbullet {
        list-style-type: disc;
        list-style-position: inside;
}

.listdecimal {
        list-style-type: decimal;
        list-style-position: inside;
}

.listlowerroman {
        list-style-type: lower-roman;
        list-style-position: inside;
}

.listupperroman {
        list-style-type: upper-roman;
        list-style-position: inside;
}

.listloweralpha {
        list-style-type: lower-alpha;
        list-style-position: inside;
}

.listupperalpha {
        list-style-type: upper-alpha;
        list-style-position: inside;
}
.postedby {
		FONT-SIZE: 10px;
    	COLOR: #004865;
    	FONT-FAMILY: Verdana;
		text-align: left;
		line-height: 140%;
		font-style: italic;
        }
h3.formtitle {
        margin : 0px 0px 0px 0px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 8px;
		font-size:14px;
		color:#F68E18;
		text-align: center;
        }
.formtitle2 {
        margin : 0px 0px 0px 0px;
        padding-bottom: 4px;
		font-size:13px;
		color:#333333;
		font-weight:bold;
		text-align: left;
        }
#disclaimer {
        margin : 0px 0px 0px 0px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 8px;
		font-size:9px;
		color:#333333;
		text-align: left;
}
.commentbody {
        border-top: 1px dotted #ccc;
		FONT-SIZE: 11px;
    	COLOR: #444444;
    	FONT-FAMILY: Verdana;
		padding: 0 2px 0 8px;
		line-height: 140%;
		text-align: left;
		font-style: italic;
        }
        
.submitcomment, #submitcomment, #currentcomments, #rating, .textad {
        background-color: #F5F5F5;
        border: 1px dotted #ccc;
        padding: 5px;
        padding: 5px;
        margin: 10px 0px 0px 0px;
		width: 459px;
		text-align: left;
        }

.form {
        background-color: #FAFAFA;
        border: solid 1px #C6C6C6;
        padding: 2px;
		FONT-SIZE: 11px;
        }

.formtext {
        background-color: #FAFAFA;
        border: solid 1px #C6C6C6;
        padding: 2px;
        border-bottom: 1px dotted #ccc
        }

.form:hover, .formtext:hover {
        background: white;
        }
        
.form:focus, .formtext:focus {
        background: white;
        border: solid 1px #000000;
        }
.orange {
    	COLOR: #F68E18;
		}       
.submit {
        background-color: #D3D3D3;
        border: solid 1px #C6C6C6;
        border-right:  solid 1px #9A9A9A;
        border-bottom:  solid 1px #9A9A9A;
        }
        
.submit:hover, .submit:focus {
        background: #EDEDED;
        }