/* CSS Document */

/* -- general ---------------------------- */
td,p,table,h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: normal; color:#000000; }
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; color:#000000;  padding-left:15px; text-decoration:underline;}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px; font-weight: 700; color:#000000;  padding:0; text-decoration:underline;}

img {
	padding:0;}
	
li{
text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:11px; margin-bottom: 3px; list-style: disc outside none;
}

ul li{ text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size:11px; margin-bottom: 3px; list-style: disc outside none;
}
ol li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	margin-bottom: 3px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: decimal;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
	font-weight: 700; color:#CC6600 ; text-decoration: none;
}

a:active {
	color:#CC6600;
	font-weight: 700;
	text-decoration: underline;
}

a:hover {
	color:#666666;
	font-weight: 700;
	text-decoration: underline;
	
}

/* -- tables ---------------------------- */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px; font-weight: 700; color:#113448;  padding: 3px 0 12px 12px; background:#ffffff url(../images/BigTitles.gif) no-repeat bottom left;
}

/*****-----List Format  with bullet********/

#containerul ul{
 font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  text-align:left;
  margin-left:5px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  margin:5px 5px 5px 5px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding-left:20px; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */ background:url(../images/page.gif) no-repeat 0 2px;

}

#containerul li li{
  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  margin:8px 5px 8px 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding-left:5px; /* Removes browser default padding applied to the list items. */
  list-style-type:circle; /* Removes the bullet point that usually goes next to each item in a list. */ background:none;
}


#containerul .backBTN{ /* Various styles to position the symbols next to the items in the menu. */
  display: block;
   background: url(../images/back.gif) no-repeat  0 3px;
   width: 70px;
   height:20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;
  margin:5px 5px 5px 5px; 
  padding-top:5px; 
  padding-left:20px; 
  border:0; float:right;
}



/* -- table format - simple--------------------------- */
	
#tableBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000000;  padding: 0;   margin:0; border:0;
}

#tableBorder  td {
			font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;	color: #000000;  padding: 2px;  border-collapse:collapse;
}

#tableBorder  table{font-family: Verdana, Arial, Helvetica, sans-serif;	border:1px solid  #999999; width:100%;
		color: #000000;	padding: 0px; height:auto; margin-top: 5px; }
	
#tableBorder  img{
	border:0; margin: 2px; padding: 0px;}

#tableBorder .titleSteps{
	background: url(../images/box_bg.gif) no-repeat; 
	padding:2px 2px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #113448; font-weight:700;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #113448;

}
 
#cellBorders td{ 
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:500;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #CC6600;

}

