
a:link		{color: #0000FF; text-decoration: none;}
a:visited	{color: #800080; text-decoration: none;}
a:hover 	{color: #0000FF; text-decoration: underline;}
a:active 	{color: #0000FF; text-decoration: underline;}

body {
	font-size: 1em;
	text-align: center;
	background-image: url('img/back.gif');
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #FF0000;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
}

h3 {
	font-size: 1em;
	text-decoration: underline;
	color: #008000;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}

h5 {
	font-size: 0.8em;
	text-align: right;
}

table {
	margin-top: 10px;
	border-width: 1px;
	border-color: #FF6600;
	border-style: solid;
}

td {
	border-width: 1px;
	border-color: #FF6600;
	border-style: solid;
}

#body {
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFCC;
}

#header {
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	height: 42px;
	background-color: #FFFF99;
}

#header_left {
	border-right-width: 1px;
	border-right-color: #FF6600;
	border-right-style: solid;
	float: left;
	height: 100%;
	width: 135px;
}

#header_right {
	float: right;
	height: 100%;
	width: 600px;
}

#frame {
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-right-style: solid;
	border-bottom-style: solid;
	float: left;
	clear: both;
	width: 135px;
	background-color: #FFFF99;
}

#frame ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#frame li {
	margin-top: 10px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-color: #FF6600;
	border-left-style: solid;
	width: 110px;
}

#frame li.menu {
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
}

#frame li.select {
	background-color: #FFCC66;
}

#frame li a {
	color: #0000FF;
	padding-right: 5px;
	width: 90px;
	display: block;
}

#frame li a:hover, #frame li a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	background-color: #FF6600;
}

#main {
	padding-left: 3px;
	float: right;
	width: 600px;
}

#main ul {
	margin-left: 15px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#main li {
	margin-bottom: 2px;
}

#main img {
	border: 0px solid #FF6600;
}

#main p {
	margin-bottom: 0px;
}

#main dl {
	margin-bottom: 0px;
}

#main dt {
	margin-bottom: 5px;
}
#main dd {
	margin-left: 25px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
}

div.box {
	border-bottom-width: 1px;
	border-bottom-color: #FF6600;
	border-bottom-style: solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}