#content {
	color: #483C22;
	padding: 30px;
	min-height: 500px;
	
}

#content *{
	color: #000000;
	font-family: Tahoma;
}




#content h1 {
	color: #CE0303;
	font: bold 0.9em Tahoma;
	margin-left: 50px;
	margin-top: 0px;
}

#content h2 {
	color: #CE0303;
	font: normal 0.8em Tahoma;
	margin-left: 60px;
	margin-top: 20px;
	text-decoration: underline;
}

#content p {
	margin-left: 10px;
	text-align: justify;
	font-size: 0.9em;
}

#content img {
	border: 1px solid #B10808;
}

#content p img {
	border: 0px;
}

#content .im {
	margin: 0px;
	padding: 0px;
	border: 1px solid #595A5C;
	width: 480px;
	height: 120px;
	background: #019A42;
}

#content .im img {
	border: 1px solid #595A5C;
	margin-right: 10px;
}

#content .im h2 {
	color: #E8EDF1;
	font: bold 1em Tahoma;
	text-transform: uppercase;
}

#content table tr td {
	padding: 10px;
}

#content ul li {
	color: #216445;
	font: bold 0.9em Tahoma;
	margin: 5px;
	list-style-type: disc;
}

#content ul li a {
	color: #216445;
	font: bold 0.9em Tahoma;
	text-decoration: underline;
}

#content .tab table tr td {
	border: 0px;
}

#content .tab1 table tr th {
	background: #b10808;
	color: #ffffff;
	font: bold 0.8em Tahoma;
	text-transform: uppercase;
}

#content .col1 {
	background: #c1c0c3;
}

#content .col2 {
	background: #ffffff;
}

#content .col3 {
	background: #d3d3d4;
}

#fla {
	padding-top: 50px;
}






#content .tab2 td, th{
	padding: 6px;	
   border: 1px solid #3E3A35;

}

#content .tab2 th{
	background-color : #b00606;
	color : White;

      height: 35px;
      	font: bold 0.8em Tahoma;
	text-transform: uppercase;
}


#content .tab2 table{
   border-collapse: collapse;
		width: 90%;
}

#content .tab2 td img{
	width: 32px;
   height: 32px;
   border: 0px;

}




tr.alt td{background: #DCDCDC;}
tr.alt th{background: #ffffff;}
tr.over td{background: #ebeef1;}




 
#content input.binp {
	background-color : #b00606;
	color : White;

      	font: bold 0.8em Tahoma;
	text-transform: uppercase;
   border: 1px solid #363636;
   width: 120px;
   height: 35px;
   cursor: hand;
} 






div.msg {
	padding: 10px;
	margin: 10px;
	width :500px;
	height:140px;
	color : #515151;
	background-color : White;
	font: bolder 12px sans-serif;
	border: 1px solid #9DAAB7;
}

div.msg img  {
 width: 97px; 
 height: 96px;
	margin: 20px;
	border: 0px;
	float: left;
}

div.warning {
	padding: 10px;
	margin: 10px;
	width :500px;
	height:140px;
	color : #515151;
	background-color : White;
	font: bolder 12px sans-serif;
	border: 1px solid #9DAAB7;
}

div.warning img  {
 width: 97px; 
 height: 96px;
	margin: 20px;
	border: 0px;
	float: left;
}


div.success {
	padding: 10px;
	margin: 10px;
	width :500px;
	height:140px;
	color : #515151;
	background-color : White;
	font: bolder 12px sans-serif;
	border: 1px solid #9DAAB7;
}

div.success img  {
 width: 97px; 
 height: 96px;
	margin: 20px;
	border: 0px;
	float: left;
}

