.dotH{
	background-image : url(img/dotH.gif);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}

.dotV{
	background-image : url(img/dotV.gif);
	background-repeat : repeat-y;
	background-color : #FFFFFF;
}

.barSubTop{
	background-image : url(img/bar_Sub_Top.gif);
	background-repeat : repeat-x;
	background-color : #000000;
}

.barMIdL{
	background-image : url(img/bar_Mid_L.gif);
	background-repeat : repeat-y;
	background-color : #000000;
}

.barMIdR{
	background-image : url(img/bar_Mid_R.gif);
	background-repeat : repeat-y;
	background-color : #000000;
}

/*---------- fonts ----------*/

body,td{
	font-family : Tahoma,MS Sans Serif,Thonburi:;
	font-size : 11px;
	color : #666666;
}

.small{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-size : 10px;
	color : #FFFFFF;
}

.copyRight{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #969696;
}

.redVerdana{
	font-family : Verdana,Helvetica,Arial,sans-serif;
	font-size : 11px;
	color : #FE0102;
}

.grey{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-size : 11px;
	color : #969696;
}

.whiteB{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-weight : bold;
	font-size : 11px;
	color : #FFFFFF;
}

.white{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-size : 11px;
	color : #FFFFFF;
}

.redB{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-weight : bold;
	font-size : 11px;
	color : #FE0102;
}

.red{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-size : 11px;
	color : #FE0102;
}

.brown{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-size : 11px;
	color : #A0410D;
}

.bl{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-size : 11px;
	color : #000000;
}

.blB{
	font-family : Tahoma,MS Sans Serif,Thonburi;
	font-weight : bold;
	font-size : 11px;
	color : #000000;
}

input{
	font-family : MS Sans Serif,Thonburi;
	font-size : 12px;
	color : #666666;
}

select{
	font-family : MS Sans Serif,Thonburi;
	font-size : 12px;
	color : #666666;
}

textarea{
	font-family : MS Sans Serif,Thonburi;
	font-size : 12px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : none; color : #333333;}
a:visited {text-decoration : none; color : #333333;}
a:hover {text-decoration : underline; color : #cccccc;}

a.link:link {text-decoration : none; color : #FF9933; font-family : Verdana; font-size : 11px;}
a.link:visited {text-decoration : none; color : #FF9933; font-family : Verdana; font-size : 11px;}
a.link:hover {text-decoration : underline; color : #000000; font-family : Verdana; font-size : 11px;}

a.linkIcon:link {text-decoration : none; color : #000000; font-family : Verdana; font-size : 11px;}
a.linkIcon:visited {text-decoration : none; color : #000000; font-family : Verdana; font-size : 11px;}
a.linkIcon:hover {text-decoration : underline; color : #FE0102; font-family : Verdana; font-size : 11px;}

a.blToRed:link {text-decoration : none; color : #000000;}
a.blToRed:visited {text-decoration : none; color : #000000;}
a.blToRed:hover {text-decoration : underline; color : #FE0102;}

a.redToBl:link {text-decoration : none; color : #FE0102; font-family : Verdana; font-size : 11px;}
a.redToBl:visited {text-decoration : none; color : #FE0102; font-family : Verdana; font-size : 11px;}
a.redToBl:hover {text-decoration : underline; color : #333333; font-family : Verdana; font-size : 11px;}

a.blToRedunderline:link {text-decoration : underline; color : #000000;}
a.blToRedunderline:visited {text-decoration : underline; color : #000000;}
a.blToRedunderline:hover {text-decoration : underline; color : #FE0102;}

a.brownToRedunderline:link {text-decoration : underline; color : #A0410D;}
a.brownToRedunderline:visited {text-decoration : underline; color : #A0410D;}
a.brownToRedunderline:hover {text-decoration : underline; color : #FE0102;}
