

body {
	background:url(../images/sidebck.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
}

h1{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:24px;
	font-weight:100;
	text-align:left;
	padding-left:56px;
	color:#3288af;
}

h2{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:16px;
	font-weight:100;
	text-align:left;
	padding-left:56px;
	padding-right:56px;
	color:#3288af;
}

h3{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:12px;
	font-style:normal;
	text-align:justify;
	padding-left:56px;
	padding-right:56px;
	color:#000000;
}

a:link {
	color:#3288af;
}
a:hover {
	color:#3288af;
	text-decoration:underline
}
a:visited {
	color:#3288af;
	
}
a:active {
	color:#3288af;
}


