
/* CSS Stylesheet for the main body and whole website */

* {
	padding: 0px;
	/* color: #050569; */
	font-family: Verdana, Tahoma;
	/* font-size: 12px; */
}

body {
  margin:0px;
  padding:0px;
  height:100%;
  color: #444444;
  /* color: #666666; */
  text-align:center;
  /* background-color: #F5E5E5; */
  /* background-image:url(../img/background_new.png);
	background-repeat:no-repeat;
	background-position: center 0px; */
}

a:link {
	color: #AE191A;
	text-decoration: none;
}
a:visited {
	color: #AE191A;
	text-decoration: none;
}
a:active {
	color: #AE191A;
	/* color: #FF9007; */
	text-decoration: none;
}
a:hover {
	color: #AE191A;
	/* color: #FF9007; */
	text-decoration: underline;
}


img {
	border: 0px;
	/* -webkit-filter: grayscale(100%); */
}

img:hover {
	/* -webkit-filter: grayscale(0%); */
}

img.preload { 
	display: none;
}

form {
	margin:0;
	padding:0;
}

#maincontainer { 
	width:1000px;
	min-height: 400px;
	margin:0px auto 0px auto;
	text-align:left;
	/* background-image:url(../img/background_new.png);
	background-repeat:no-repeat; */
}
