body {
			margin: 0px 0px 0px 0px;
			font-family: 'Roboto Slab', serif;
	}
	div.container {
		width: 100%;
	}

	header, footer {
		padding: 1em;
		color: #000;
		font-weight: bold;
		/*background-color: #ef6477;*/
		background-color: #cedfff;
		clear: left;
		text-align: center;
	}
	
	fieldset{
		background-color: #fff;
	}

	nav {
		float: left;
		max-width: 160px;
		margin: 0;
		padding: 1em;
	}

	nav ul {
		list-style-type: none;
		padding: 0;
	}

	nav ul a {
		text-decoration: none;
	}

	article {
		margin-left: 5px;
		border-left: 1px solid #ef6477;
		margin-right: 5px;
		border-right: 1px solid #ef6477;
		padding: 1em;
		overflow: hidden;
	}
	.button {
		background-color: white; /* Green */
		border: none;
		color: #4CAF50;
		padding: 4px 16px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		-webkit-transition-duration: 1.4s; /* Safari */
		transition-duration: 1.4s;
		cursor: pointer;
		-webkit-border-radius: 3px;
		font-weight: bold;
	}
	.button3 {
		font-size: 15px;
		font-weight: bold;
		background-color: #f44336; 
		color: white; 
		border: 2px solid #f44336;
	}

	.button3:hover {
		font-size: 15px;
		font-weight: bold;
		background-color: white;
		color: Black;
	}
	a.link1 {
		font-size: 22px;
		font-weight: bold;
		color:#ff003c;
		text-decoration:none;
	}
	a.link1:hover {
		font-size: 22px;
		font-weight: bold;
		color:#0059ff;
		text-decoration:none;
	}
	
	.tableheader 
	{
		font-weight: bold;
		background-color: #00abc5;
		color: #FFFFFF;
		top: 10px;
		padding: 2px 2px 2px 5px;
		text-align:center;
	}

	.tablecontent1 
	{
		font-weight: normal;
		background-color: #F4F8FD;
		color: #000000;
		top: 2px;
		bottom: 5px;
		text-align: justify;
		padding: 2px 2px 2px 5px;
		font-size: 14px;
		font-weight: bold;
	}
	.tablecontent2 
	{
		font-weight: normal;
		background-color: #D6E9F3;
		padding-right: 2px;
		padding-left: 5px;
		color: #000000;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: justify;
		font-size: 14px;
		font-weight: bold;
	}

.blackbold {
 font-size: 11px; font-weight: bold; color: #000000; text-decoration: none
}

.textsml{ border: 1px solid #c4c4c4; height: 20px;  width: 150px; font-size: 14px; padding: 4px 4px 4px 4px; border-radius: 4px; 
    -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; } 

.text{ border: 1px solid #c4c4c4; height: 20px;  width: 210px; font-size: 14px; padding: 4px 4px 4px 4px; border-radius: 4px; 
    -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; } 
	
.textnew{ border: 1px solid #c4c4c4; height: 20px;  width: 510px; font-size: 14px; padding: 4px 4px 4px 4px; border-radius: 4px; 
    -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; }
	
.textnew1{ border: 1px solid #c4c4c4; height: 20px;  width: 440px; font-size: 14px; padding: 4px 4px 4px 4px; border-radius: 4px; 
    -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; }
	
.textnew2{ border: 1px solid #c4c4c4; height: 70px;  width: 440px; font-size: 14px; padding: 4px 4px 4px 4px; border-radius: 4px; 
    -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: 0px 0px 8px #d9d9d9; -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; }

	
.myButton 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.myButton:hover 
{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.myButton:active 
{
	position:relative;
	top:1px;
}

.buttonred {
		background-color: white; /* Green */
		border: none;
		color: red;
		padding: 4px 16px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		-webkit-transition-duration: 1.4s; /* Safari */
		transition-duration: 1.4s;
		cursor: pointer;
		-webkit-border-radius: 3px;
		font-weight: bold;
	}
	
	a.link1nav {
		font-size: 14px;
		font-weight: bold;
		color:#0059ff;
		text-decoration:none;
	}
	a.link1nav:hover {
		font-size: 14px;
		font-weight: bold;
		color: red;
		text-decoration:none;
	}
	
	.G1{color: #056a0a;}
	.B1{color: #1c1cb1;}
	.O1{color: #ff9307;}
	.Y1{color: #ffd200;}
	.R1{color: #ff0202;}
	
	

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}
