/* CSS Document */
/* error message text*/
.message_error{
 color:red;
 font-weight:bold;
 font-size:14;
 font:"Courier New", Courier, mono; 
}
/* on error highlight form element*/
.Highlight{
  background-color:#FFFFA0;
  /*border:1px solid red; */
}

.notice{
    BORDER-RIGHT: #DBDBDB 1px solid;
	BORDER-TOP: #DBDBDB 1px solid; 
	BORDER-LEFT: #DBDBDB 1px solid; 	 	
	BORDER-BOTTOM: #DBDBDB 1px solid;
	BACKGROUND-COLOR:#ffffbe ;
	text-align:justify;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px; 
    width:50% ;
    height:auto;    

}

.link a:link{
    color:#000000;
    
}
.link a:visited{
    color:#000000;
    
}
.link a:hover{
    color:#000000;
    
    
}

.link a:active{
    color:#000000;    
}


body {
	background-image: url(images/bg_pattern.gif);
}

.style1  {font-family: Arial, Helvetica, sans-serif}
.style2  {font-size: 12px}
.style4  {font-size: 12}
.style6  {font-size: 11px}
.style9  {font-size: 14px}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style12 {font-family: Arial, Helvetica, sans-serif; font-weight: bold;padding-left:5px; }
.style13 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style14 {font-size: 10px}
.style15 {font-family:Geneva, Arial, Helvetica, sans-serif; font-weight: normal;font-size:11px;padding-left:5px; }
.text_underline{border-bottom:#000000 1px solid}
.box{border:#000000 1px solid;padding:4px;}
.style16 {font-family: Arial, Helvetica, sans-serif; font-weight: bold;padding-left:5px;font-size:20px }


