/* this is my custom CSS */

container	{
		width: 95%;
		text-align: center;
		/*.center-block;*/
		}

.container	{
		width: 95%;
		text-align: center;
		/*.center-block;*/
		}		

.clearfix {
  overflow: auto;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}		
		
.pagewrapper1	{
	width: 70%;
	text-align: center;
	vertical-align: middle;
	background-color: #cfcfcf;
	}
		
.pagewrapper2	{
	width: 70%;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	}
	
.pagewrapper3	{
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin-left: -15px
	}
		
body {
  padding-top: 70px;
  padding-bottom: 40px;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 16px; /*default of MyC pages font-size 16px =1em, 1em = 16px or 100% */
  line-height: 1.42857143;
  color: #07285d;
  background-color: #fff;
}

		
#agent-landingpage {
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 16px; /*default of MyC pages font-size 16px =1em, 1em = 16px or 100% */
  line-height: 1.42857143;
  color: #07285d;
  background-color: #fff;
}

tbody,td,th {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px; /*default of MyC pages font-size 16px =1em, 1em = 16px or 100% */
	line-height: 1.42857143;
	color: #07285d;
	padding: 5px 5px 5px 5px;
	}
	
	
.block {
    margin-left: auto;
    margin-right: auto;
    /*width: 300px;*/
}	

.center-block {
		margin: 0px auto;
		display: block;
}


	
.thmyc	{
	background-color: #07285d;
}	
	
.imghead	{
	background-image: url('../images/Of_Course_I_Can_DO_This.jpeg');			 
	background-position: bottom-center;
	background-size: cover;
	height: 300px;
}

.rcorners {
    border-radius: 1em;
    border: 5px solid #cccccc;
    padding: 20px; 
    width: 60%;
	text-align: center;

}
	

audio	{
	margin-top: 5px;
	vertical-align:  bottom;
	width: 8em;
	kioskmode: true;
}


.audio	{
	margin-top: 5px;
	vertical-align:  bottom;
	width: 8em;
	kioskmode: true;
}
 
 
dfn {
  font-style: normal;
}

.list-group {
  
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item-info {
  
  color: #31708f;
  background-color: #d9edf7;
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: 15px;
  margin-left: 15px;
}

.navbar-default {
  background-color: #cccccc;  /* original color #134d7b; red-brown background #6A1E13 */
  border-color: #ffffff;
}


.navbar-default .navbar-nav > li > a {
  color: #fff;
}

.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 15px;
}

.navbar-default .navbar-text {
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #cccccc;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #c4012d;
  background-color: #cccccc;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #cccccc;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #cccccc;
}

.navbar-default {
  background-color: #cccccc;
  border-color: #ffffff;
}


.navbar-inverse {
  background-color: #07285d;	/*original color #195780*/
  border-color: #ffffff;
}

.navbar-inverse-grey{
  background-color: #cccccc;	/*original color #195780*/
  border-color: #ffffff;
}

.navbar-brand {
  float: left;
  height: 35px;
  padding: 15px 15px;
  line-height: 35px;
  vertical-align: middle;
  background-color: #07285d;
  background-height: 100%;
}

.navbar-brand-grey {
  float: left;
  height: 50px;
  padding: 15px 15px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #808080;
  color: #ffffff;
  background-height: 100%;
}

.navbar-nav > li > a {
  height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  vertical-align: middle;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
}

.navbar-inverse-grey .navbar-text {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse-grey .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse-grey .navbar-nav > li > a:hover,
.navbar-inverse-grey .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse-grey .navbar-nav > .active > a,
.navbar-inverse-grey .navbar-nav > .active > a:hover,
.navbar-inverse-grey .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}


.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse-grey .navbar-nav > .disabled > a,
.navbar-inverse-grey .navbar-nav > .disabled > a:hover,
.navbar-inverse-grey .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #ffffff;
}

.navbar-inverse-grey .navbar-toggle {
  border-color: #ffffff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #07285d;
}

