/* HTML
------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	/*color: #333;*/
	background: url("../images/bg_gredient_new.jpg") repeat-x;
	margin: auto;
}

strong {
	font-weight: bold;
}

td {
font-family: Verdana;
font-size: 12px;
color: #c0c0c0;
}

h2 {
font-family: Verdana;
font-size: 16px;
font-weight: bold;
color: #acd6d8;
}

fieldset { border:1px solid c0c0c0 }

legend {
  padding: 10px;  
  color:#acd6d8;  
  text-align:right;
  }


/* Header
------------------------------------------------------------------------------------------------------------------------------------------------
#wrapper {
	width: 1000px;
	margin: 0px auto;
	background: url("../images/banner.jpg") no-repeat;	
}*/

#banner {
	width: 1000px;
	height: 307px;
	margin: 0px auto;
	background: url("../images/banner.jpg") no-repeat;	
}


a:link {
	color: #5c8fb2;
	text-decoration: underline;
	/*background: #3e89a6;*/
}
a:visited {
	color: #c0c0c0;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #56bcd3;
}

a:active {
	text-decoration: underline;
	color: #c0c0c0;
}


/* Content
-------------------------------------------------------------------------------------------------------*/
