/* General Text Styles */

body 
{
	/*color: #022cb4;*/
	font-family:Arial, Helvetica, sans-serif;

}

a {
	text-decoration:none;
}



.nav_PrevNext 
{
    font: Arial;
    font-size: 14px;
	text-transform: uppercase;
}
.nav_PrevNext * a {
	font-weight: bold;
}

}

.nav_Prev {
	margin-left: 25px;
}

A.nav_Prev:Hover
	{
		text-decoration: none;
		color: #B89C6A;
	}

A.nav_Next:Hover
	{
		text-decoration: none;
		color: #B89C6A;
	}
	
.nav_Next  
{   
    margin-right: 25px;
}

#main_container {
    width: 600px;
    margin-left: 150px;
}
#main_container tr th
{
    height: 3em;
}

.DropDownList_1 {
	width:200px;
	color: #01005D;
}

.DropDownListStyle 
{
   color: #01005D;
   background-color: White;
   background: White;
   padding: 1px;
   border-color: #D4D4D4;
   border-width: 0.2px;
   height: 22px;
}

.DropDownList_2 {
	width:100px;
	background-color:#eeeeff;
	color: #01005D;
}

.radio-button {
	font-size: 14px;
	color: #022cb4;
}

.nav_menu_text_type1_container 
{
    width: 600px;
    height: 5em;
}
.nav_menu_text_type1 {
/*	margin-right: TBA%;  If needed */
	text-align:center;
    margin-left: 0px;
}
.nav_menu_text_type1 li {
	list-style:none; 
	float:left;  
	margin:auto 1em;
/*	height: 3em; */
/*	padding: 0.5em auto 0.5em auto;  height being created by padding, thus, in response to text content. May be necessary, more appropriate to set w/ height. */
	text-align:center;
	background-color: #022cb4; 
    height: 23px;
    width: 105px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    padding-top: 4px;
}
.nav_menu_text_type1 li a 
{
    width: 100px;
    margin: 1em auto;
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}

/* nav_menu_text_type2  */
.nav_menu_text_type2 {
	margin-left:75px;
    /*	margin-right: TBA%;  If needed */
}
.nav_menu_text_type2 ul li {
	list-style:none; 
	float:left; 
/*	width:6.5em; 
	height: 2em; */
	margin:auto 2em; 
	padding-top: 0.25em;
	padding-right: auto;
	padding-bottom: 0.5em;
	padding-left: auto;
	background-color: #01005d;
	color: #FFF;
    width: 200px;
}
.nav_menu_text_type2 ul li a {
	width: 100px;
    height: 23px;
	background-color: #01005d;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    padding-top: 4px;
	text-transform: uppercase;
}

.choose-mode {  }
.choose-mode a { display:inline-block; width: 135px; height: 40px; line-height: 40px; padding: 0px 0px; font-family: Arial; font-size: 14px; text-decoration: none; color: #faf011; text-align:center; }
.choose-mode a:hover { text-decoration: none; background-color: #022cb4; }
.choose-mode a.selected { border: 2px solid red; }

.choose-mode2 {   }
.choose-mode2 a { display:inline-block; padding: 4px 30px;
                  font-family: Arial; font-size: 14px; text-decoration: none; text-align:center;
                  color: #ffffff; background-color: #022bc4;
                  border-style:solid; border-color: #022BC4; border-width:1px; }
.choose-mode2 a:hover { text-decoration: none; color:#ffffff; background-color: #858585; }
.choose-mode2 a.selected { border: 2px solid red; }

.choose-modeYB {   }
.choose-modeYB a { display:inline-block; padding: 4px 30px; font-family: Arial; font-size: 14px; 
                   border-style:solid; border-color: #858585; border-width:1px;
                   color: #01005d;  background-color: #F1F011; 
                   text-align:center; text-decoration: none;}
.choose-modeYB a:hover { text-decoration: none; color: #ffffff; background-color: #858585; }
.choose-modeYB a.selected { border: 2px solid red; }

.choose-mode3 {   }
.choose-mode3 a { display:inline-table; padding: 4px 30px; font-family: Arial; font-size: 15px; text-decoration: none; text-align:center; color: #01005d; background-color: #f1f011; height:25; width:226; }
.choose-mode3 a:hover { text-decoration: none; color:#FFFFFF; background-color: #858585; }
.choose-mode3 a.selected { border: 2px solid red; }

.choose-mode4 {   }
.choose-mode4 a { display:inline-table; padding: 4px 20px; font-family: Arial; font-size: 14px; text-decoration: none; text-align:center; color: #FFFFFF; background-color: #01005d; height:25; width:300; }
.choose-mode4 a:hover { text-decoration: none; color:#01005d; background-color: #858585; }
.choose-mode4 a.selected { border: 2px solid red; }

.choose-mode5 {   }
.choose-mode5 a { display:inline-table; padding: 6px 20px; font-family: Arial; font-size: 15px; text-decoration: none; text-align:center; color: #01005d; background-color: #f1f011; height:25; width:340; text-transform:capitalize; }
.choose-mode5 a:hover { text-decoration: none; color:#FFFFFF; background-color: #022cb4; }
.choose-mode5 a.selected { border: 2px solid red; }

