TABLE {
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 16px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
.input1 {
	BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 160px; COLOR: #666666; BORDER-BOTTOM: #cccccc 1px solid; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; HEIGHT: 21px
}
A:link {
	FONT-SIZE: 11px; COLOR: #333333; LINE-HEIGHT: 12px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 11px; COLOR: #333333; LINE-HEIGHT: 12px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 11px; COLOR: #999999; LINE-HEIGHT: 12px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: underline
}
A:active {
	FONT-SIZE: 11px; COLOR: #999999; LINE-HEIGHT: 12px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"; TEXT-DECORATION: underline
}
.tb1 {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
/*.tb2 {
	BORDER-RIGHT: #cacaca 1px solid; BACKGROUND-POSITION: left bottom; BORDER-TOP: #cacaca 1px solid; BACKGROUND-IMAGE: url(images/nr.jpg); BORDER-LEFT: #cacaca 1px solid; WIDTH: 305px; BORDER-BOTTOM: #cacaca 1px solid; BACKGROUND-REPEAT: no-repeat
}*/
/*.tb3 {
	BACKGROUND-POSITION: 50% bottom; FONT-SIZE: 12px; BACKGROUND-IMAGE: url(images/dot.gif); COLOR: #333333; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}*/
.font2 {
	FONT-WEIGHT: bolder; FONT-SIZE: 16px; COLOR: #0033cc; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
.font3 {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
*{
	box-sizing: border-box;
}
body{
	font-family: arial;
}
.notice-section {
    background-color: #2387e4;
    padding: 15px 0px 60px;
    min-height: 145px;
}
.notice-section h2 {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    animation: blinker 0.5s linear infinite;
    margin-top: 40px;
}
@keyframes blinker {
  50% {
	    margin-top: 35px;
  }
}
.warning-heading{
	background-color: #fff;
    padding: 30px 0px;
    text-align: center;
    border: 1px solid #d7d7d7;
}
.warning-heading h3 {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2387e4;
    animation: blinker1 0.5s linear infinite;
    text-align: center;
}
@keyframes blinker1 {
  50% {
  	color: #e42323;
  }
}
.warning-heading p {
    margin-top: 0px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
    color: #21e75a;
    padding: 0px 2%;
}
.warning-heading h4 {
    color: #2387e4;
    animation: blinker1 0.5s linear infinite;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}
.text-area p strong{
	color: #e42323;
}
.text-area ul li{
	list-style-type: decimal;
}
.box-section {
    width: 100%;
    float: left;
    border: 2px solid #333;
}
.left-section {
    width: 50%;
    float: left;
    border-right: 2px solid #333;
    padding: 15px;
}
.right-section {
    width: 50%;
    float: left;
    padding: 15px;
}
.box-section h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #e42323;
    margin-bottom: 15px;
}
.box-section h3{
 	font-size: 20px;
    text-transform: uppercase;
    color: #e42323;
}
.box-section ul{

}
.box-section ul li{
	text-align: left;
}
@media (max-width:767px){
	.notice-section{
		min-height: 200px;
	}
}