body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 */
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	color:#cfcfcf;
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#cfcfcf;
}

th, td {
	color:#cfcfcf;
}

h1 {
		margin: 0;
		font-weight: bold;
		font-size: 1.2em;
}
		
h3{
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

 h4{
		margin: 0;
		
}

 h2,h5,h6 {
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}
		
p {
	font-weight: normal;
	margin-bottom: 6px;
}

img {
	border: none 0;
	}

a {
	color: #CFCFCF;
	text-decoration: none;
	}

a:hover{
	color: #FEFEFE;
	text-decoration: none;
	}

	
fieldset {
	width: 80%;
	}

input, textarea, select {
	background-color: #654b66;
	border: 1px solid #CFCFCF;
	color: #CFCFCF;
	visibility: visible;
} 
	
