/* Edited with EditCSS */
/**** LINK-tag style sheet page.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet page.css ****/

body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	text-align: center;

}

table {
	margin: 0px auto;
	text-align: center;
	border: 1px solid #333333;
       	margin-top: 15px;
       	margin-bottom: 15px;
       	padding: 0px;
}

tr {
	border: 1px none #333333;
}

td {

	border: 1px solid #333333;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	padding: 10px;
        border-left: 1px dotted #000000;
        background-color: #DDDDDD;
}
p {
	text-align: justify;
	padding-left: 10px;
}

div .indent {
	text-align: justify;
	padding-left: 30px;
}

#main {
        width: 650px;
        margin: 0px auto;
        padding: 20px;
        padding-top: 0;
        background-color: #FFFFFF;
        border-top: 9px solid #666666;
        border-bottom: 9px solid #666666;
        text-align: left;

}
#footer {
        margin-top: 20px;
        border-top: 1px dotted #666666;
}
a {
        color: #992200;
        text-decoration: none;
        border-bottom: 1px dotted #992200;
}

.out {
	padding-right: 8px;
	background: url("img/a-out.gif") no-repeat right top;
}

li {
        text-align: justify;
}
#menu {
        margin: 0;
        padding: 10;
        background-color: #DDDDDD;

}

div .img {
	text-align:center;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
