@import url(layout.css);
@import url(layout_home.css);
@import url(modules.css);
@import url(navigation.css);

*{
  margin: 0;
  padding: 0;
}

body{
  margin: 0 auto;
  width: 960px;
  font-size: 0.75em;
  font-family: Verdana;
}

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

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

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

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

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

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

a{
	color: #336b9f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table{
	border: none;
	border-collapse: 0;
	border-spacing:0;
}

td{
	vertical-align: top;
	text-align: left;
}

ul{
	padding: 10px 0 10px 20px;
}

li{
	list-style-position: outside;
}