		.Main{
			color: #000000;
			font-weight:;
		}
		.Style2 {
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}

		.Style4 {
			color: #ffffff;
			font-size: 13px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		.Style3 {
			font-size: 20px;
			color: #000000 ;
			font-family: Arial, Gill Sans, Arial, Helvetica, sans-serif;
			font-weight= bold;
			text-indent: 14px;
			line-height= 10px;
		}
		.Eye {
			font-size: 20px;
			color: #ffffff ;
			font-family: Arial, Gill Sans, Arial, Helvetica, sans-serif;
			font-weight= bold;
			text-indent: 14px;
			line-height= 10px;
		}
		.dateform{
		width:18px;
		}
		.SecEye {
			font-size: 18px;
			color: #ffffff ;
			font-family: Arial, Gill Sans, Arial, Helvetica, sans-serif;
			font-weight= bold;
			text-indent: 14px;
			line-height= 10px;
		}
		
		.SecDave {
			font-size: 14px;
			color: #ffffff ;
			font-family: Arial, Gill Sans, Arial, Helvetica, sans-serif;
			font-weight= bold;
			text-indent: 14px;
			line-height= 10px;
		}
		.EyeAft{
				font-size: 16px;
				color: #000000 ;
				font-family: Arial, Gill Sans, Arial, Helvetica, sans-serif;
		}
		
		body{ 
			background-color: #ffffff;  /* centers, prevents background image resize */
			}
			
			a:link {color:#f9f9f9 ; text-decoration:none}      /* unvisited link */
			a:visited {color:#f9f9f9 ; text-decoration:none}  /* visited link */
			a:hover {color:#e0e0e0 ; text-decoration:none}  /* mouse over link */
			a:active {color:#f9f9f9 ; text-decoration:none}  /* selected link */ 

		
		.border{
				background: #ffffff; /* Makes background transparent*/
				border: 1px solid #000000; /* 1 pixel wide border */
				-moz-border-radius:1px; /* adds curved edge (Mozilla, Safari, Chrome, and generic) */
				-webkit-border-radius:1px;
				border-radius:1px;
				margin: auto;
				border: solid 1px #CCC;

			}
		
		.button{
				-moz-border-radius:2px; /* adds curved edge (Mozilla, Safari, Chrome, and generic) */
				-webkit-border-radius:2px;
				border-radius:2px;
				background: rgba(20,37,56,.5); /* Makes background transparent (red, Green, Blue, and alpha)*/
				border: 1px solid #C0C0C0; /* 1 pixel wide border */
				display:inline-block;
				color:#ffffff;
				font-family: Trebuchet MS, Gill Sans, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-decoration:none;
				Width: 175px;
				Height: 30px;
				padding: 2px;
				text-align:center; 
				vertical-align:middle;
				line-height: 30px;
			}.button:hover{
				background: rgba(20,37,56,.75); /* Makes button orange-transparent when hovered over */
			}.button:active { /* Moves button down 1 pixel when clicked */
				position:relative; 
				top:1px;
			}
		
		.table{
		background-color:#ffffff;
		border: 1px solid ##C0C0C0;
		border-collapse: collapse;
		}
			
		.batton{
				-moz-border-radius:2px; /* adds curved edge (Mozilla, Safari, Chrome, and generic) */
				-webkit-border-radius:2px;
				border-radius:2px;
				background: rgba(0,0,128,.12); /* Makes background transparent (red, Green, Blue, and alpha)*/
				border: 1px solid #C0C0C0; /* 1 pixel wide border */
				display:inline-block;
				color:#ffffff;
				font-family: Trebuchet MS, Gill Sans, Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-decoration:none;
				Width: 175px;
				Height: 30px;
				padding: 2px;
				text-align:center; 
				vertical-align:middle;
				line-height: 30px;
			}.batton:hover{
				background: rgba(0,0,128,.15); /* Makes button orange-transparent when hovered over */
			}.batton:active { /* Moves button down 1 pixel when clicked */
				position:relative; 
				top:1px;
			}
		
		
		
		.gradient-bg { /* Creates background gradient, doesn't work with any IE before 10, UNUSED */
				background-image: -webkit-linear-gradient(top, #333333, #555555);
				background-image: -moz-linear-gradient(top, #333333, #555555);
				background-image: -ms-linear-gradient(top, #333333, #555555);
				background-image: -o-linear-gradient(top, #333333, #555555);
				background-image: -ms-linear-gradient(bottom, #333333 0%, #555555 100%);

/*http://www.longhornrodeo.org/
http://jsbin.com*/


		