/*=====|||BASE STYLE|||=====*/
form{
	margin: 0px 0px 0px 0px;
}
input{
	font-size: 12px;
}
select{
	font-size: 12px;
}
textarea{
	font-size: 12px;
}
body{
	font-size: 12px;
	color: #666666;
}
td{
	font-size: 12px;
	color: #666666;
}
a:link{
	color: #867630;
	text-decoration: underline;
}
a:visited{
	color: #A29663;
}
a:hover{
	color: #A78908;
	text-decoration: none;
}

/*=====|||BASE STYLE|||=====*/

/*=====|||CONTENTS STYLE|||=====*/
a:link.contentslink{
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.contentslink{
	text-decoration: none;
	color: #E0E0E0;
}
a:hover.contentslink{
	color: #FFFFFF;
	text-decoration: underline;
}
.title{
	color: #C06601;
	font-weight: bold;
	line-height: 1.4em;
	margin: 5px 5px 5px 5px;
}
.text{
	line-height: 150%;
}
.text2{
	line-height: 150%;
	font-weight: bold;
}
/*=====|||CONTENTS STYLE|||=====*/


