@charset "UTF-8";
/* CSS Document */


body { 
	background-color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	text-align: left;
	margin-top: 10px;
	border: 0;
	padding-bottom:60px;
}

img {
	border:0;
}

a:link, a:visited, a:active { 
	color: #900; text-decoration: none; 
}

a:hover { 
	color: #900; text-decoration: underline; 
}

ol, ul {
	/*list-style: none;*/
	margin: 0;
	text-indent: 0;
	padding-left: 18px;
}

.clear {
  clear:both;
  margin:0;
  padding:0;
}


p {
 /* margin:0;*/
  padding:0;
}


.noborder {
	border: 0
}


/* text colors, sizes */

.title {
	font-size: 1.4em;
}

.subtitle {
	font-size: 1.2em;
}

.textsmall {
	font-size: .7em;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #666;
}

.green {
	color: #0C0;
}

.pink {
	color: #F03;
}

.red {
	color: #900;
}

.white {
	color: #FFF;
}

.blue {
	color: #06F;
}

/* text colors, sizes */


/* -------------------------- */

input, select, textarea {
  color: #000;
  font-size: 1em;
  width: auto;
  height: auto;
  margin: 0;
  padding: 2px;
  border: 1px solid #999;
}

input, select {
  vertical-align: middle;
}

textarea {
  font-size: .8em;
}

/* -------------------------- */



#container {
  /*margin-left: auto ;
  margin-right: auto ;*/
	overflow: auto;
	width: 960px;
}


