html, body {
font-family: Sylfaen;
background-color:#f6f6f6;
height:100%;
border: none;
font-size: 13px;
margin: 0px;
padding: 0px;
}
table{
margin: 0px;
padding: 0px;
}
table.bg0 {
width:100%;
height:100%;
}
td.up_bg{
height:221px;
background-image:url('../img/up_bg.gif');
background-repeat:repeat-x;
}
td.logo{
width:413px;
height:221px;
background-image:url('../img/logo.jpg');
background-repeat:no-repeat;
}
table.menu_bg{
background-image:url('../img/menu_bg.gif');
background-repeat:repeat-x;
margin: 0px;
padding: 0px;
}
td.academy{
width:540px;
height:158px;
background-image:url('../img/academy.jpg');
background-repeat:no-repeat;
}
td.bg{
background-image:url('../img/bg.gif');
background-repeat:repeat-x;

height:100%;
}



table.wrapper {
background-color:#ffffff;
width:953px;
height:100%;
}
td.left_top_bg{
width:19px;
background-image:url('../img/left_top_bg.gif');
background-repeat:no-repeat;
background-color:#f6f6f6;
}
table.content {
width:915px;
height:100%;
}
td.left_content_bg{
width:57px;
background-image:url('../img/top_content_bg_left.gif');
background-repeat:no-repeat;
}
td.left_content{
width:600px;
background-image:url('../img/top_content_bg_left2.gif');
background-repeat:no-repeat;
}
td.right_content{
width:230px;
background-image:url('../img/top_content_bg_right.gif');
background-repeat:no-repeat;
}
table.button{
border-right:solid #e8e8e8 1px;
border-left:solid #e8e8e8 1px;
}
td.right_content_bg{
width:28px;
background-image:url('../img/top_content_bg_right2.gif');
background-repeat:no-repeat;
}
td.right_top_bg{
width:19px;
background-image:url('../img/right_top_bg.gif');
background-repeat:no-repeat;
background-color:#f6f6f6;
}
td.down_bg{
width:100%;
height:100px;
background-image:url('../img/down_bg.gif');
background-repeat:repeat-x;
}
td.down_middle_bg{
width:953px;
height:18px;
background-image:url('../img/down_middle_bg.gif');
background-repeat:no-repeat;
}

#menu
{	margin: 0;
	padding: 0;
	z-index: 30}
#menu td
{	margin: 0;
	padding: 0;
	float: left;
}
#menu td a
{	display: block;
}
#menu div{	
position: absolute;
visibility: hidden;
margin: 0;
padding: 0;
}
#menu div a{
position: relative;
display: block;
margin: 1;
padding: 3px 5px;
width: 190px;
color:#000000;
text-decoration:none;
background-color:#f3f3f3;
/* for IE */
filter:alpha(opacity=90);
/* CSS3 standard */
opacity:0.9;
}
#menu div a:hover {color:#0154a0;text-decoration:underline;}
}
a img {
border: 0 none;
}
img {
border: 0 none;
}
td.conteiner{
padding-top:30px;
padding-bottom:30px;
padding-right:30px;
padding-left:0px;
}
.title {
	color: #0154a0;
	font-size: 15px;
	font-weight: bold;
}
.date {
	font-family: Sylfaen;
	color: #0154a0;
}
a:link {color:#0154a0;text-decoration:underline;}    /* unvisited link */
a:visited {color:#0154a0;text-decoration:underline;} /* visited link */
a:hover {color:#0154a0;text-decoration:none;}   /* mouse over link */
a:active {color:#0154a0;text-decoration:none;}  /* selected link */
