body {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
	font-weight: bold;
}	


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24;
	font-weight: bold;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#round {
	border-radius: 10px;
	text-align: center;
	color: #FBF5F6;
	font-weight: bold;
}

#roundgradient2 {
	border-radius: 10px;
	color: #333030;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(0,125,198,1.00) 0%,rgba(86,102,108,1.00) 67.36%,rgba(245,243,240,1.00) 79.27%);
	background-image: -moz-linear-gradient(270deg,rgba(0,125,198,1.00) 0%,rgba(86,102,108,1.00) 67.36%,rgba(245,243,240,1.00) 79.27%);
	background-image: -o-linear-gradient(270deg,rgba(0,125,198,1.00) 0%,rgba(86,102,108,1.00) 67.36%,rgba(245,243,240,1.00) 79.27%);
	background-image: linear-gradient(180deg,rgba(0,125,198,1.00) 0%,rgba(86,102,108,1.00) 67.36%,rgba(245,243,240,1.00) 79.27%);
	text-align: center;
}
#roundgradientgrey {
	border-radius: 5px;
	text-align: center;
	color: #333030;
	font-weight: bold;
	background-image: -webkit-linear-gradient(198deg,rgba(8,9,9,1.00) 26.94%,rgba(64,100,122,1.00) 84.46%);
	background-image: -moz-linear-gradient(198deg,rgba(8,9,9,1.00) 26.94%,rgba(64,100,122,1.00) 84.46%);
	background-image: -o-linear-gradient(198deg,rgba(8,9,9,1.00) 26.94%,rgba(64,100,122,1.00) 84.46%);
	background-image: linear-gradient(252deg,rgba(8,9,9,1.00) 26.94%,rgba(64,100,122,1.00) 84.46%);
}

#roundleft {
	border-radius: 15px;
	text-align: left;
}
#roundgradient {
	border-radius: 10px;
	text-align: center;
	color: #333030;
	font-weight: bold;
}



#topround {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	color: #018ED5;
	font-size: 18px;
}
#topround1 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	color: #018ED5;
	font-size: 24px;
}
#topround1:hover {
	background-color: #007DC6;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-box-shadow: inset 0 0px;
	box-shadow: inset 0 0px;
	}
#topround2 {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	color: #007CC6;
	font-size: 24px;
}
#bottomround {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-weight: normal;
}
			  
#bottomround1 {border-bottom-left-radius: 15px;
              border-bottom-right-radius: 15px;}	  
#bottomround1:hover {
	background-color: #007DC6;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius:20px;

}
	
#topleft	{border-top-left-radius: 5px;}

#topright {border-top-right-radius: 5px;}

#bottomleft {border-bottom-left-radius: 5px;}
		
#bottomright {border-bottom-right-radius: 5px;}
 
#footer {
	background-image: -webkit-linear-gradient(90deg,rgba(19,19,19,1.00) 40.93%,rgba(51,51,51,1.00) 62.69%);
	background-image: -moz-linear-gradient(90deg,rgba(19,19,19,1.00) 40.93%,rgba(51,51,51,1.00) 62.69%);
	background-image: -o-linear-gradient(90deg,rgba(19,19,19,1.00) 40.93%,rgba(51,51,51,1.00) 62.69%);
	background-image: linear-gradient(0deg,rgba(19,19,19,1.00) 40.93%,rgba(51,51,51,1.00) 62.69%);
	border-radius: 10px;
}
 
#banner1{
	background-size: 100% 150px;
	background-repeat: no-repeat;
	
}
#banner {
	background-image: url(../images/bannerblue.gif);
	background-size: 100% 150px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#banner2 {
	background-image: url(../images/Bannerall.gif);
	background-size: 100% 150px;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#roundblueg {
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	background-color: hsla(202,100%,39%,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,126,199,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,126,199,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,126,199,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,126,199,1.00) 100%);
}
#backgroundimage {
	z-index: 5;
	background-image: url(../images/topright.gif);
	top: 50px;
	right: 0%;
	position: absolute;
}
#backgroundimage1 {
	z-index: 5;
	background-image: url(../images/topright.gif);
	top: 50px;
	right: 0%;
	position: absolute;
}
