p {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
   color: gray;

   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 13px;
}

li {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
   color: gray;

   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 13px;
}

h1 {
	font-family: arial, helvetica, sans-serif;
   font-size: 28px;
   font-weight: 100;
	color: #606060;

   margin: 0px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
   color: black;

   margin: 0px;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
   color: gray;

   margin: 0px;
}

body {
	background-color: white;
}

a {
	color: gray;
   text-decoration: none;
   font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
   color: #404040;
}

img {
   border: 0;
}

#titleText {
	position: absolute;
   top: 6px;
}

#mainText {
	position: absolute;
   top: 47px;
   left: 120px;
   width: 450px;
	float: right;

   margin: 0px;
}

#leftLinks {
	position: absolute;
   top: 47px;
   left: 8px;
	float: left;
   margin-left: 2px;
}

#titleImage {
	position: absolute;
   top: 8px;
	float: none;
}

.leftLinksP {
	margin-left: 5px;
   margin-top: 0px;
   margin-bottom: 0px;

   font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
   color: gray;
}

.leftLinksA {
	font-weight: normal;
}

.textAndImages {
	float: none;
}

