#content {
	color: #483C22;
	padding: 30px;
	min-height: 700px;
	//height: 800px;
}

#content *{
	color: #483C22;
	font-family: "Times New Roman", Times, serif;
}



#content h1 {
	color: #9A3805;
	font: bold 1.2em Tahoma;
	margin-left: 50px;
	margin-top: 0px;
}


#content h2 {
	color: #9A3805;
	font: bold 1.0em Tahoma;
	margin-left: 50px;
	margin-top: 0px;
}


#content h3,h4,h5,h6 {
	color: #9A3805;
	font: bold 0.8em Tahoma;
	margin-left: 50px;
	margin-top: 0px;
}


#content p {
	margin-left: 20px;
	text-align: justify;
}

#content ul li {
	font-weight: normal;
}

.tab {
	margin: 30px 0px 0px 12px;;
}

#content img {
   margin: 20px 15px 0px 15px;
	border: 0px;
}

#content .tab1 table tr th {
	background: #E2D1B5;
	border: 1px solid #93856B;

}

#content .tab1 table tr td {
   border: 1px solid #93856B;
	padding: 5px;
	background: White;
}


#content .tab1 table {
   border-collapse: collapse;
   width:80%;
}

#content .tab2 table tr th {
	background: #E2D1B5;
	border: 1px solid #93856B;

}

#content .tab2 table tr td {
   border: 1px solid #93856B;
	padding: 5px;
}


#content .tab2 table {
   border-collapse: collapse;
   width:80%;
}













#content .msg {
	padding: 10px;
	margin: 10px;
	width :400px;
	height:120px;
	color : #515151;
	background-color : #f4f3ee;
	font: bolder 12px sans-serif;
	border: 1px solid #574e36;
}

#content .msg img  {
 width: 100px; 
 height: 100px; 
	margin: 10px;
	border: 0px;
	float: left;
}

#content .warning {
	padding: 10px;
	margin: 10px;
	width :400px;
	height:120px;
	color : #515151;
	background-color : #f4f3ee;
	font: bolder 12px sans-serif;
	border: 1px solid #574e36;
}

#content .warning img  {
   width: 100px; 
   height: 100px; 
	margin: 10px;
	border: 0px;
	float: left;
}

#content .error {
	padding: 10px;
	margin: 10px;
	width :400px;
	height:120px;
	color : #515151;
	background-color : #f4f3ee;
	font: bolder 12px sans-serif;
	border: 1px solid #574e36;
}

#content .error img  {
   width: 100px; 
   height: 100px; 
	margin: 10px;
	border: 0px;
	float: left;
}

#content .success {
	padding: 10px;
	margin: 10px;
	width :400px;
	height:120px;
	color : #515151;
	background-color : #f4f3ee;
	font: bolder 12px sans-serif;
	border: 1px solid #574e36;
}

#content .success img  {
   width: 100px; 
   height: 100px; 
	margin: 10px;
	border: 0px;
	float: left;
}