.navbar-inverse-grey .navbar-toggle:hover,
.navbar-inverse-grey .navbar-toggle:focus {
  background-color: #cccccc;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse-grey .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse-grey .navbar-nav > .open > a,
.navbar-inverse-grey .navbar-nav > .open > a:hover,
.navbar-inverse-grey .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 150px;
}

.navbar-inverse .btn-link {
  color: #ffffff;
}

.navbar-inverse-grey .btn-link {
  color: #07285d;
  size: 2em;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse-grey .navbar-brand {
  color: #cccccc;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 150px;
  }
}

.navbar-fixed-top {
    min-height: 80px;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 80px;
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 50px;
    }
}

.inputbox1 {
  height			:30px;
  font-family      : Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size        : .83em;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}

.41	{
		width: 80%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputbox	{
		width: 80%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

		
.inputboxshares	{
		width: 24%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		
		
inputboxshares	{
		width: 24%;
		height: 30px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		

.inputboxsales	{
		width: 24%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		

inputboxsales	{
		width: 24%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		

		
.inputbox-employment	{
		width: 40%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputbox-employment	{
		width: 40%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

.inputbox-employment-year-month	{
		width: 10%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			
		
inputbox-employment-year-month	{
		width: 10%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	

		
inputbox-money	{
		width: 28%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

.inputbox-money	{
		width: 28%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputbox-money30	{
		width: 30%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			

.inputbox-money30	{
		width: 30%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			

.inputbox60	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

inputbox60	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			
		
inputbox-money15	{
		width: 15%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			

.inputbox-money15	{
		width: 15%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			
		
		
.inputbox-toefl	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		
		
inputbox-toefl	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}				
		
.inputbox-datetoefl	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		

inputbox-datetoefl	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

.inputbox-ielts	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		
		
inputbox-ielts	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			

.inputbox-dateielts	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputbox-dateielts	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		

		
.inputbox-day	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		 
		}
		
inputbox-day	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			

.inputbox-month	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		 
		}
		
inputbox-month	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}				
		
.inputbox-year	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		 
		}
		
inputbox-year	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}				

.inputbox-Lang	{
		width: 100%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	
		
inputbox-Lang	{
		width: 100%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

.inputbox-LangQuali	{
		width: 100%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			

inputbox-LangQuali	{
		width: 100%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	
		
.inputboxprefix	{
		width: 15%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputboxprefix	{
		width: 15%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}


.inputboxfirstname	{
		width: 45%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputboxfirstname	{
		width: 45%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
.inputLname	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}

.inputbox60	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			
		
inputbox60	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		
		
.inputbox40	{
		width: 40%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			
		
inputbox40	{
		width: 40%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	

.inputbox20	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}			
		
inputbox20	{
		width: 20%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	

		
inputLname	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	

.inputboxPW	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputboxPW	{
		width: 60%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}		
		

.inputboxtel	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}
		
inputboxtel	{
		width: 25%;
		height: 20px;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;
		color: #07285d;
		background-color: #F0F0F0;
		border: 1px solid #CCC;
		}	
		
.textbox	{
		width: 60%;
		background-color: #FFFFFF;
		border: 1px solid #CCC;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*this equivalent to h5_mycbluebold*/
		font-weight: bold;
		color: #07285d;
		}
		
textbox	{
		width: 60%;
		background-color: #FFFFFF;
		border: 1px solid #CCC;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: .83em;   /*font size is equivalent to h5_mycbluebold*/	
		font-weight: bold;
		color: #07285d;
		}
		

Headlineboxblue	{
		width: 100%;
		background-color: #07285d;
		border: none;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: 1.5em;   /*font size is equivalent to h2_mycblue*/	
		font-weight: bold;
		line-height: 1.42857143;
		color: #ffffff;
		text-align: center;
		}	
		
.Headlineboxblue	{
		width: 100%;
		background-color: #07285d;
		border: none;
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size: 1.5em;   /*font size is equivalent to h2_mycblue*/	
		font-weight: bold;
		line-height: 1.42857143;
		color: #ffffff;
		text-align: center;
		}			
		
#player	{
		width: 250px;
		height:	15px;
		text-align: center;
		vertical-align: top;
		}
		
ol {
    display: center-block;
	width: 60%;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: .85em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	color: #07285d;
}		
		
.ol {
    display: center-block;
	width: 60%;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: .85em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	color: #07285d;
}		
		
h1_mycgreen	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em; 
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;

}		
		
.h1_mycgreen	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em; 
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;

}	


	
h1_mycgreenbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;

}

.h1_mycgreenbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;

}

h2_mycgreen	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;

}		
		
.h2_mycgreen	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;

}	


	
h2_mycgreenbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;

}

.h2_mycgreenbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;

}

h1_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}

.h1_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}


h2_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}

.h2_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}

h3_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}

.h3_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}

.h3_mycyellow	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #FFFF00

}

.h4_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}
h4_mycyellowbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFF00

}
.h4_mycyellow	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #FFFF00;

}


