@charset "UTF-8";
body {
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#thiscontent {
	padding: 10px;
}
a:link {
	color: #0B5ED7;
	text-decoration: none;
}
a:visited {
	color: #3985DE;
	text-decoration: none;
}
a:hover {
	color: #0B5ED7;
	text-decoration: underline;
}
a:active {
	color: #0B5ED7;
	text-decoration: none;
}
h1 {
	font-family: "Gill Sans", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #0B5ED7;
}
.pgcontent_index {
	background-image: url(../images/pageBGs/index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#thiscontent #indextext {
	margin-left: 320px;
	margin-right: 15px;
	margin-top: 20px;
}
#thiscontent #installtext {
	margin-left: 500px;
	margin-right: 15px;
	margin-top: 20px;
}

h2 {
	font-family: "Gill Sans", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0B5ED7;
}

h3 {
	font-family: "Gill Sans", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0B5ED7;
}

h4 {
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #0B5ED7;
}
