<!--
// !COPYRIGHT!
//                      Copyright (c) 2007 Teleformix LLC
//                       All Rights Reserved
// 
// 
// THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF TELEFORMIX LLC
// 
// The copyright notice above does not evidence any
// actual or intended publication of such source code.
// 
// This document contains trade secret data and proprietary information of
// Teleformix, LLC and should be treated as confidential.  No part of this 
// information may be copied, or disclosed in part or in whole as permitted 
// by Teleformix LLC
// 
// Copyright (c) 1998-2007 by Teleformix, LLC.
// All Rights Reserved
// 
// $Id: styles.css,v 1.3 2008/10/23 19:47:58 jtrewitt Exp $
// !!
-->
body {
	margin-top: 20px;
}
.box_table { /* box with a gray header */
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #4E4E4E;
	border: 1px solid #AAB2B5;
}
.box_table2 { /* box with a gray header */
	border-left: 1px solid #AAB2B5;
	border-right: 1px solid #AAB2B5;
	border-top: 1px solid #AAB2B5;		
}
.box_table_th {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	background-color: #AAB2B5;
	height: 25px;
	vertical-align: middle;
}
.box_table_th_home {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	background-image:url(images/girl_top.jpg);
	height: 25px;
	vertical-align: middle;
}
.box_table_td {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 17px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.box_table_main {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 17px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.box_table_td_home {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 17px;
	background-image:url(images/girl_bg.jpg);
	height: 195px;
}
.copyText
{   font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #AAB2B5;
	height: 16px;
	vertical-align: bottom;	
	text-indent: 15px;	
}
h1 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #163274;
	margin-top: 15px;
	margin-bottom: 12px;
}
h2 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #163274;
	margin-top: 2px;
	line-height: 20px;
}
.redlink {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #163274;
	text-decoration: none;
	line-height: 16px;	
}
.redlink:hover {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #505050;
	text-decoration: underline;
	line-height: 16px;	
}
.redlink2 {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #163274;
	text-decoration: none;
	line-height: 16px;	
}
.redlink2:hover {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #163274;
	text-decoration: underline;
	line-height: 16px;	
}		
.graylink {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
	line-height: 16px;
}
.graylink:hover {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #163274;
	text-decoration: none;
	line-height: 16px;	
}	
.grayboldtext {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
	line-height: 16px;
}
.redboldtext {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #163274;
	text-decoration: none;
	line-height: 16px;
}
.ButtonStyle{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #AAB2B5;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;  
    font-weight: bold;	  
    color: #FFFFFF;   
    cursor : hand;
    }
	
.txtBoxStyle{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;    
    color: #000000;
	background-image: url(images/txt_field_bg.gif);
	width:200px;
}

.txtBoxStyle2{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;    
    color: #000000;
	background-image: url(images/txt_field_bg.gif);
	width:250px;
}

.dropdownStyle{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;    
    color: #000000;
	background-image: url(images/txt_field_bg.gif);
}
a {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #163274;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #505050;
	text-decoration: underline;
}
.bottomnav {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #505050;
	text-decoration: none;
}
.bottomnav:hover {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #163274;
	text-decoration: none;
}
.text {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #4E4E4E;
	line-height: 17px;
	
}
.submenu_cell_1 {
	background-color:#FFFFFF;
	border-color: #4E4E4E;
	border: solid;
	height: 22px;
	border-width: 1;
	border-bottom:none;
	border-bottom-width: 0px;
 }
.submenu_cell_2 {
	background-color:#FFFFFF;
	border-color: #4E4E4E;
	border: solid;
	height: 22px;
	border-width: 1;
 }
 .submenu_cell_1_moz {
	background-color:#FFFFFF;
	border-color: #4E4E4E;
	border: solid;
	height: 22px;
	border-width: 1;
	border-bottom:none;
	border-bottom-width: 0px;
 }
.submenu_cell_2_moz {
	background-color:#FFFFFF;
	border-color: #4E4E4E;
	border: solid;
	height: 22px;
	border-width: 1;
 }

.linkName {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
	display: block;
	height: 28px;
	background-color:#FFFFFF;
	padding: 6px 0px 0px 5px;
	
 }
  .linkName:hover {
  	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#AAB2B5;
	
 }
 
 .linkName2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
	display: block;
	height: 22px;
	background-color:#FFFFFF;
	padding: 6px 0px 0px 5px;
	
 }
  .linkName2:hover {
  	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#AAB2B5;
	
 }
.leftNavLi{
	list-style-image: url(images/arrow.gif);
}
.txtBoxStyle{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;    
    color: #000000;
	background-image: url(images/txt_field_bg.gif);
	width:200px;
}

.txtBoxStyle2{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;    
    color: #000000;
	background-image: url(images/txt_field_bg.gif);
	width:250px;
}

.dropdownStyle{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;    
    color: #000000;
	background-image: url(images/txt_field_bg.gif);
}
.formfieldlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.box_table { /* box with a gray header */
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #4E4E4E;
	border: 1px solid #AAB2B5;
}
.redboldtext {
	font-family:Arial, Verdana, Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #163274;
	text-decoration: none;
	line-height: 16px;
}
.required {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#163274;
}
.notetext {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
}
.message {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:10px;
	color:#163274;
}