/* style1 #4faddc */
body {
	color: #3f3f3f;		/* font color */
	background: #E4E5E5 0 0 repeat-x;
}

h2 {
	color: #004c88;
}

h3 { 
   color: #58a8d1;
   font-family: Arial, Verdana, Trebuchet MS, sans-serif;
   font-size: 17px;
   font-weight: bold;
   text-align : left;
}

th {
	color: #FFF;
	font-family: Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 16px;
    font-weight: bold;
	text-align : left;
}

td {
	color: #FFF;
}

img {
	margin: 5px;
}

a:link,
a:visited {
	color: #ee7a00;
}

.contentBox
{
	margin: 15px;
	padding:10px;
	border:1px solid #669999;
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background-color: #FFF;
    color:#000;
	font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size: 14px;
    font-weight: bold;
}

.errBox { 
   font-family: Verdana;
	font-size: 10pt;
   text-align: center;
	background-color: #F5FAFB;
	border-color: lightblue;
	border-style: solid; 
	border-width: 1pt;
   color: red;
   padding: 5px;
}

.succBox { 
   font-family: Verdana;
	font-size: 10pt;
   text-align: center;
	background-color: #F5FAFB; /*#D7FFD7; */
	border-color: lightblue; 
	border-style: solid; 
	border-width: 1pt;
   color: green;
   padding: 5px;
}

.child { DISPLAY: none }
.childBox { 
   padding:0px;
   border:solid 0px #f4f7fc; 
   margin:0px 0 0px 0;
}

