/* CSS Document */

BODY {
	margin-top:5;
	margin-left:10;
	margin-right:0;
	margin-bottom:0;
	background-color:#E5E5E5;
	scrollbar-face-color: #1C4A1C;
	scrollbar-highlight-color: #669933;
	scrollbar-3dlight-color: #1C4A1C;
	scrollbar-darkshadow-color: #1C4A1C;
	scrollbar-shadow-color: #669933;
	scrollbar-arrow-color: #8DB87B;
	scrollbar-track-color: #8DB87B;
}


/* default fonts */
.tdDef {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
	line-height : 13px;	
}
.tdDefBld {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #000000;
	font-weight : bold;
	text-decoration : none;
	line-height : 13px;	
}
.tdDefGrey {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
	line-height : 13px;	
}

.linksLISTING {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #0B4218;
	font-weight : bold;
	text-decoration : none;
	line-height : 13px;	
}

.linksLISTING:hover {
	color: #5C5C5B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight : bold;
	text-decoration : none;
	line-height : 13px;	
}
.tdSubMenu {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
	line-height : 13px;	
}
.tdSubMenu:hover {
	color: #B26332;	
}

/*images */
.image {
	border-style:solid;
	border-color: black;
	border-width:1px;
      }



/* small fonts */
.tdSmall {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
	line-height : 12px;	
}
.tdSmallBld {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000000;
	font-weight : bold;
	text-decoration : none;
	line-height : 12px;	
}
.tdSmallOrange {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #B26332;
	font-weight : normal;
	text-decoration : none;
	line-height : 12px;	
}
.tdSmallOrangeBld {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #B26332;
	font-weight : bold;
	text-decoration : none;
	line-height : 12px;	
}
.tdNav {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000000;
	font-weight : normal;
	line-height : 12px;	
}
td.tdNav A:link {color: #666666;}
td.tdNav A:active{color: #666666;}
td.tdNav A:visited{color: #666666;}



/* splash page fonts */
.tdSplash {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #000000;
	font-weight : normal;
	text-decoration : none;
	line-height : 11px;	
}

.formElement { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
} 

select {    
     font-family : Verdana, Arial, Helvetica, sans-serif;   
     font-size:11px;   
}

/* other fonts */
.tdPgTitle {
	font-family : Arial, Helvetica, sans-serif;
    font-size:22px;
	color: #000000;
	font-weight : bolder;
	text-decoration : none;
	line-height : 24px;	
}



/* input */
.txtApply {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 250px;
	height: 20px;
}
.txtAreaApply {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 500px;
	height: 150px;
}
.btnSubmit{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;      
    text-decoration: none;
    cursor : hand;
	height: 20px;
    }