body {
	background: url(index/background.gif) no-repeat center top fixed;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #444444;
}
a img{
	border: none;
}
a{
	color: #E27B00;
	text-decoration:none;
}
a:hover{
	color: #E27B00;
	text-decoration:underline;
}

h1, h2{
	color: #348EE0;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.header{
	color: #348EE0;
	font-weight:bold;
	font-size: 1.2em;
	line-height:175%;
}
.subtitle{
	color: #E27B00;
	font-weight:bold;
}
table.padding{
	padding:0px 25px 25px 25px;
}
table.padding2{
	padding:20px 25px 25px 25px;
}
img.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.floatLeft{
	float:left;
	margin: 0px 8px 5px 0px;
}
.bold{
	font-weight:bold;
}

