body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	border:0px;
    margin:0px;
    padding:0px;
	height: 100%;
min-height: 100%;
 background-color:#9CCD40;
}
html
{
height: 100%;
min-height: 100%;
} 

h1 {
color:#73ae00;
font-size:11px;
font-weight:bold;
}

.news_title2
{
    font-size:12px;
    font-style:normal;
    font-weight:bold;
    height:24px;
    color:#ffffff;
}
.news_title2 p
{
	margin:0px;
	padding:0px
}
  
/* divs */  
  
#div_banner {
background:url(../images/sysdev_02.jpg) repeat-x left top;
height:275px;
}

#div_footer{
left: 0px; 
background:url(../images/sysdev_32.jpg) repeat-x left bottom;
height:51px;
}

#div_text_content{
text-align:left;
}

#div_news_text{
text-align:left;
}

#div_news_tab 
{
    background:url(../images/sysdev_24.jpg) repeat-x left top;
    height:28px;
}
#div_news_tab p, .text_title p
{
	margin:0px;
	padding:0px;
}

.news_list td
{
	border-bottom:solid 1px #dddddd;
	text-align:left;
}
.text_small
{
	font-size:9px;
	font-weight:bolder;
	color:#bbbbbb;
}
.text_mid
{
	font-size:12px;
}
.text_title
{
	font-size:17px;
	font-family:Verdana,Arial;
	font-weight:bold;
	color:#89bb29;
}

.table_normal2 td{
padding:4px;
}
.table_normal2 td div.calend td{
padding:0;
}

.table_normal2 .line{
border-bottom:solid 1px #CCCCCC;
margin:0px;
padding:0px;
text-align:left;
}

/* links */ 

a 
{    
	color:#4d4948;
	text-decoration: none;
	}

a:hover {
	
	color: #000000;
	text-decoration:underline;
	}
	
.tab_button_inactive
{
	background:url(../images/tab.jpg) top right no-repeat;
	height:24px;
	width:122px;
	font-size:11px;
	font-weight:bold;
	
	color:#333333;
}

.tab_button_text_inactive
{
    font-size:11px;
	font-weight:bold;
	
	color:#333333;
}

.tab_button_text_active
{
    font-size:11px;
	font-weight:bold;
	color:#ffffff;
}

.tab_button_active
{
	background:url(../images/tab_over.jpg) top right no-repeat;
	width:122px;
	height:24px;
}
	
.tab_button_inactive a
{
    font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.tab_button_inactive a:hover
{
    font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.tab_button_active a
{
    font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.tab_button_active a:hover
{
    font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
.hide
{
	visibility:hidden;
	display:none;
}
