/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #F1F1F1 url(images/bg.gif) repeat-x scroll 0 0;
  margin-top: 60px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 1.5em;
  font-family: Arial,Verdana,sans-serif;
  color: #555555;
}

a:link , a:visited{
  color: #00b4ff; 
  text-decoration: none; 
}

a:hover , a:active {
  color: #00b4ff; 
  text-decoration: none;
  border-bottom: 1px solid #00b4ff;
}

h1, h2 {
	color: #000000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
}

h1 {
  width: 600px;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 25px;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

p {
	width: 550px;
  	margin-bottom: 50px;
}

ul {
  list-style-type: none;
  margin-bottom: 50px;
}

li {
	margin-bottom: 3px;
}

table {
	text-align: left;
	margin-bottom: 50px;
}

th {
	font-size: 11px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-weight: normal;
	padding: 0px 40px 1px 0px;
}

td {
	padding: 0px 40px 1px 0px;
}

#footer {
	font-size: 12px;
}