h3_mycgreen	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;

}		
		
.h3_mycgreen	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;

}	


	
h3_mycgreenbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;

}

.h3_mycgreenbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;

}

.h4_mycgreen	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;
}

.h4_mycgreenbold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;
}




h4_mycgreen	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #33FF00;
}

h4_mycgreenbold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;
}

.h5_mycgreenbold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #33FF00;
}

.h5_mycgreen	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight:normal;
		  line-height: 1.42857143;
		  color: #33FF00;
}

h1_mycwhitesmall	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.7em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

h1_mycwhite	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
h2_mycwhite	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
h3_mycwhite	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
h4_mycwhite	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		line-height: 1.42857143;
		color: #FFFFFF;
}
h5_mycwhite	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em; 	  
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #FFFFFF;
}
h4_mycwhitesmall {
 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: .75em; 
  font-weight: normal;
  line-height: 1.42857143;
  color: #FFFFFF;
}

.h1_mycwhitesmall	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.7em; 
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

.h1_mycwhite	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em; 
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
.h2_mycwhite	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em; 
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
.h3_mycwhite	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
.h4_mycwhite	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;	
		font-weight: normal;
		line-height: 1.42857143;
		color: #FFFFFF;
}
.h5_mycwhite	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #FFFFFF;
}
.h4_mycwhitesmall {
 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: normal;
  line-height: 1.42857143;
  color: #FFFFFF;
}

h1_giant_mycwhitebold	{
	font-family: calibri;
	  font-size: 2.5em;
	  font-weight: bold ;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

h1_giant_mycwhitebolditalo	{
	font-family: calibri;
	  font-size: 2.5em;
	  font-weight: bold ;
	  font-decoration: italic;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

h1_mycwhitebold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em; 
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

h1_mycwhiteboldsmall	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.7em; 
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
h2_mycwhitebold{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

h3_mycwhitebold{
	  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;;
	  font-size: 1.188em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
h4_mycwhitebold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.42857143;
		color: #FFFFFF;
}
h5_mycwhitebold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFFFF;
}
h4_mycwhiteboldsmall {
 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: .75em;
  font-weight: bold;
  line-height: 1.42857143;
  color: #FFFFFF;
}
.h1_giant_mycwhitebold	{
	font-family: calibri;
	  font-size: 3em;
	  font-weight: bold ;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}


.h1_giant_mycwhite	{
	font-family: calibri;
	  font-size: 3em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
.h1_mycwhitebold	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em; 
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

.h1_mycwhiteboldsmall	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.7em; 
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
.h2_mycwhitebold	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}

.h3_mycwhitebold	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #FFFFFF;
}
.h4_mycwhitebold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;	
		font-weight: bold;
		line-height: 1.42857143;
		color: #FFFFFF;
}
.h5_mycwhitebold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #FFFFFF;
}
.h4_mycwhiteboldsmall {
 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size: .75em; 
  font-weight: bold;
  line-height: 1.42857143;
  color: #FFFFFF;
}

h1_mycblue	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em; 
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #07285d;
}

h1_mycbluebold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;  
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}

