/* CSS Document */

A:link { color: #0083B1 }
A:visited { color: #0083B1 }
A:hover { color: #0000FF } 
td {font-family: Verdana; font-size: 12px; color: #000000} 

BODY		{ 
		   scrollbar-3dlight-color:#B0C4DE;
           scrollbar-arrow-color:#B0C4DE;
           scrollbar-base-color:#F0FFFF;
           scrollbar-track-color:#F5F5F5;
           scrollbar-darkshadow-color:#A9A9A9;
           scrollbar-face-color:#F5F5F5;
           scrollbar-highlight-color:#F5F5DC;
           scrollbar-shadow-color:#ADD8E6;
		   background-color: #F2F2F2; 
		   }

td img { 
vertical-align: bottom; 
}
		  
.button {
    font-family : Tahoma,Verdana,Arial;
    font-size: 11px;
    border-color: #000000;
    background-color: #EEEEEE;
    border-width: 1px;
    height: 15px
	margin-top: 3px;
	margin-bottom: 2px;	
	}

.textbox{
    font-family : Tahoma,Verdana,Arial;
    font-size: 11px;
    border-color: #999999;
    background-color: #FFFFFF;
    border-width: 1px;
	padding: 2px
	}

.textbox_bold{
    font-family : Tahoma,Verdana,Arial;
    font-size: 11px;
	font-weight: bold;
    border-color: #999999;
    background-color: #FFFFFF;
    border-width: 1px
	padding: 2px
	}

.dropdown {
    font-family : Tahoma,Verdana,Arial;
    font-size: 11px;
	background-color: #FFFFFF;
    border-color: #999999;
    border-width: 1px;
	padding: 1px
	}

/* Expandable Content */

.ec_wrapper {
	border: 1px solid #999999;
	width: 95%;
	text-align: left
	}
.ec_title_expand {
	float: right;
	}
.ec_title_expand_top {
	background: #F0F0F0;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	}
.ec_content {
	padding: 3px;
	}

/* Fonts */

.smalltext {
	font-family: Verdana; 
	font-size: 9px; 
	color: #666666
	} 

.header {
	font-family: Verdana; 
	font-size: 16px; 
	font-weight: bold;
	color: #333333
	} 
.header_blue {
	font-family: Verdana; 
	font-size: 16px; 
	font-weight: bold;
	color: #0000FF
	} 
.header_red {
	font-family: Verdana; 
	font-size: 16px; 
	font-weight: bold;
	color: #CC0000
	} 
.header_gray {
	font-family: Verdana; 
	font-size: 16px; 
	font-weight: bold;
	color: #666666
	} 
.header_highlight {
	font-family: Verdana; 
	font-size: 16px; 
	font-weight: bold;
	color: #333333;
	background: #FFFF00
	} 

.subheader {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold;
	color: #333333
	} 
.subheader_red {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold;
	color: #CC0000
	} 
.subheader_gray {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold;
	color: #666666
	} 
.subheader_blue {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold;
	color: #0000FF
	} 
.subheader_highlight {
	font-family: Verdana; 
	font-size: 14px; 
	font-weight: bold;
	color: #333333;
	background: #FFFF00
	} 
	
.title {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	}
.title_blue {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
	}
.title_red {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	}
.title_gray {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	}
.title_highlight {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	background: #FFFF00
	}