body, form
{
	margin: 0px;
}

body, table
{
	font: x-small Tahoma, Arial;
}

input, select, textarea
{
	font: 11px Arial, Tahoma;
}

a:link {
 color: #3766A0;
}
a:visited {
 color: #1D4187;
}
a:active {
 color: #DA2725;
}
a:hover {
 color: #B10000;
 text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
   	background-position: right;
	font-weight: bold;
	color: #F4951F;
}

.page_header
{
	font: 17px Tahoma, Arial;
	font-weight: bold;
	
	text-align: right;	
	text-transform: uppercase;
	
	color: #DA2725;
	
	padding-right: 20px;
}

.page_content
{
	padding: 10px;
	font: 12px Tahoma, Arial;
}

/* --> PAGE TOP */
.topline
{
	border-bottom: #ffffff 1px solid;
}

.top_logo_container
{
	background-image:url('../image/new/top_bg.gif');
	background-repeat: repeat-x
}
/* <-- PAGE TOP */

/* --> PAGE LEFT */
.menu_container
{
	background-color: #e5e8f1;
}

.menu {
	font: 12px Tahoma, Arial;
}

.menu a:link, .menu a:visited {
 color: #FFFFFF;
 text-decoration: none;
}
.menu a:hover, .p_menu a:active {
 color: #7B98C2;
}

.menu .item
{
	font-weight: bold;
	background-color: #3667a1;
	height: 23px;
}

.menu .item td
{
	border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	
}

.menu .item_left_decor
{
	background-color: #cfc8c2;
	width: 8px;
	border-right: #ffffff 2px solid;
}

.menu .item_text
{
	margin-top: 5px;
	color: #FFFFFF;
	padding-left: 4px;
	padding: 5px 3px 5px 5px;
}

.menu_bottom
{
	/*
	background-image:url(../image/new/left_bottom.gif);
	background-repeat: no-repeat;
	*/
}
/* <-- PAGE LEFT */

/* --> PAGE RIGHT */
.func_block
{
	border: #3667a1 1px solid;
	background-color: #e5e8f1;
	padding: 1px;
	margin: 1px;
}

.func_block .fb_head
{
	background-color: #3667a1;
	padding: 4px;
	
	font: 12px Tahoma, Arial;
	font-weight: bold;
	text-align: center;
	
	color: #FFFFFF;
}

.func_block .fb_body
{
	padding: 15px;
	font: 11px Tahoma, Arial;
}

.search
{
	background-image: url('../image/new/left_bottom.gif');
	background-repeat: no-repeat;
	background-position:  center;
}

/* <-- PAGE RIGHT */

/* --> PAGE BOTTOM */
.copyright
{
	font: 11px Tahoma;
	color: #FFFFFF;
}
/* <-- PAGE BOTTOM */

.link {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #253C86;

}