.dotH{
	background-image : url(img/dotH.gif);
	background-repeat : repeat-x;
	background-color : #E8F8FA;
}

.dotV{
	background-image : url(img/dotV.gif);
	background-repeat : repeat-y;
	background-color : #E8F8FA;
}

/*---------- fonts ----------*/

body,td{
	font-family : Verdana,Tahoma,Helvetica,Arial,sans-serif,Thonburi;
	font-size : 11px;
	color : #000000;
}

.copyright{color : #B2B3B4; }

input{
	font-family : Verdana,Tahoma,Helvetica,Arial,sans-serif,Thonburi;
	font-size : 11px;
	color : #666666;
}

select{
	font-family : Verdana,Tahoma,Helvetica,Arial,sans-serif,Thonburi;
	font-size : 11px;
	color : #666666;
}

textarea{
	font-family : Verdana,Tahoma,Helvetica,Arial,sans-serif,Thonburi;
	font-size : 11px;
	color : #666666;
}

/*---------- text-link ----------*/
a:link{text-decoration : underline; color : #000000;}
a:visited {text-decoration : underline; color : #000000;}
a:hover {text-decoration : underline; color : #C4111A;}

a.txtLink:link {text-decoration : none; color : #000000;}
a.txtLink:visited {text-decoration : none; color : #000000;}
a.txtLink:hover {text-decoration : none; color : #F7941C;}


