* {
/*	border: none; */
	margin: 0px;
}

/* add 101117 */
img {
	border: none;
}


body {
	color: #3f3f3f;
	font-size: 80%;
}

h1.title {
	border-left: 12px solid black;
	padding-left: 10px;
}

h2.img {
	background: url(images/home/h2_bg.gif) no-repeat 0px 2px;
	font-size: 140%;
	line-height: 1em;
	padding: 0px 20px;
}

h3.img {
	background: url(images/home/h3_bg.gif) no-repeat left top;
	color: white;
	font-size: 120%;
	line-height: 1em;
	padding: 5px 0px 10px 25px;
}

p {
	line-height: 1.5em;
	margin: 10px 0px;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

a:link {
	color: #013496;
	text-decoration: none;
}

a:visited {
	color: #d900ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.img-link {
	text-decoration: none;
}

a.img-link:hover {
	text-decoration: underline;
}

a.img-link img {
	border: 3px solid #d4d4d4;
}

a.img-link:hover img {
	border-color: #92b2e8;
}

a.link-btn {
	background: url(images/home/link_btn.gif) no-repeat 0px 5px;
	padding: 2px 2px 2px 15px;
	text-decoration: none;
}

a.link-btn:hover {
	background-position: 2px -95px;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	padding: 0px;
}

ol {
	line-height: 1.3em;
	margin-left: 2em;
}

ol li {
	margin: 5px 0px;
}

img.img {
	border: 1px solid #e4e4e4;
	padding: 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 75%;
	line-height: 1.5em;
}

span.img-right {
	float: right;
	margin: 5px 0px 10px 5px;
}

span.img-left {
	float: left;
	margin: 5px 10px 5px 0px;
}

ul.list {
	line-height: 1.3em;
	margin: 5px 0px;
}

ul.list li {
	background: url(images/home/ul_list_li.gif) no-repeat 2px 6px;
	margin: 4px 0px;
	padding-left: 16px;
}

ul.notelist {
	color: #686868;
	line-height: 1.3em;
	margin: 5px 0px 5px 2em;
}

ul.notelist li {
	padding: 3px 0px;
	text-indent: -1.5em;
}

ul.notelist li span.maker {
	margin-right: 0.5em;
}

div.line {
	background: url(images/home/line.gif) repeat-x 0px 10px;
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	height: 20px;
}

div.space50px {
	clear: both;
	height: 50px;
}

/***********************************************************************/
div.indent {
	padding-left: 20px;
	width: 858px;
}

div.container {
	background: url(images/home/container_bg.gif) no-repeat left bottom;
	padding-bottom: 5px;
	width: 858px;
}

div.container div.detail {
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	padding: 12px 15px;
}

/***********************************************************************/
#container {
	clear: both;
	margin: 0px auto;
	padding-top: 0px;
	width: 900px;
}

#main {
	padding: 25px 0px 20px 22px;
	width: 878px;
}

#breadnav {
    text-align:left;
	clear: both;
	font-size: 100%;
	padding-bottom: 10px;
	width: 900px;
}

#breadnav span {
	padding: 0px 5px;
}

hr { 
    border: 0 none; 
    height: 1px; 
    color: #696969;
    background-color: #696969;
} 


