body,td {
	background-color : #fff;
	color : #333333;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 13px;
	line-height : 19px;
}

h1,h2 {
  background-color : transparent;
  font-weight : bold;
}

h1 {
	font-size : 25px;
	letter-spacing : 5px;
	margin : 20px 0px 20px 0px;
}

h2 {
  font-size : 18px;
  color : #666;
  margin-top : 25px;
  margin-bottom : 5px;
}

h3 {
  color : #666;
  margin-top : 25px;
  margin-bottom : 5px;
}

p {
  margin-top : 20px;
  margin-bottom : 20px;
}

a {
  background-color : transparent;
  color : #349;
  font-weight : bold;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

.td1 {
	background-color : #666666;
	font-weight : bold;
	color : white;
	font-size : 13px;
	padding-bottom :  1px;
	padding-top : 1px;
	border : 1px solid Black;
}


.textinput {
	background-color : #F5F5F5;
	font-size : 13px;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 2px;
	padding-top : 3px;
	border : 1px solid Silver;
}
.menu {
	background-color : #f4f4f4;
	color : #666;
	border-top: #999 solid 1px;
	border-bottom: #999 solid 1px;
	font-weight : bold;
	padding : 8px 0;
	font-size : 13px;
	margin-bottom:25px;
}

.footer {
	border-top: #999 solid 1px;
	text-align: center;
	padding-top: 8px;
}

.red {
	background-color : transparent;
	color : #CC0000;
}

.grey {
	background-color : transparent;
	color : #999;
	font-size : 12px;
}

.black {
  background-color : transparent;
  color : #000;
}


