body {
	background-color:#FFFFFF;
	scrollbar-arrow-color:#4A6186;
	scrollbar-base-color:#FFFFFF;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#EFEFEF;
	scrollbar-darkshadow-color:#8D8C8C;
	scrollbar-3dlight-color:#FFFFFF;
}


.global {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
	line-height : 13px;	
}
.global A:link    { color:#7F0102; text-decoration : underline; font-weight : bold; }
.global A:visited { color:#7F0102; text-decoration : underline; font-weight : bold; }
.global A:active  { color:#7F0102; text-decoration : underline; font-weight : bold; }
.global A:hover   { color:#010157; text-decoration : none; font-weight : bold; }

.globalBold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
	color: #000000;
	font-weight : bold;
	text-decoration : none;
	line-height : 13px;	
}

.footer {
	font-family : Verdana, Helvetica, sans-serif;
    font-size:10px;
	color: #848484;
	font-weight : normal;
	text-decoration : none;
	line-height : 13px;	
}
.footer A:link    { color:#848484; text-decoration : underline; }
.footer A:visited { color:#848484; text-decoration : underline; }
.footer A:active  { color:#848484; text-decoration : underline; }
.footer A:hover   { color:#010157; text-decoration : none; }


.button {
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #C0C0C0;
    background-color: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;    
    color: #2D3E58;   
    text-decoration: none;
    cursor: hand;
}

.textfield {
	border-top: 1px solid #000000;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #000000;
    border-right: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #000000;
}

.dropdown {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
}