div.news
{
	width: 850px;
	text-align: center;
}

tr.news
{
	vertical-align: top;
}

div.history
{
	width: 240px;
	height: 250px;
	overflow: hidden;
}

div.history div.title
{
	background-color: #999999;
	color: #FFFFFF; 
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin: 10px 0px 10px 0px;
}

div.history div.content
{
}

table.history_content
{
	width: 250px;
}

table.history_content tr td.name
{
	font-weight: bold;
	vertical-align: top;	
}

table.history_content tr td.date
{
	width: 70px;
	text-align: right;	
}

table.history_content tr td.value
{
	font-style: normal;
	font-weight: normal;
	vertical-align: top;		
	text-align: left;
}

table.history_content tr td.description
{
	width: 180px;
}

#health_convention
{
	width: 840px;
	background-color: #333333;
	padding: 10px 10px 10px 10px;
}

table.health_convention
{
	width: 800px;
}

table.health_convention tr.main td.title
{
	color: #FFCC00;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}

table.health_convention tr.main td.image
{
	vertical-align: top;
	text-align: center;	
}

a.health_convention_link
{
	text-align: center;
	text-decoration: none;
}

a.health_convention_link img
{
	width: 300px;
	height: 200px;	
}

table.health_convention tr.separator td.space
{
}

table.health_convention tr.details td.name
{
	font-family: Arial, Helvetica, sans-serif;
 	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;	
	width: 140px;
}

table.health_convention tr.details td.value
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	width: 500px;	
}

div.introduction
{
	width: 870px;
}

td.introduction
{
	vertical-align: top;
	font-weight: normal;
	padding: 0px 20px 20px 0px;
	text-align: justify;
}

div.introduction_first_letter
{
	float: left;
	font-size: 50px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-family: Times New Roman, Times, serif;
	font-style: oblique;
	color: #FF9900;
}

#welcome
{
	background-color: #333333;
	padding: 20px 20px 20px 20px;	
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
}

#welcome
{
	background-color: #514F26;
	color: #FFFFFF;
}

td.space_between_welcome_and_notice
{
	height: 10px;
}

#notice
{
	background-color: #333333;
	font-weight: normal;
	padding: 20px 20px 20px 20px;	
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;	
	color: #FFFFFF;	
}

ul.notice
{
	text-align: left;
}

td.nothing
{	
	height: 100px;
}

a.banner:unvisited
{
	color:#FFFFFF; 
	background:#FFFFFF; 
	text-decoration:none;
}

a.banner:visited
{
	color:#FFFFFF; 
	background:#FFFFFF; 
	text-decoration:none;
}

a.banner:hover
{
	color:#FFFFFF; 
	background:#FFFFFF; 
	text-decoration:none;
}

a.banner:active
{
	color:#FFFFFF; 
	background:#FFFFFF; 
	text-decoration:none;
}

