
/* -----ALL PAGE => font------ */
body, th, td {
	font-family: Arial, Helvetica, sans-serif, ²Ó©úÅé;
	font-size: 9pt;
	font-weight: 200;
}


/* -----ALL PAGE => body------ */
body {
	background-color: #F0F0F0;
	background-repeat: repeat;
	margin: 0;
	padding: 0; /* For Oprea */
	border-top: 4px solid #3E85C0;
	border-bottom: 10px solid #3E85C0;
}


/* -----ALL PAGE => link style------ */
a:link    {color: #0064C8; text-decoration : none;}
a:visited {color: #0064C8; text-decoration : none;}
a:active  {color: #FF3300; text-decoration : none;}
a:hover   {color: #9933CC; text-decoration : none;}


/* -----ALL PAGE => bar style------ */
.bar a:link    {color: #FFFFFF; background-color: #3E85C0; text-decoration : none;}
.bar a:visited {color: #FFFFFF; background-color: #3E85C0; text-decoration : none;}
.bar a:active  {color: #FFFFFF; background-color: #3E85C0; text-decoration : none;}
.bar a:hover   {color: #3E85C0; background-color: #FFFFFF; text-decoration : none;}

.bar span {
	margin: 7px;
}


/* -----ALL PAGE => text style------ */
h4 {
	font-weight:600;
	font-size: 12pt;
	margin-bottom: 5px;
}
.em1 {
	font-size: 11pt;
	font-weight: 600;
	margin-bottom: 10px;
}
.cc0 {
	font-size: 8pt;
}
.cc1 {
	font-size: 7pt;
}
.cc2 {
	font-size: 9pt;
}
.cc3 {
	font-size: 9pt;
	padding-left: 8px;
}
.white {
	color:#FFFFFF;
}
.orange {
	color:#F19B27;
}
.blue {
	color:#3e85c0;
}


/* -----ALL PAGE => area------ */
.pad01 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad02 {
	padding-right: 12px;
}
.pad03 {
	padding-left: 12px;
}
.mar01 {
	margin: 0px 0 5px 5px;
}
.mar02 {
	margin: 5px 0 5px 5px;
}
.line01 {
	line-height: 11px;
}
.bgc01 {
	background-color: #d0d0d0;
}
.bgc02 {
	background-color: #F0F0F0;
}

/* -----ALL PAGE => table shadow------ */
.table01 {
	background-image:url(pic/website/board_shadow_l.jpg);
}
.table02 {
	background-image:url(pic/website/board_shadow_r.jpg);
}


/* -----ALL PAGE => table coner------ */
.td01, .td02, td03, td04 {
	width: 5px; 
	height: 5px;
	background-repeat: no-repeat;
}
.td01 {
	background-image:url(pic/website/cor_lt.jpg);
}
.td02 {
	background-image:url(pic/website/cor_rt.jpg);
}
.td03 {
	background-image:url(pic/website/cor_lb.jpg);
}
.td04 {
	background-image:url(pic/website/cor_rb.jpg);
}

