@charset "utf-8";

h1 {
    
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: x-large;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
	padding-bottom: 2px;
}
h2 {

    font-size: medium;
    padding-top: 2px;
	padding-bottom: 2px;
    text-align: center;
}
h3 {
    
    font-size: small;
    text-align: center;
    padding-top: 2px;
	padding-bottom: 2px;
    
}
h4 {
    font-size: x-small;
    padding-top: 2px;
	padding-bottom: 2px;
    text-align: center;
}
.container-fluid{
max-width: 900px;
}
.left{
	text-align: left;
}
.leftsmall{
	text-align: left;
    font-size: 6pt;
}
.white{
	color: #FFFFFF;
	background-color: #3262AB;
}
.blue{
	
	color: #3262AB;

}
.bluecenter{
	
	color: #3262AB;
	
}
.green{
	
	color: #1a6e3d;
	text-align: left;
}
.red{
	background-color: #FFFFFF;
	color: red;
}
.bluebig{
	font-size: 30px;
	background-color: #FFFFFF;
	color: #3262AB;
}
.leftgray{
	text-align:left;
	color: #A9A9A9;

	font-family: Tahoma, "Trebuchet MS", sans-serif;
	font-style: italic;
  font-size: 20px;
}

@media (max-width: 900px) {
  .leftgray {
    font-size: 15px;
  }
	
}
.pcbutton{
	color:red;
}


    .my-custom-bg {
      background-color: purple;
    }


hr {
    border: 5px solid #E2DEDD;

}
.form-label{
	text-align:left
}



 .custom-btn {
            background-color: #8b0000;
            color: #fff;
			font-size: 12pt;
			font-weight: bold;
        }
.col-md-6{
	float:left;
	border: 1;
	
}
