html, body, tr, td {
padding: 0;
margin: 0;
}
html, viewport, body{
	font-family: arial, helvetica;
	border: none;
}

body{
	background: url(img/bg2.gif) top left #FFFFFF;
	margin:0;
	padding:0;
}

td.container{
	background: url(img/bg.gif) top left repeat-x;
	width:100%;
}
td.menu{
	background: url(img/menu_background.gif) top left no-repeat;
	width: 902px;
	height: 34px;
	overflow:hidden;
	font-size:0;
}
td.header{
	padding: 0;
	margin:0;
	background: url(img/header_bg.jpg) top left no-repeat;
	width: 902px;
	height: 191px;
	overflow: hidden;
}
td.content{
	background: url(img/content_bg.gif) top left repeat-y #FFFFFF;
	width: 902px;
	height: 500px;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.container_table{
	
}
a{
	text-decoration:none;
	color: #0a5398;
}
h1{
	font: bold 16px Arial, Helvetica;
	color: #3ba593;
}
h2{
	font: bold 14px Arial, Helvetica;
}
h3, h4, h5, h6{
	font: bold 13px Arial, Helvetica;
}
p, address{
	font: normal 12px Arial, Helvetica;
	color: #000000;
}


#flashcontent{
	margin:0;
	padding:0;
	float:right;
	width:170px;
	overflow: hidden;
	height: 191px;
}