.red {
	font-weight: bolder;
	color: #FF0000;
	text-align: center;
}
.smallred {
	color: #FF0000;
	text-align: center;
}

.outline {
	width: 800px;
	background-image: url('/images/background.jpg');
}
.border {
	border: 2px solid #E6E6E6;
}

.border_black_2 {
	border: 1px solid #000000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.redoutline {
	width: 768px;
	border: 2px solid #990000;
}

.redoutline_b {
	border: 3px solid #990000;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-right: 1px;
	margin-left: 1px;
	background-color: #CCCCCC;
}

.redoutline_b2 {
	border: 5px solid #990000;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-right: 1px;
	margin-left: 1px;
	width: 800px;
	background-color: #CCCCCC;
}


.border2 {
	background-image: url('/images/footer.gif');
	width: 800px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}
.border3 {
	border: 1px solid #CCCCCC;
}

.border_b2 {
	border-bottom-width: 1px;	
	border-bottom-style: solid;	
	border-bottom-color: #000000;	
}

.border_b2_lb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.border_b2_rb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.bordersid {
	background-image: url('/images/subid_bar.png');
	width: 700px;
	height: 120px;
}

.borderh {
	padding: 20px;
	}

.logout {
	text-align: right;
	vertical-align: top;
}
 


body {
	/* padding: 20px; */
}



	
	




.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
	




.top-left2, .bottom-left2 { 
	margin-right: 9px; 
	}
.top-right2, .bottom-right2 { 
	margin-left: 9px;  
	margin-top: -9px;  
	}
.top-right2 {
	background-position: 100% 0;   
	}
.bottom-left2  { 
	background-position: 0 -9px;   
	}
.bottom-right2 { 
	background-position: 100% -9px; 
	}



	

.inside {
	border-left: 1px solid #376271; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #376271;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
	
.inside2 {
	border-left: 1px solid #D3D5D6; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #D3D5D6;/* YCC: color & properties of the right-borderline */
	background: #D3D5D6;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
.page {
	width: 780px;
}

.page_200 {
	width: 200px;
}

.page_250 {
	width: 250px;
}

.page_300 {
	width: 300px;
}

h1 {
	font-size: 20px;
	font-weight: bolder;
}

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
.td_space {
	height: 30px;
	text-align: left;
	text-indent: 9px;
	vertical-align: middle;
	word-spacing: normal;
	letter-spacing: 2pt;
	background-color: #D8D8D8;
}

  
.border_b {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.border_br {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #FFCCCC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	
}

.border_bl {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	border-right-style: none;
	border-left-style: dotted;
	width: 25px;
	border-top-style: none;
}

.border_r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	border-right-style: dotted;
	border-left-style: none;
	border-top-style: none;
}

.border_l {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	border-right-style: none;
	border-left-style: dotted;
}

.border_l, .border_r ,.border_bl, .border_br, .border_b {
	padding: 2px;
	margin: 0px;
	
}

.some_padding {
	padding: 10px;
	margin: 10px;
}

.small_pad {
	padding: 5px;
	margin: 0px;
	vertical-align: bottom;
} 

.items_list_class_odd {
	background-color: #FFCCCC;
} 

.items_list_class_even {
   background-color: #FFA6A6;
} 

.border_all {
	border: 1px solid #E2E2E2;	
}

.border_3p {
	border: 1px solid #E2E2E2;	
	height: 3px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(/images/backback.png);
	background-color: #F4F4F4;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

.style1{
	font-weight: bolder;
	font-size: larger;
	color: #990000;
}
.style2 {
	color: #990000;
	font-weight: bolder;
	font-size: large;
}
.stylex{
	font-size: larger;
}
.stylet {

font-size: smaller; 

}
.styleagree{
	width: 745px;
	border: 2px solid #990000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.agreelist{
width: 675px;
}
.styleclient{
	width: 370px;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
}
.help_page {
	margin: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border: 2px solid #009900;
}

.green_border_b {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005E00;
}

.help_page_ex {
	margin: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 2px solid #006600;
	width: 350px;
	float: none;
	background-color: #FFFFFF;
}

.help_page_ex_650 {
	margin: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 2px solid #006600;
	width: 650px;
	float: none;
	background-color: #FFFFFF;
}

.help_page_ex_480 {
	margin: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 2px solid #006600;
	width: 480px;
	float: none;
	background-color: #FFFFFF;
}

.help_page_ex_750 {
	margin: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: 2px solid #006600;
	width: 750px;
	float: none;
	background-color: #FFFFFF;
}

.style22 {
	width: 400px;
	text-align:justify;
	color: #990000;
	font-weight: bolder;
	font-size: large;
}

.error_message {
	width: 500px;
	text-align:justify;
	color: #000000;
	font-weight: bolder;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFD5D5;
	margin: 3px;
	padding: 5px;
	border: 2px solid #000000;
}
.temp {
	background-color: #FFE8E8;
	border: 1px solid #FF0000;
}
.font_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
