/* CSS Document */
table {
	width:100%;
}

form {
 margin:0px;
}
/*header part*/

.header{
text-align:center;}

.dateTitle {font:normal 12px Tahoma; color:#333333;}


.btnBGBack5 {
text-align:center;
 font:normal 10px Tahoma;
 background:url(../images/bg01.gif);
 border:1px;
 height:22px;
 width:90px;
}

.btnBGBack5 a{
color:#ffffff;
text-decoration:none;
font-weight:bold; 
cursor:pointer;
}

.btnBGBack6 {
text-align:center;
 font:normal 10px Tahoma;
 background:url(../images/bg02.gif);
 border:1px;
 height:22px;
 width:90px;
 color:#ffffff;
 font-weight:bold; 
 cursor:pointer;
 display:block;
}

/*main function [not id or class]*/
body{
font-family:Tahoma;
font-size:12px;
margin-left:20px; 
margin-right:20px;
}


h3{
color:#FFFFFF;
text-decoration:none;}


.txtHead1 {
font:bold 14px Tahoma;
color:#333333;
padding:5px 5px 5px 10px;
}

.txtAuthor {
	font:bold 12px Tahoma;
	color:#444444;
}


.txtNote {
	font:normal 11px Tahoma;
	color:#ff0000;
}


.txt3 {
	font:normal 11px Tahoma;
	color:#555555;
}

.txt4 {
	font:normal 10px Tahoma;
	color:#777777;
}


.txtNormal {
	font:normal 12px Tahoma;
	color:#111111;
}

.txtWhiteBold {
	font:bold 12px Tahoma;
	color:#ffffff;
	text-decoration:none;
}
A.txtWhiteBold:hover {
	text-decoration:underline;
}

/*BUTTON*/
.btnBGBack {
 font:normal 12px Tahoma;
 background:url(../images/bgTitle.gif);
 border:1px;
 height:26px;
 color:#fff;
  cursor:hand;
 cursor:pointer;
}

.btnBGBack2 {
 font:normal 12px Tahoma;
 background:url(../images/bgTitle.gif);
 border:1px;
 height:23px;
 color:#fff;
 cursor:hand;
 cursor:pointer;
}

.btnBGBack3 {
font:bold 12px Tahoma;
 background:url(../images/bgTitle.gif);
 border:1px;
 height:26px;
 color:#fff;
  cursor:hand;
 cursor:pointer;
 padding:0px;
 margin:0px;
}

.btnBGBack4 {
 font:normal 11px Tahoma;
 background:url(../images/bgTitle.gif);
 border:1px;
 height:20px;
 color:#fff;
 cursor:hand;
 cursor:pointer;
}

.btnBGBack5 {
 font:normal 12px Tahoma;
 background:url(../images/bg01.gif);
 border:1px;
 height:22px;
 width:150px;
 color:#fff;
 cursor:hand;
 cursor:pointer;
}

.btnBGBack6 {
 font:normal 12px Tahoma;
 background:url(../images/bg02.gif);
 border:1px;
 height:22px;
 width:150px;
 color:#fff;
 cursor:hand;
 cursor:pointer;
}

/*LINK ---------------------------------------------------------.*/
.link1 {
	font:bold 12px Tahoma;
	color:#D87730;
	text-decoration:none;
}
A.link1:hover {
	text-decoration:underline;
}

.menuTop {
	font:bold 12px Tahoma;
	color:#111111;
	text-decoration:none;
}
A.menuTop:hover {
	color:#444444;
	text-decoration:underline;
}

/*For page button (class)*/
.btnPage {
	border:1px solid #333333;
	background-color:#FFFFFF;
	font-family:Tahoma; 
	padding:0px 2px 0px 2px;
	font-size:12px;
	cursor:hand;
	cursor:pointer;
	
}

.btnPageTrue {
	border:1px solid #333333;
	background-image:url(images/btn_bg2.gif);
	font-family:Tahoma;
	padding:0px 2px 0px 2px;
	font-size:12px;
	
}


.btnPageNoPadding {
	border:1px solid #333333;
	background-color:#FFFFFF;
	font-family:Tahoma; 
	font-size:12px;
	cursor:hand;
	cursor:pointer; 
	
}
/*^ end For page button (class)*/