h1_giant_mycbluebold	{
	font-family: calibri;
	  font-size: 3em;
	  font-weight: bold ;
	  line-height: 1.42857143;
	  color: #07285d;
}

h2_mycblue	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #07285d;
}

h2_mycbluebold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}

h3_mycblue	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #07285d;
}

h3_mycbluebold	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}

h4_mycblue	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #07285d;
}


h5_mycblue	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #07285d;
}

h5_mycblue a:link {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.2;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}
h5_mycblue a:visited {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	color: #07285D;
	text-decoration: none;
}
h5_mycblue a:hover {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #c4012d;
	text-decoration: none;
}


.h5_mycbluebold  {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.2;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}

.h5_mycbluebold a:link {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.2;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}
.h5_mycbluebold a:visited {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	color: #07285D;
	text-decoration: none;
}
.h5_mycbluebold a:hover {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #c4012d;
	text-decoration: none;
}

h5_mycbluebold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: .83em;
		line-height: 1.2;
		font-weight: bold;
		color: #07285d;
}

h5_mycbluebold a:link {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.2;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}
h5_mycbluebold a:visited {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.2;
	font-weight: normal;
	color: #07285D;
	text-decoration: none;
}
h5_mycbluebold a:hover {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #C4012D;
	text-decoration: none;
}




.h1_mycblue	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h1_mycbluebold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h1_giant_mycbluebold	{
	font-family: calibri;
	  font-size: 3em;
	  font-weight: bold ;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h2_mycblue	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h2_mycbluebold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h3_mycblue	{
	  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h3_mycbluebold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.188em;
	font-weight: bold;
	line-height: 1.42857143;
	color: #07285d;
}


.h4_mycblue	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #07285d;
}

h4_mycbluebold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #07285d;
}


.h4_mycbluebold	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #07285d;
}

.h4_mycblueboldsmall	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size:.9em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #07285d;
}



.h5_mycblue	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: .83em;
		font-weight: normal;
		line-height: 1.2;
		color: #07285d;
}

.h5_mycblue a:link {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: .83em;
	line-height: 1.2;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}
.h5_mycblue a:visited {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: normal;
	color: #07285D;
	text-decoration: none;
}
.h5_mycblue a:hover {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #c4012d;
	text-decoration: none;
}

h1_mycred	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h1_mycredbold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h2_mycred	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h2_mycredbold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h3_mycred	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h3_mycredbold	{
	  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h4_mycred	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		line-height: 1.2;
		color: #c4012d;
}

h4_mycredbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2;
		color: #c4012d;
}

h4_mycredboldsmall	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size:.9em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #c4012d;
}


h5_mycred	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #c4012d;
}

h5_mycredbold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #c4012d;
}

.h1_giant_mycred	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h1_giant_mycredbold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2.2em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h1_giant_mycred	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

h1_giant_mycredbold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h1_mycred	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h1_mycredbold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h1_mycredboldblink	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 2em;
	  text-decoration: blink;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h2_mycred	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h2_mycredbold	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h2_mycredbold a: link	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h2_mycredbold a: visited	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.5em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}

.h2_mycredbold a: hover	{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.8em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #07285d;
}


.h3_mycred	{
	 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h3_mycredbold	{
	  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	  font-size: 1.188em;
	  font-weight: bold;
	  line-height: 1.42857143;
	  color: #c4012d;
}

.h4_mycred	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		line-height: 1.2;
		color: #c4012d;
}

.h4_mycred2	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: normal;
		line-height: 1.2;
		color: #c4012d;
}

.h4_mycredbold2	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2;
		color: #c4012d;
}


.h4_mycredbold	{
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2;
		color: #c4012d;
}

.h4_mycredboldsmall	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size:.9em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #c4012d;
}


.h4_mycredbold a:link {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: bold;
	color: #c4012d;
	text-decoration: none;
}
.h4_mycredbold a:visited {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.2;
	font-weight: normal;
	color: #c4012d;
	text-decoration: none;
}
.h4_mycredbold a:hover {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 1.15em;
	line-height: 1.2;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}


