form
{
	display: inline; margin: 0;
}

body,table
{
	color : #000000 ;
	font-family : Arial ;
	font-size : 9pt;
	letter-spacing : 0pt;

/* 	background-color: #FFCC66;
	background-image: url("../images/titlePIC.JPG");
	background-repeat: no-repeat; */
}
A:link { 
	color:#c69;	
	text-decoration:none;
}
A:visited {
	color:#c69; 
	text-decoration:none;
}
A:active {
	color:#c69;
	text-decoration:none;
}
A:hover {
	color:#c30;	
	border-bottom : 1px solid #000;
}

.warnText{
	color:red;
}

.errorText{
	color:red;
}

.calendar A:hover{
	color:#000;	
	border-bottom : 0px solid #000;
}
p {
	font-weight: bold;
	font-style: italic;
	font-size : 11pt;
} 
.whiteTitle{
	color : #ffffff ;
	font-weight: bold;
	border : 0px solid #007799;	

/* 	background-color: #009FCC; */
	background-image: url("../images/menu1.jpg");
	background-repeat: repeat-x;
}
.blackTitle{
	color : #000000 ;
	font-weight: bold;	
	
	background-color: #c0c0c0;
}

.menu{
	border : 0px solid #007799;	
	
/* 	background-color: #E0FFFF; */
	background-image: url("../images/menu2.jpg");
}
.menu2{
	border : 0px solid #007799;	
	
/* 	background-color: #E0FFFF; */
	background-image: url("./images/menu2.jpg");
}
.menuWhite{
	border : 0px solid #007799;		
 	background-color: #FFFFFF;  
}
.banner{
	color : #ffffff ;
	font-size : 12pt;
	font-weight: bold;
	text-align:center;
	background-color: #b9d1f4;
	background-image: url("../images/Banner.jpg");
	background-repeat: repeat;
}
.logo{
	display: none;
}
.bannerText{
	display: inline;
}
.header{
	background-color: #b9d1f4;
	border: 0px solid #95b7f3;
}
.greyLine{
	background-color: #dcdcdc;
}
.whiteLine{
	background-color: #ffffff;
}
.status {
	color : #ffffff;
	text-align : center;
}
.active{	
	background-image: url("../images/active.jpg");
/* 	background-repeat: no-repeat;  */
}
.suspend{
	background-image: url("../images/suspend.jpg");
/* 	background-repeat: no-repeat;  */
}
.blackList{
	background-image: url("../images/blackList.jpg");
/* 	background-repeat: no-repeat;  */
}
.pIdentify{
	background-image: url("../images/pIdentify.jpg");
/* 	background-repeat: no-repeat;  */
}
.select {
	width: 100%;
}
.text2 {
	width: 100%;
}
.button2 {
	font-size:8px;
	font-family:Verdana,sans-serif;
	font-weight:bold;
	color:#888888;
	width:30px;
	background-color:#EEEEEE;
	border-style:solid;
	border-color:#BBBBBB;
	border-width:1px;
}
.imageButton A:link {
	text-decoration: none; 
	color: #FFFFFF;
}
.imageButton A:visited {
	text-decoration: none; 
	color: #FFFFFF;
}
.imageButton A:active {
	text-decoration: none; 
	color: #FFFFFF;
}
.imageButton A:hover {
	border-bottom: none; 
	color: #FFFFFF;
}
.remark{
	color : #668800;
}
.textSS {
	font-size:20px;
	font-weight: bold;
}
.textDP {
	font-size:16px;
}
.blackBorder{
	border : 1px solid #000000;
}