/*
 * The default stylesheet
 */

img {
	margin: 0px;
}

html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; 
}
body,input,textarea {
	color: #222;
        font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}

a {
	text-decoration: none;
	color: #c68449;
}
a:hover {
	color: #c68449;
}

.indent {
	margin: 0pt 27pt 9pt 27pt;
}

/**********************************************************************/

#menu {
        position: absolute;
        top: 0px;
/*        left: -25%; */
        left: -25%;
/*        width: 50%; */
        width: 30%;
	padding-right: 9pt;
}
#menu h1 {
	margin: 0px;
	font-size: 17pt;
	font-weight: normal;
}
#menu tr td {
        text-align: right;
}
#menu a {
	color: #222;
}
#link {
	display: none;
}


/**********************************************************************/

#content {
        position: absolute;
	top: 0pt;
        left: 25%;
        width: 75%;
}

/**********************************************************************/

input,form {
	display: none;
}

/*
 * eof
 */
