* {
	margin:0;
	padding:0;
	border: 0;
}

table, ul {
	font-size: 12px;
	line-height: 1.7em;
}

body {
	width: 640px;
	margin: 10px;
	letter-spacing: 0.2px;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 1.7em;
}

/* Indent objects to align with the paragraph */
.p-margin {
	margin-left: 25px;
}

/* h2 is the 1st level, eg. 2. */
h2 {
	font-weight: normal;
	font-size: 20px;
	margin: 10px 0px 10px 0px;
	color: #3684c7;
	padding-top: 10px;
}

/* h3 is the 2nd level, eg. 2.3 */
h3 {
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0px 20px 0px;
	color: #000000;
	padding-top: 5px;
}

/* h4 is the 3rd level, eg. 2.3.1 */
h4 {
	font-size: 15px;
	margin: 20px 0px 20px 25px;
	font-weight: normal;
	color: #000000;
}


/* h5 is the text under the title */
h5 {
	font-size: 13px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	color: #454545;
}

/* The header for inline code instructions. */
h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #777777;
}

p {
	font-size: 13px;
	margin: 15px 0px 15px 1.9em;
	color: #303030;
	letter-spacing: 0;
}

/* big is for buttons or menu options in the paragraph. */
big {
	font-size: 12px;
	background: #e4e4e4;
	border: 1px solid #c9c9c9;
	padding: 1px 2px 1px 2px;
}

dl>dt>em {
	color: #000000;
}

em {
	color: #454545;
}

big em {
	font-style: normal;
	color: #26B31A;
}

img {
	margin: 0px;
}

/* For two-column image description. */
table {
	width: 100%;
}

table tr td img {
	margin-right: 5px;
}

table tr td {
	vertical-align: top;
}

a:link, a:visited {
	color: #4d69c6;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff7200;
}

/* Basic document elements. 
   - title is the document title.
   - version shows the document version.
   - copyright shows the company name and copyright notice at the bottom.
*/
#title {
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-weight: normal;
	border-bottom: 1px solid #c9c9c9;
}

#title a img {
    border: none;
    margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

#title h1 {
	font-size: 22px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font-weight: normal;
}

#version {
	float: right;
	font-size: 11px;
}

#copyright {
	padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 11px;
	color: #454545;
}

strike {
	color:#26B31A;
}

kbd {

}

/* small is for those one-line code that need to fit into a single line. */
small {
	font-family: "Time";
	font-size: 12px;
}

hr {
	border: 0;
	border-bottom: 1px solid #c9c9c9;
}

abbr {
	border-bottom: 1px dotted ;
}