.h5_mycred	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #c4012d;
}

.h5_mycredbold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #c4012d;
}



h1_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #333333;
}

h1_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	      font-size: 2em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #333333;
}

h2_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		` font-size: 1.5em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #333333;
}

h2_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #333333;
}

h3_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #333333;
}

h3_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #333333;
}

h4_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #333333;
}

h4_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #333333;
}

h5_mycgrey	{
		 font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #333333;
}

h5_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #333333;
}

h4_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .75em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #333333;
}

h4_mycgreybold	{
		  font-family: Arial, Helvetica, Tahoma, Roboto, Verdana, sans-serif;
		  font-size: .75em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #333333;
}

.h1_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 2em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #333333;
}


.h1_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	      font-size: 2em; 
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #333333;
}

.h2_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	      font-size: 1.5em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #333333;
}

.h2_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.5em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #333333;
}

.h3_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1.188em;
		  font-weight: normal;
		  line-height: 1.42857143;
		  color: #333333;
}

.h3_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	      font-size: 1.188em;
		  font-weight: bold;
		  line-height: 1.42857143;
		  color: #333333;
}

.h4_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #333333;
}

.h4_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: 1em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #333333;
}

.h5_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #333333;
}

.h5_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .83em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #333333;
}

.h4_mycgrey	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .75em;
		  font-weight: normal;
		  line-height: 1.2;
		  color: #333333;
}

.h4_mycgreybold	{
		  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		  font-size: .75em;
		  font-weight: bold;
		  line-height: 1.2;
		  color: #333333;
}


	
.style9 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #07285D;
	text-decoration: none;
}
	
.style9 a:link {
	font-family: Arial, Verdana, Helvetica, Tahoma, Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #07285d;
	text-decoration: none;
}
.style9 a:visited {
	font-family: Arial, Verdana, Helvetica, Tahoma, Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #07285D;
	text-decoration: none;
}
.style9 a:hover {
	font-family: Arial, Verdana, Helvetica, Tahoma, Roboto, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	color: #c4012d;
	text-decoration: none;
}
.style9 a:active {
	font-family: Arial, Verdana, Helvetica, Tahoma, Roboto, sans-serif;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	color: #C4012D;
	text-decoration: none;
}
	
.style2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #003366;
}
	
.style2a {
font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size: 16px; 
color: #C4012D; 
font-weight: bold; 
text-decoration: none; 
margin: 2px; 
line-height: 1.3em; 
padding-top: 2px; 
padding-right: 2px; 
padding-bottom: 2px; 
padding-left: 2px; }
	
.style2a a:link {
	color: #07285D;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold;}
	
.style2a a:visited {
	color: #07285D;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;}
	
.style2a a:hover {
	color: #C4012D;
	text-decoration: blink;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;}
	
.style2a a:active {
	color: #07285D;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;}
	

.style62 {	
	font-size: 16px;
	font-weight: bold;
}
.style63 {color: #07285D }

.style77 {	font-size: 14px; 
			font-weight: bold; 
			color: #333333; 
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }
			
.style96 {	color: #07285D; 
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
			font-size: 12px; 
			line-height: 1.3em; 
			font-weight: normal; 
			font-style: normal; 
			top: auto; }
			
.style107 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #07285D;
	text-decoration: none;
}

.style106 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: bold;
	color: #C4012D;
	text-decoration: none;
}

			

.style118 {	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			color: #FFFFFF; 
			font-size: 14px; 
			font-weight: bold; }
			
		
			
.style121 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #33FF00;
	font-style: italic;
	font-size: 14px;
	font-weight: bold; 
}

.style122 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #33FF00;
	font-style: italic;
	font-size: 16px;
	font-weight: bold; 
}

.style123 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #33FF00;
	font-style: italic;
	font-size: 18px;
	font-weight: bold; 
}

.style124 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #07285D;
	text-decoration: none;
}

.style140 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.style141 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.style143 {
	color: #FFFF66; 
	font-size: 12px; 
	}

.style152 {font-size: 1.7em;}

.style156 {
	font-size: 1.6em;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.style158 {font-size: 1.3em;
}

	
.style162 {
	font-size: 16px; 
	font-weight: bold; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
	color: #666666; 
	}

.style164 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003366;
}
.style172 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #003366;
	font-weight: bold;
}
.style176 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}
.blue a:link {
	color: #07285d;
	text-decoration: none;
}
.red a:visited {
	color: #C4012D;
	text-decoration: none;
}
.grey a:hover {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.black a:active {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.style255 { font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			color: #C4012D;
			font-size: 13;
			font-weight: bold;
			}


.style179 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.style182 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
}
.style184 {
	font-weight: bold; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 13px; 
	}

.style185 {color: #333333}

.style186 {
	font-size: 13px;
	color: #333333;
}
.style187 {font-size: 13px}

.style188 {
	font-weight: bold; 
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #333333; }
	
.style189 {
	font-style: italic;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}
.style192 {
	font-weight: bold;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.style261 {color: #c4012d}

.style258 {font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			color:#07285D;
			}
.style260 {font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			color: #C4012D; 
			font-size: 15px;
			font-weight:bold 
}
.style240 {	color: #07285D;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}	
			
.style119 {	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			color: #07285d; 
			font-size: 13px; 
			font-weight: bold; }	
			
.style120 {color: #c4012d}

.style4 {color: #07285D}
.style8 {font-size: 16px}

.style11 {font-size: 18px}
.style12 {font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }


	
.style20 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #C4012D;
}
.style26 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #C4012D;
	font-weight: bold;
	text-decoration: none;
}
.style30 {color: #C4012D; font-weight: bold; }

.style40 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #07285D;
	text-decoration: none;
}
.style13  {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		font-weight:bold;
		color:#07285D;
		}

.style42	{
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size:18px;
			font-weight:bold;
			color:#c4012d;
			}
.style43	{
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size:18px;
			font-weight:bold;
			color:#07285d;
			}
			
.style44	{
			font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size:24px;
			font-weight:bold;
			color:#07285d;
			}	
	


.style12 {font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
			font-size: 18px; }

.style17
	{	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#07285D;
		}
		
.style17a
		{font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#C4012D;
		}
		

.style18 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#07285D;
}
.style19
{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#C4012D;
}
	

.style30 {color: #C4012D; font-weight: bold; }

.style38 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #C4012D;
	font-weight: bold;
	font-size: 14px;
	}	

.style39 {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #07285D;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.2em;
}
.style39a
{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #07285D;
	font-weight: bold;
	font-size: 14px;
	line-height: 2.0em;
	text-decoration: none;	
}
.style39b
{
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #07285D;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	text-decoration: none;	
}

.style39c {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #c4012D;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2em;
}


.style41 {color: #C4012D}
.style42 {color: #FF0000}	
	
	
.panel {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading-MyC {
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #195780;
  text-align: center;
  margin-bottom: 2%;
  
}

.panel-heading-MyC-blue {
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #07285d;
  text-align: center;
  margin-bottom: 2%;
  
}


.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 10px;
  background-color: #f5f5f5; 
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.text_verdana {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.text_verdanaColor000066 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}

.text_verdana_size8_red_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C4012D;
	font-weight: bold;
}
.text_verdana_size12_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
}
.text_verdana_size10_red_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C4012D;
	font-weight: bold;
}
.text_verdana_size12_normal {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
}
.text_verdana_size10_normal {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.text_verdana_size8_normal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
}
.text_linkmnubottom {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5B5B5;
	text-decoration: none;
}
.text_linkmnubottom a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5B5B5;
	text-decoration: none;
}
.text_linkmnubottom a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5B5B5;
	text-decoration: none;
}
.text_linkmnubottom a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4012D;
	text-decoration: none;
}
.text_linkmnutop {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}
.text_linkmnutop a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #283555;
	text-decoration: none;
	font-weight: bold;
}
.text_linkmnutop a:visited {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #283555;
	text-decoration: none;
	font-weight: bold;
}
.text_linkmnutop a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4012D;
	text-decoration: none;
	font-weight: bold;
}

.text_verdana {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.text_verdanaColor000066 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.text_verdana_size10_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	font-weight: bold;
}

.text_verdana_size8_red_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #C4012D;
	font-weight: bold;
}
.text_verdana_size12_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
}
.text_verdana_size10_red_bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #C4012D;
	font-weight: bold;
}
.text_verdana_size12_normal {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
}
.text_verdana_size10_normal {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}
.text_verdana_size8_normal {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
}
.text_linkmnubottom {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5B5B5;
	text-decoration: none;
}
.text_linkmnubottom a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5B5B5;
	text-decoration: none;
}
.text_linkmnubottom a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #B5B5B5;
	text-decoration: none;
}
.text_linkmnubottom a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4012D;
	text-decoration: none;
}
.text_linkmnutop {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}
.text_linkmnutop a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #283555;
	text-decoration: none;
	font-weight: bold;
}
.text_linkmnutop a:visited {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #283555;
	text-decoration: none;
	font-weight: bold;
}
.text_linkmnutop a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #C4012D;
	text-decoration: none;
	font-weight: bold;
}
.ServicesSeperator {
	CLEAR: both; PADDING-RIGHT: 0px; BORDER-TOP: #dbe6f4 1px solid; PADDING-LEFT: 0px; FONT-SIZE: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; LINE-HEIGHT: 1px; PADDING-TOP: 0px; HEIGHT: 1px
}
.LeftServiceContainer {
	FLOAT: left; MARGIN: 20px 0px; WIDTH: 100%; WORD-WRAP: break-word
}
.RightServiceContainer {
	FLOAT: left; MARGIN: 20px 0px; BORDER-LEFT: #afd3eb 1px solid; WIDTH: 100%; WORD-WRAP: break-word
}
.ServiceListContainer {
	BORDER-RIGHT: #afd3eb 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #afd3eb 1px solid; PADDING-LEFT: 8px; FLOAT: center; PADDING-BOTTOM: 8px; BORDER-LEFT: #afd3eb 1px solid; WIDTH: 100%; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #afd3eb 1px solid; WORD-WRAP: break-word
}
.ServiceListContainer90 {
	BORDER-RIGHT: #afd3eb 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #afd3eb 1px solid; PADDING-LEFT: 8px; FLOAT: center; PADDING-BOTTOM: 8px; BORDER-LEFT: #afd3eb 1px solid; WIDTH: 100%; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #afd3eb 1px solid; WORD-WRAP: break-word
}

.ServiceListContainerExtended {
	BORDER-RIGHT: #afd3eb 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #afd3eb 1px solid; PADDING-LEFT: 8px; FLOAT: left; PADDING-BOTTOM: 8px; BORDER-LEFT: #afd3eb 1px solid; WIDTH: 576px; MARGIN-RIGHT: 8px; PADDING-TOP: 8px; BORDER-BOTTOM: #afd3eb 1px solid; WORD-WRAP: break-word
}
.ServiceListContainerExtended {
	WIDTH: 738px
}
.ServiceList .ListByName {
	WIDTH: 100%
}
.ServiceImageContainer {
	FLOAT: left; WIDTH: 64px; LINE-HEIGHT: 24px; TEXT-ALIGN: center
}
.PromoSingleInfoEx .ServiceImageContainer {
	FLOAT: left; WIDTH: 40px; LINE-HEIGHT: 24px; TEXT-ALIGN: center
}
.PromoSingleInfoEx .ServiceContent {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
.EE {
	BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-BOTTOM: #ffffff 1px solid; BORDER-COLLAPSE: collapse; EMPTY-CELLS: show
}



INPUT {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

OPTION {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
SELECT {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}
TEXTAREA {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
		font-size: .83em;
		line-height: 1.2;
		font-weight: bold;
		color: #07285d;
		PADDING-LEFT: 2px;
}
SELECT {
	PADDING-LEFT: 2px;
}
OPTION {
	PADDING-LEFT: 2px;
}


