/* ------ body and text props -------------------------------------- */
body { 
	background-color: #FFFFFF; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
}
body,td,th,li { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #575757;  
}
body,html {
	height: 100%;
}

/* ------ main menu buttons ---------------------------------------- */
A.menu1_norm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #413E53;*/
	color: #575757;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/menu1.norm.png);
	background-repeat: no-repeat;
	width:249px;
	height:27px;
	text-align:left;
	display:block;
	line-height: 27px;
	text-indent: 32px;
}
A.menu1_norm:hover { 
  color: #C25002; 
	text-decoration: underline; 
}

A.menu1_sel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
  color: #C25002; 
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/menu1.norm.png);
	background-repeat: no-repeat;
	width:249px;
	height:27px;
	text-align:left;
	display:block;
	line-height: 27px;
	text-indent: 32px;
}
A.menu1_sel:hover { 
  color: #C25002; 
	text-decoration: underline; 
}

A.menu2_norm {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: #413E53;*/
	color: #575757;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/menu2.norm.png);
	background-repeat: no-repeat;
	width:249px;
	height:17px;
	text-align:left;
	display:block;
	line-height: 17px;
	text-indent: 56px;
}
A.menu2_norm:hover { 
  color: #C25002; 
	text-decoration: underline; 
	background-image: url(../img/menu2.over.png);
}

A.menu2_sel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../img/menu2.sel.png);
	background-repeat: no-repeat;
	width:249px;
	height:17px;
	text-align:left;
	display:block;
	line-height: 17px;
	text-indent: 56px;
}
A.menu2_sel:hover { 
	/*color: #FFFFFF;*/
	text-decoration: underline; 
}

/* ------ template elements ---------------------------------------- */

span.userInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.pageTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #DB560E;
	margin-left: 10px;
	white-space: nowrap;
}
a.footerLink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.footerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.contact {
	font-size: 17px;
	color: #4168A0;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
.contactLabel {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #575757;
	font-size: 11px;
	margin-top: 5px; 
	margin-bottom: 0px; 
}
.contactInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #DB560E;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px; 
	margin-bottom: 10px; 
}
a.contactInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DB560E;
	font-weight: bold;
  text-decoration: none;
}
a.contactInfo:hover {
	color: #DB560E;
	text-decoration: underline;
}
A.btn_templ {
    background-image:  url(../images/btn_sm_def.gif);
    background-repeat: no-repeat;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    text-decoration: none;
    width: 60px;
    height: 18px;
    display: block;
    line-height: 16px;
    text-align: center;
}
A.btn_templ:hover { 
    background-image:  url("../images/btn_sm_over.gif"); 
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: underline; 
}
.header_footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}



