body {
	background-color: #cbcbcb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #818181;
	font-size: 12px;

}

#whole_page
{
	width: 1012px;
	text-align: center;
	height: 100%;
	margin: 10px auto; 
}

#header
{
	width: 100%; 
	background-image: url(images/header.jpg); 
	background-repeat:no-repeat; 
	height: 86px;
	background-color : #00ff00; 
}

#header_bg
{
	width: 100%; 
	background-image: url(images/header_background.jpg); 
	background-repeat:no-repeat; 
	height: 150px; 
}

#main_menu
{
 	background-image: url(images/main_menu.jpg);
  	background-repeat:no-repeat;
  	height: 36px;
}
#footer
{
 	/*height: 36px; 
	background-image:url(images/footer.jpg); 
	background-repeat:no-repeat; 
	margin: 5px 0 10px 0;
	padding: 8px 0px;
	*/
}
td.footer_top
{
	background-image:url(images/footer_top.jpg); 
	height: 8px;
}

td.footer_middle
{
	background-image:url(images/footer_middle.jpg); 
	height: 19px;
}

td.footer_bottom
{
	background-image:url(images/footer_bottom.jpg); 
	height: 11px;
}
a.menu
{
	font-weight: bold;
	color: #FFFFFF;
	font-size:14px;	
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

td.menu
{
	vertical-align: middle; 
	text-align: center; 
	height: 26px; 
	width: 18%;
}

td.corner_top_left
{
	width: 15px;
	height: 15px;
	background-image:url(Images/corner_top_left.jpg);
}

td.corner_top_right
{
	width: 15px;
	height: 15px;
	background-image:url(Images/corner_top_right.jpg);
}

td.corner_bottom_left
{
	width: 15px;
	height: 15px;
	background-image:url(Images/corner_bottom_left.jpg);
}

td.corner_bottom_right
{
	width: 15px;
	height: 15px;
	background-image:url(Images/corner_bottom_right.jpg);
}

td.border_top
{
	height: 15px; 
	background-image:url(Images/border_top.jpg);
}

td.border_bottom
{
	height: 15px; 
	background-image:url(Images/border_bottom.jpg);
}

td.border_left
{
	width: 15px; 
	background-image:url(Images/border_left.jpg);
}

td.border_right
{
	width: 15px; 
	background-image:url(Images/border_right.jpg);
}

td.inter_top
{
	width: 36px;
	height: 15px;
	background-image:url(Images/inter_top.jpg);
}

td.inter_middle
{
	width: 36px;
	background-image:url(Images/inter_middle.jpg);
}

td.inter_bottom
{
	width: 36px;
	height: 15px;
	background-image:url(Images/inter_bottom.jpg);
}

.big_title
{
	color: #003683;
	font-size: 18px;
}

.title
{
	color: #003683;
	font-size: 14px;
}

.small_title
{
	color: #003683;
	font-size: 12px;
}

.small_text
{
	font-size: 10px;
}

.important
{
	color: #d30000;
}


a
{
	color: #003683;
	text-decoration: underline;
}

a:hover
{
	color: #FF9900;
}

div.shortcut
{
	width: 227px;
	text-align: justify;
}

a.img
{
	text-decoration: none;
}
	
table.coloredTable{}

tr.coloredTableHeader{
	background-color: #3e6aab;
	color: #ffffff;
	}

tr.coloredTableRow1{
	background-color: #ffffff;
	}

tr.coloredTableRow2{
	background-color: #dddddd;
	}

