* { margin: 0; padding: 0; }

body{
	font-family: Verdana, Tahoma, Arial;
	color: #000;
	font-size: 11px;
	font-weight:normal;
	letter-spacing:0.03em;
	line-height:14px;
}

#main, #copyright, #main2 {  text-align:left;}

p { margin:0px 0; }

	.comment p {
		margin:0 0 1.4em 0;
	}

.comment strong {
	font-weight:bolder;
}

#main iframe {
	margin-top: 9px !important;
	display: block;
}

/* Headers
-------------------------------------*/
h1 {
	color: #727173 !important;
	margin:0;
	line-height:1.3em;
    padding: 4px 4px 3px 22px;
	font-size: 1.3em;
    font-weight: bold;
	background: url(/images/header/h1.gif) no-repeat 1px 0px;
	letter-spacing:0.00em;
	font-family: Arial, Lucida Sans, Verdana, Tahoma ;
}

#main h1 a, #main h1 a:hover, #main h1 a:active, #main h1 a:focus {
	color: #727173 !important;
	margin:0;
	text-decoration:none;

}

h2{
	color: #727173 !important;
	margin:0;
    padding: 4px 4px 3px 22px;
    font-size: 1.3em;
    font-weight: bold;
	background: url(/images/header/h2.gif) no-repeat 0 0px;
	letter-spacing:0.00em;
	font-family: Arial, Lucida Sans, Verdana, Tahoma ;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

/* Links
-------------------------------------*/
#main a, #copyright a {
	color: #000;
	text-decoration:underline;
}

	#main  a:focus, #main  a:hover, #main  a:active, #copyright  a:focus, #copyright  a:hover, #copyright  a:active {
		
		color:#000;
		text-decoration:none;
	}

p.subtitle {
	margin: 0px 0px 7px 0px  !important;
	padding-left: 23px;
}

/* Lists
-------------------------------------*/
#main ul {
	list-style-type: none;
	margin: 10px 0 10px 20px;
}

/* Forms
-------------------------------------*/

textarea.textarea {
	background: url(/images/forms/textarea.gif) no-repeat;
	height: 49px;

}

* html textarea.textarea  {
	background-attachment: fixed;
}

* html input.text {
	background-attachment: fixed;
}

input.text {
	background: url(/images/forms/input.gif) no-repeat;
	height: 13px;
}

input.submit {
	background-color: transparent;
	width: 163px !important;
	padding:0 !important;
	margin: 0 !important;
}

button.submit {
	display: block;
	float: left;
	padding: 0; margin: 0;
	margin-top: 1px;
	text-indent: -1000em;
	width: 163px;
	height: 25px;
	border: none;
	cursor: pointer;
	background: transparent url(/images/forms/submit.gif) top left no-repeat;
}

#tip-a-friend button img {
margin: 0;
padding: 0;
}

label {
	display: block;
	float: left;
	width: 70px;
	color:#808080;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}

