P {
		font-family:        	arial, helvetica, sans-serif;
		font-style:           normal;
		text-align: 					justify;
    font-size:            12px;
    color:                #000000;
		margin: 							5px;
	}
	
P.big{
		font-family:        	arial, helvetica, sans-serif;
		font-style:           normal;
		font-weight: 					bold;
		text-align: 					left;
    font-size:            16px;
    color:                #333333;
		margin: 							5px;
		border-bottom-width:	3px;
		border-bottom-style:  solid;
		width:								100%;
		margin-top:						8px;
	}
	
.L_string {
		font-size:            14px;
	}

.non_active_link{
    color:                #AAAAAA;
	}
	
.ADGAM_help_text{
    font-size:            12px;
    color:                #005555;
		text-align: 					justify;
	}
	
.ADGAM_opis{
    font-size:            12px;
    color:                #000000;
		font-weight: 					bold;
		text-align: 					left;
	}
	
.ADGAM_string{
    font-size:            12px;
    color:                #000000;
	}
	
.ADGAM_button{
    font-size:            12px;
    width:                24%;
	}

.ADGAM_window{
    border-width: 				1px;
		border-style:					solid;
		border-color: 				#CCCCCC;
		background-color: 		#EEEEEE;
		text-align: 					center;
	}	
	
.ADGAM_title{
    font-size:            14px;
		background-color: 		#5555AA;
		color: 								#FFFFFF;
		font-weight: 					bold;
		height: 							25px;
		width: 								100%;
		vertical-align: 			middle;
		text-align: 					center;
		border-style:					double;
		border-width: 				2px;
		border-color: 				#CCCCCC;
	}

.ADGAM_error{
		border-width:         3px;
    border-color:         red;
    border-style:         dotted;
		color:								red;
	}
