A 
{
	color: #2C779D;
	text-decoration: underline;
	font-weight: bold;
}

A:visited 
{
	color: #2C779D;
	text-decoration: underline;
	font-weight: bold;
}

A:active 
{
	color: #2C779D;
	text-decoration: underline;
	font-weight: bold;
}

A:hover 
{
	color: #2C779D;
	text-decoration: none;
	font-weight: bold;
}

FORM 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

BODY 
{
	color: #565656;
	background-color: #F5F5F5;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

TD 
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #565656;
}	

INPUT
{
	border: 1px solid #4D91B3;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #565656;
	height: 18px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 1px;
	vertical-align: middle;
}

SELECT
{
	font-family: verdana;
	font-size: 11px;
	color: #565656;
}

TEXTAREA
{
	overflow: auto;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #565656;
	border: 1px solid #4D91B3;
}

h1
{
    padding: 0px; 
    margin: 0px;    
}

h2
{
    padding: 0px; 
    margin: 0px; 
    color: #565656;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
}

.layout_left_tile
{
	background-image: url(../images/layout/tile_left.gif);
	background-position: left top;
	background-repeat: repeat-y;	
}

.layout_right_tile
{
	background-image: url(../images/layout/tile_right.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.layout_top_tile
{
	background-image: url(../images/layout/tile_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.mainwindow
{
	padding-left: 14px;
	padding-top: 10px;
	padding-right: 3px;
}

.headline
{
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #2F7BA1;
	font-weight: bold;
	padding-bottom: 4px;
}

.headline_sub
{
	font-family: Trebuchet MS;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

.footer
{
	background-color: #FAFAFA;
	border-bottom: 1px solid #DDDDDD;	
	padding-left: 199px;
	padding-top: 16px;
}

.footer_text
{
	color: #989286;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;	
}

.footer_menu
{
	padding-left: 199px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.small_headline
{
	color: #2C779D;
	font-weight: bold;
	padding-bottom: 11px;
}

.button
{
	height: 20px;
	font-family: Trebuchet MS;
	font-size: 11px;
    background-color: #70B0D3;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0px;
}

.table_border
{
	border-top: 1px solid #C4C4C4; 
	border-left: 1px solid #C4C4C4;	
}

.table_top
{
	border-bottom: 1px solid #C4C4C4; 
	border-right: 1px solid #C4C4C4; 
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF; 
	background-color: #E9E9E9; 
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	color: #00344D;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;	
}

.table_row
{
	background-color: #F9F9F9;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;	
	vertical-align: top;
}

.table_row_white
{
	background-color: #FFFFFF;
	border-right: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;	
	vertical-align: top;
}

.frame_header
{
	padding-left: 11px;
	border-bottom: 1px solid #F0F0F0;
	background-color: #F9F9F9;
	padding-top: 0px;
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #2C779D;
	font-weight: bold;	
}

.frame_main
{
	padding: 11px;
	color: #565656;
}

.frame_tile_top
{
	background-image: url(../images/layout/frame/tile_top.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 8px;
}

.frame_tile_bottom
{
	background-image: url(../images/layout/frame/tile_bottom.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 8px;
}

.frame_tile_left
{
	background-image: url(../images/layout/frame/tile_left.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 8px;
}

.frame_tile_right
{
	background-image: url(../images/layout/frame/tile_right.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 8px;
}

.message_attention
{
	color: #AA0000;
	font-weight: bold;
	font-size: 12px;	
}