@charset "utf-8";
/* CSS Document */
body{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: 1b68aa;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center top;
	font-size: 12px;
	background-attachment: fixed;
}
.costyourbanner {
	border-top-width: -10px;
	border-right-width: -10px;
	border-bottom-width: -10px;
	border-left-width: -10px;
}

.smallText{
	font-size: x-small;
}
.smallTextGrey{
	font-size:x-small;
	color:#666;
}
.footerText{
	font-size:11px;
}

.smallTextCenter{
	font-size: x-small;
	text-align: center;
}
H1{
	color:#0067D6;
}
h2{
	color:#0067D6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 16px;
}
H3{
	color:#006BD9;
}
h4{
	color:#F00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12px;
}
p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
select {
	width: 100%;
}
input{
	width:100%;
}

.blackText{
	color: #000;
}

a{
	text-decoration: none;
	color: #0068D6;
	font-weight: bold;
}
