﻿body {
	font: 100% Tahoma;
	background: #0099CC;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width:780px;
	
	
}

TD {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}


INPUT {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}

SELECT {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}


P {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}

DIV {
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}
a:link {

	text-decoration: none;
	color: #0000CC;
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}

a:visited {

  color: #0000CC;
  text-decoration: none;
  FONT-SIZE: 12px; FONT-FAMILY: tahoma
}

a:hover {
	color: red;
	text-decoration:none; 
	FONT-SIZE: 12px; FONT-FAMILY: tahoma
}

.myClass {

color:blue;
}