html {
	font-family: Helvetica;
	font-size: 12pt;
	letter-spacing: 0.05em;
}
body {
	background-attachment: fixed;
	background-color: #f2f2f2;
	/*background-image: url('../img/bg.png');*/
	font-size: 0.9em;
	margin: 0;
}
div#content {
	margin: 10px auto 0 auto;
	padding: 5px;
	width: 795px;
}
div#divLogo {
	/* cursor: pointer; */
	float: left;
	z-index: 999;
}
div#welcome {
	float: right;
	margin: 10px;
	padding: 50px 0 0 0;
	width: 450px;
}
div#welcome p {
	background-color: #f7f7f8;
	border:2px solid #fff;
	font-family: Lucida Sans, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 10px 10px 25px;
	margin: 7px;
	text-align: left;
}
div#welcome p:hover {
	border: 2px solid #ba0606;
	/* cursor: pointer; */
}
div#welcome p.selected {
	border: 3px solid #ba0606;
}
div#content1 {
	height: 340px;
}
div#content2 {
	padding: 0 10px 0 10px;
}
div#content2 table#contact {
	margin-left: 110px;
}
img {
	border: 0;	
}
img#imgLogo {
}
table {
	border: 0;
}
td {
	vertical-align: top;
}
td.tdSubmit {
	text-align: right;
}
input.inputText {
	width: 350px;
}
textarea {
	height: 200px;
	width: 350px;
}
a, a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}