/* CSS Document */

BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#0A4407;
	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;
}
.logintitle {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 12pt; color: #7FA344; font-weight: bold;}

/* 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;	
}
.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;	
}



/* 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;	
}



/* 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;
    }