body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #700c0e;
}
a:link {
	color: #8c1113;
}
a:visited {
	color: #8c1113;
}
a:hover {
	color: #8c1113;
}
a:active {
	color: #8c1113;
}

p {
	text-align: justify;
}

input {
	border: 1px solid black;
	font-size:9px;
	margin-bottom: 2px;
	margin-right: 2px;
	width: 95px;
}
input.back {
	width: 250px;
	background-color: #10A0C5;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	padding-top: 2px;
	padding-bottom: 2px;
}
.browser {
	font-size:12px;
}
.browser .dir { 
	width: 150px;
}
.browser .dir a { 
	color: black;
}
.browser .file { 
	width: 150px;
}
.browser .file_attributes { 
	width: 50px;
}

form {
	margin-left: 26px;
	margin-right: 7px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}

li {
	line-height: 17px;
}
hr {
	margin-top: 15px;
	margin-bottom: 15px;
}
fieldset {
	padding-right: 10px;
}


table.layout {
	width: 960px;
	text-align: left;
	vertical-align: top;
}
	table.layout td.logo {
		height: 129px;
		width: 274px;
	}
	table.layout td.content {
		width: 686px;
		height: 100%;
		text-align: left;
		vertical-align: top;
	}
	table.layout td.content div.main {
		width: 646px;
		height: 100%;
		padding-left: 40px;
		text-align: left;
		vertical-align: top;
	}
	table.layout td.none {
		width: 274px;
		height: 20px;
		background: #700c0e;
	}
	table.layout td.menuA {
		height: 20px;
		width: 274px;
		text-align: left;
		font-style: italic;
		letter-spacing: 1px;
		vertical-align: middle;
		color: #FFFFFF;
		cursor: pointer;
		cursor: hand;
		padding-left: 20px;
		padding-right: 20px;
		background: #700c0e;
	}
	table.layout td.menuB {
		height: 20px;
		width: 274px;
		text-align: left;
		font-style: italic;
		letter-spacing: 1px;
		vertical-align: middle;
		color: #FFFFFF;
		cursor: pointer;
		cursor: hand;
		padding-left: 20px;
		padding-right: 20px;
		background: #8c1113;
	}
	table.layout td.bottom {
		height: 20px;
		width: 960px;
		padding-right: 30px;
		background: #700c0e;
		color: #FFFFFF;
		text-align: right;
	}
	table.layout td.zero {
	}
