
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#dhtmltooltip{
position: absolute;
border: 2px solid #747474;

padding: 3px;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #747474;
}

body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


.title{
	font-size: 18px;
	text-align: center;
}



body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
}

a {
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}


#container {
	width: 500px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#container #logo {
	background: url(../img/logo.gif) no-repeat top left;
	height: 44px;
	
	padding-bottom: 5px;
	border-bottom: 1px solid #797979;
	margin-bottom: 20px;
}

#container #logo h1 {
	text-indent: -9999px;
}

#footer {
	margin-top: 20px;
}

.nav {
	float: right;
	margin-top: -15px;
}



.title{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #776B5F;
	font-weight: bold;
}
.title a:link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #776B5F;
	font-weight: bold;
}
.title a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #776B5F;
	font-weight: bold;
}
.title a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #776B5F;
	font-weight: bold;
}

.text{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
}
.text a:link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
}
.text a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
}
.text a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
}

.textbold{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
	font-weight: bold;
	text-decoration: none;
}
.textbold a:link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
	font-weight: bold;
	text-decoration: none;
}
.textbold a:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
	font-weight: bold;
	text-decoration: none;
}
.textbold a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #776B5F;
	font-weight: bold;
	text-decoration: none;
}


.message{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF001A;
	font-weight: bold;
	text-decoration: none;
}


.version {
	font-family: Courier;
	font-size: 1em;
}

ul {
	margin-left: 15px;
}

dt {
	float: left;
}

dd {
	margin-left: 150px;
	margin-bottom: 10px;
}

.description {
	margin-top: 10px;
}

code {
	font-family: Courier;
}

#usage p {
	margin: 10px 0px 5px 0px;
}
