
body, td {
    font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    line-height: 14px;
    color: orange;
    }
body, h1, h2, h3, h4, h5, h6, div, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
    margin: 0;
    padding: 0;
    }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    color: #cc0000;
    }
a {
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
h1 {
    font-size: 200%;
    margin-top: 5px;
    margin-bottom: 10px;
    
    }
h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 175%;
    border-bottom: 1px solid;
    }
h3 {
    padding-top: 8px;
    font-size: 125%;
    }


#header {
    height: 110px;
    border: solid;
    border-width: 6px 0px;
    margin: 20px 0 0 0;
    vertical-align: top;
    }

#header img {
	vertical-align:text-top;
}


#links {
	margin: 50px 0 0 0;
	text-align: top;
	background: red;
	padding-top: 10px;
}


#main {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 3px;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}


#footer {
	padding-top: 20px;
	color: orange;
    height: 90px;
    border: solid;
    border-width: 6px 0px;
    margin: 40px 0 0 0;
	font-size: 8pt;
}

.softlinks {
	color: grey;
	padding-top: 10px;
}


/*
 * PLUGIN CODE
 */

.pcode {
	background: #eeeeee;
	font-family: "Courier New", courier;
	text-align: top;
	padding-left: 20px;
}

.pcode .markedrow {
	background: yellow;
}

.pcode .num {
	width: 100px;
	color: red;
	text-align: right;
}

/*
 *  C O M M E N T S
 */ 
 
.cmt {
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin-bottom: 10px;
}

.cmt_header {
	background: #ccc;
	color: white;
	font-weight: bold;
	padding: 2px;
	margin: 1px;
}

.cmt_tools {
	float: right;
	font-size: 60%;
	font-weight: normal;
}

.cmt_body {	
}

.cmt_info {
	float: left;
	font-size: 60%;
	width: 120px;	
}

.cmt_text {
	margin-left: 130px;
}

