.justify {
	text-align: justify;
}

.header_phone {
	font-family: arial, helvetica, sans-serif;
	font-size: 27px;
	color: #C80000;
}

.header_logo {
	font-family: arial, helvetica, sans-serif;
	font-size: 42px;
	color: #C80000;
	cursor:pointer; 
	cursor:hand;
}

.header_logo_grey {
	color: #C0C0C0;
}

.txt_small {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.txt_small_red {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #C80000;
}

.loggedin_name {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C80000;
}

.title {
	font-family: helvetica, arial, sans-serif;
	font-size: 28px;
	color: #C80000;
}

.heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
}

.heading_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

.heading_med_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C80000;
}

.td_name {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #2E5C8B;
	font-weight: normal;
}

a.lnk_sml:visited,
a.lnk_sml:active,
a.lnk_sml:link {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #C80000;
	text-decoration: underline;
}

a.lnk_sml:hover {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000; 
	text-decoration: none;
}

.td_heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}

.td_heading_red {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C80000;
}

.perm_heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}


#perm_list { width: 190px; padding: 0 0 10px 0; }

#perm_list ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.plain {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.picmo_white { border: 2px solid #FFF; cursor: pointer; cursor: hand; }
.picmo_white-on { border: 2px solid #C80000; cursor: pointer; cursor: hand; }

.picmo_grey { border: 2px solid #F5F5F5; cursor: pointer; cursor: hand; }
.picmo_grey-on { border: 2px solid #C80000; cursor: pointer; cursor: hand; }

.logo_box {
	width: 256px;
	height: 100px;
	background: url(images/nav/logo-box-off.gif) top left no-repeat;
}

.logo_box-on {
	width: 256px;
	height: 100px;
	background: url(images/nav/logo-box-on.gif) top left no-repeat;
	cursor: pointer; cursor: hand;
}

.td_mo { 
	width: 380px;
	height: 160px;
	background: url(images/nav/front-box-off.gif) top left no-repeat; 
}
	
.td_mo-on { 
	width: 380px;
	height: 160px;
	background: url(images/nav/front-box-on.gif) top left no-repeat; 
	cursor:pointer; 
	cursor:hand; 
}

#link_list ul { margin:0; padding-left: 10px; list-style-type: none; }
#link_list ul li { padding: 5px 0 5px 0; }

/* misc */

.invalid          { border: 1px solid #ff0000; text_decoration: none; color: #ff0000; background-color: #F3F3F6; }
.invalid_over     { border: 1px solid #ff0000; text_decoration: none; color: #ff0000; background-color: #F8F8FB; }
.invalid_selected { border: 1px solid #ff0000; text_decoration: none; color: #ff0000; background-color: #FFFFFF; }

.valid_email          { border: 1px solid #cccccc; text-decoration: underline; font-weight: bold; color: #0000ff;  background-color: #f3f3f6; }
.valid_email_over     { border: 1px solid #cccccc; text-decoration: underline; font-weight: bold; color: #0000ff;  background-color: #f8f8fB; }
.valid_email_selected { border: 1px solid #000000; text-decoration: underline; font-weight: bold; color: #0000ff;  background-color: #ffffff; }

.invalid_email          { border: 1px solid #ff0000; font-weight: bold; color: #ff0000; text-decoration: none; background-color: #f3f3f6; }
.invalid_email_over     { border: 1px solid #ff0000; font-weight: bold; color: #ff0000; text-decoration: none; background-color: #f8f8fB; }
.invalid_email_selected { border: 1px solid #ff0000; font-weight: bold; color: #ff0000; text-decoration: none; background-color: #ffffff; }

.text          { border: 1px solid #cccccc; background-color: #f3f3f6; color: #102843; }
.text_over     { border: 1px solid #cccccc; background-color: #f8f8fB; color: #102843; }
.text_selected { border: 1px solid #000000; background-color: #ffffff; color: #102843; }

.textarea          { border: 1px solid #cccccc; background-color: #f3f3f6; color: #102843; }
.textarea_over     { border: 1px solid #cccccc; background-color: #f8f8fB; color: #102843; }
.textarea_selected { border: 1px solid #000000; background-color: #ffffff; color: #102843; }

.select          { border: 1px solid #cccccc; background-color: #f3f3f6; color: #102843; }
.select_over     { border: 1px solid #cccccc; background-color: #f8f8fB; color: #102843; }
.select_selected { border: 1px solid #000000; background-color: #ffffff; color: #102843; }

.login_input          { border: 1px solid #cccccc; background-color: #eeeeee; }
.login_input_over     { border: 1px solid #cccccc; background-color: #f4f4f4; }
.login_input_selected { border: 1px solid #000000; background-color: #ffffff; }

.dropdown          { border: 1px solid #cccccc; background-color: #f3f3f8; }
.dropdown_over     { border: 1px solid #cccccc; background-color: #f8f8f8; }
.dropdown_selected { border: 1px solid #000000; background-color: #ffffff; }

.button          { background: url(images/btn-bk2-off.gif); width: 140px; height: 26px; border: 0; font-family: Tahoma; color: #333333; font-weight: bold; }
.button_over     { background: url(images/btn-bk2-on.gif); width: 140px; height: 26px; border: 0; font-family: Tahoma; color: #336633; font-weight: bold; cursor:pointer; cursor:hand; }
.button_selected { background: url(images/btn-bk2-on.gif); width: 140px; height: 26px; border: 0; font-family: Tahoma; color: #339933; font-weight: bold; cursor:pointer; cursor:hand; }

.checkbox 		  { border: 0; font-weight: bold; background-color: #F5F5F5; }
.checkbox_over      { border: 0; font-weight: bold; background-color: #FFF; }
.checkbox_selected  { border: 0; font-weight: bold; background-color: #FFF; }

.icon-bg { 
	padding: 2px; 
	background-color:#F5F5F5; 
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.icon-bg-over { 
	padding: 2px; 
	background-color:#FFFFFF; 
	border: 1px solid #CCC; 
	cursor:pointer; cursor:hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C80000;
}

.admin-icon {background-color:#E1E1E1;}
.admin-icon-over {background-color:#F2F2F2; cursor:pointer; cursor:hand; }

.docsuite {background-color:#EAF3FB;color:#1E609B;}
.docsuite-over {background-color:#FFFFFF; cursor:pointer; cursor:hand; font-weight:bold; }.fs-headre1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; font-variant: normal; color: #000099}

.fs-header2 {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #CC0000}
.fs-txt-white {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF}