Chris PeBenito eb437d
body {
Chris PeBenito eb437d
	margin:0px;
Chris PeBenito eb437d
	padding:0px;
Chris PeBenito eb437d
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
	color:#333;
Chris PeBenito eb437d
	background-color:white;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
h1 {
Chris PeBenito d46f02
	margin:0px 0px 5px 0px;
Chris PeBenito eb437d
	padding:0px;
Chris PeBenito d46f02
	font-size:150%
Chris PeBenito eb437d
	line-height:28px;
Chris PeBenito eb437d
	font-weight:900;
Chris PeBenito eb437d
	color:#ccc;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
h2 {
Chris PeBenito d46f02
	font-size:125%;
Chris PeBenito d46f02
	margin:0px;
Chris PeBenito d46f02
	padding:5px 0px 10px 0px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
h3 {
Chris PeBenito d46f02
	font-size:110%;
Chris PeBenito d46f02
	margin:0px;
Chris PeBenito d46f02
	padding:5px 0px 10px 5px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
h4 {
Chris PeBenito d46f02
	font-size:100%;
Chris PeBenito d46f02
	margin:0px;
Chris PeBenito d46f02
	padding:5px 0px 10px 5px;
Chris PeBenito eb437d
	}
Chris PeBenito d46f02
h5 {
Chris PeBenito d46f02
	font-size:100%;
Chris PeBenito d46f02
	margin:0px;
Chris PeBenito d46f02
	font-weight:600;
Chris PeBenito d46f02
	padding:0px 0px 5px 0px;
Chris PeBenito d46f02
	margin:0px 0px 0px 5px;
Chris PeBenito d46f02
}
Chris PeBenito eb437d
li {
Chris PeBenito eb437d
	font:11px/20px verdana, arial, helvetica, sans-serif;
Chris PeBenito 3c6d78
	margin:0px 0px 0px 10px;
Chris PeBenito eb437d
	padding:0px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
p {
Chris PeBenito eb437d
	/* normal */
Chris PeBenito eb437d
	font:11px/20px verdana, arial, helvetica, sans-serif;
Chris PeBenito e214f6
	margin:0px 0px 0px 10px;
Chris PeBenito eb437d
	padding:0px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
        
Chris PeBenito eb437d
tt {
Chris PeBenito eb437d
	/* inline code */
Chris PeBenito eb437d
	font-family: monospace;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
        
Chris PeBenito eb437d
table {
Chris PeBenito d46f02
        background-color:#efefef;
Chris PeBenito eb437d
        /*background-color: white;*/
Chris PeBenito eb437d
	border-style:solid;
Chris PeBenito eb437d
	border-color:black;
Chris PeBenito eb437d
	border-width:0px 1px 1px 0px;
Chris PeBenito eb437d
        color: black;
Chris PeBenito eb437d
        text-align: left;
Chris PeBenito eb437d
	font:11px/20px verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
        margin-left: 5%;
Chris PeBenito eb437d
        margin-right: 5%;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
Chris PeBenito eb437d
th {
Chris PeBenito d46f02
	font-weight:500;
Chris PeBenito d46f02
        background-color: #eaeaef;
Chris PeBenito eb437d
        text-align: center;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
Chris PeBenito eb437d
td.header {
Chris PeBenito eb437d
        font-weight: bold;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
        
Chris PeBenito eb437d
#Content>p {margin:0px;}
Chris PeBenito eb437d
#Content>p+p {text-indent:30px;}
Chris PeBenito eb437d
a {
Chris PeBenito eb437d
	color:#09c;
Chris PeBenito eb437d
	font-size:11px;
Chris PeBenito eb437d
	text-decoration:none;
Chris PeBenito eb437d
	font-weight:600;
Chris PeBenito eb437d
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
a:link {color:#09c;}
Chris PeBenito eb437d
a:visited {color:#07a;}
Chris PeBenito eb437d
a:hover {background-color:#eee;}
Chris PeBenito eb437d
Chris PeBenito eb437d
#Codeblock {
Chris PeBenito d46f02
	margin:5px 50px 5px 10px;
Chris PeBenito eb437d
	padding:5px 0px 5px 15px;
Chris PeBenito eb437d
	border-style:solid;
Chris PeBenito eb437d
	border-color:lightgrey;
Chris PeBenito eb437d
	border-width:1px 1px 1px 1px;
Chris PeBenito eb437d
	background-color:#f5f5ff;
Chris PeBenito d46f02
	font-size:100%;
Chris PeBenito eb437d
	font-weight:600;
Chris PeBenito eb437d
	text-decoration:none;
Chris PeBenito d46f02
	font-family:monospace;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
#Interface {
Chris PeBenito eb437d
	margin:5px 0px 25px 5px;
Chris PeBenito d46f02
	padding:5px 0px 5px 5px;
Chris PeBenito eb437d
	border-style:solid;
Chris PeBenito eb437d
	border-color:black;
Chris PeBenito eb437d
	border-width:1px 1px 1px 1px;
Chris PeBenito eb437d
	background-color:#fafafa;
Chris PeBenito eb437d
	font-size:14px;
Chris PeBenito eb437d
	font-weight:400;
Chris PeBenito eb437d
	text-decoration:none;
Chris PeBenito eb437d
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
}
Chris PeBenito d46f02
#Interfacesmall {
Chris PeBenito d46f02
	margin:0px 0px 5px 0px;
Chris PeBenito d46f02
	padding:5px 0px 0px 5px;
Chris PeBenito d46f02
	border-style:solid;
Chris PeBenito d46f02
	border-color:black;
Chris PeBenito d46f02
	border-width:1px 1px 1px 1px;
Chris PeBenito d46f02
	background-color:#fafafa;
Chris PeBenito d46f02
	font-size:14px;
Chris PeBenito d46f02
	font-weight:400;
Chris PeBenito d46f02
	text-decoration:none;
Chris PeBenito d46f02
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito d46f02
}	
Chris PeBenito effd58
#Template {
Chris PeBenito effd58
	margin:5px 0px 25px 5px;
Chris PeBenito effd58
	padding:5px 0px 5px 5px;
Chris PeBenito effd58
	border-style:solid;
Chris PeBenito effd58
	border-color:black;
Chris PeBenito effd58
	border-width:1px 1px 1px 1px;
Chris PeBenito effd58
	background-color:#fafafa;
Chris PeBenito effd58
	font-size:14px;
Chris PeBenito effd58
	font-weight:400;
Chris PeBenito effd58
	text-decoration:none;
Chris PeBenito effd58
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito effd58
}
Chris PeBenito effd58
#Templatesmall {
Chris PeBenito effd58
	margin:0px 0px 5px 0px;
Chris PeBenito effd58
	padding:5px 0px 0px 5px;
Chris PeBenito effd58
	border-style:solid;
Chris PeBenito effd58
	border-color:black;
Chris PeBenito effd58
	border-width:1px 1px 1px 1px;
Chris PeBenito effd58
	background-color:#fafafa;
Chris PeBenito effd58
	font-size:14px;
Chris PeBenito effd58
	font-weight:400;
Chris PeBenito effd58
	text-decoration:none;
Chris PeBenito effd58
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito effd58
}	
Chris PeBenito eb437d
#Description {
Chris PeBenito eb437d
	margin:0px 0px 0px 5px;
Chris PeBenito eb437d
	padding:0px 0px 0px 5px;
Chris PeBenito eb437d
	text-decoration:none;
Chris PeBenito eb437d
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
	font-size:12px;
Chris PeBenito eb437d
	font-weight:400;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
pre {
Chris PeBenito d46f02
	margin:0px;
Chris PeBenito d46f02
	padding:0px;
Chris PeBenito d46f02
	font-size:14px;
Chris PeBenito eb437d
	text-decoration:none;
Chris PeBenito d46f02
	font-family:verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
dl {
Chris PeBenito eb437d
	/* definition text block */
Chris PeBenito eb437d
	font:11px/20px verdana, arial, helvetica, sans-serif;
Chris PeBenito eb437d
	margin:0px 0px 16px 0px;
Chris PeBenito eb437d
	padding:0px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
dt {
Chris PeBenito eb437d
	/* definition term */
Chris PeBenito eb437d
        font-weight: bold;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
Chris PeBenito eb437d
#Header {
Chris PeBenito eb437d
	margin:50px 0px 10px 0px;
Chris PeBenito eb437d
	padding:17px 0px 0px 20px;
Chris PeBenito eb437d
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
Chris PeBenito eb437d
	height:33px; /* 14px + 17px + 2px = 33px */
Chris PeBenito eb437d
	border-style:solid;
Chris PeBenito eb437d
	border-color:black;
Chris PeBenito eb437d
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
Chris PeBenito eb437d
	line-height:11px;
Chris PeBenito eb437d
	font-size:110%;
Chris PeBenito eb437d
	background-color:#eee;
Chris PeBenito eb437d
	voice-family: "\"}\"";
Chris PeBenito eb437d
	voice-family:inherit;
Chris PeBenito eb437d
	height:14px; /* the correct height */
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
body>#Header {height:14px;}
Chris PeBenito eb437d
#Content {
Chris PeBenito 3c6d78
	margin:0px 50px 0px 200px;
Chris PeBenito eb437d
	padding:10px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
Chris PeBenito eb437d
#Menu {
Chris PeBenito eb437d
	position:absolute;
Chris PeBenito eb437d
	top:100px;
Chris PeBenito eb437d
	left:20px;
Chris PeBenito eb437d
	width:162px;
Chris PeBenito eb437d
	padding:10px;
Chris PeBenito eb437d
	background-color:#eee;
Chris PeBenito eb437d
	border:1px solid #aaa;
Chris PeBenito eb437d
	line-height:17px;
Chris PeBenito eb437d
	text-align:left;	
Chris PeBenito eb437d
	voice-family: "\"}\"";
Chris PeBenito eb437d
	voice-family:inherit;
Chris PeBenito eb437d
	width:160px;
Chris PeBenito eb437d
	}
Chris PeBenito eb437d
#Menu subitem {
Chris PeBenito eb437d
	font-size: 5px;
Chris PeBenito eb437d
}
Chris PeBenito eb437d
Chris PeBenito eb437d
body>#Menu {width:160px;}