/* CSS Document for contact.htmlpage*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
}

.box {
	width: 738px;
	height: 300px
	margin: auto;
	padding: 0 20px;
	background-image: url(images/smallboxmiddles2.jpg);
}

.box .top {
	height: 32px;
	font-size: 1px;
	margin: 0 -20px;
	background-image: url(images/smallboxtopsheaders.jpg);
}
.box .bottom {
	height: 32px;
	font-size: 1px;
	margin: 0 -20px;
	background-image: url(images/smallboxbottoms2.jpg);
}

p {
	color: #000000;
	text-align: left;
	font-size:14px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1ems;
}

h1 {
	color: #000000;
	text-align: left;
	font-size: 15px;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}

h2 {
	color: #000000;
	text-align: left;
	font-size: 13px;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}

.style1 {
	color:#9C9C9C;
	text-align: left;
	font-size: 10px;
	font-weight: strong;
	line-height: 12pt;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style2 {
	color:#FFF;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.35ems;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style3 {
	color:#FFF;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.style4 {
	color:#000000;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.35ems;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/*style8 and h6 are for the transparent text inside scalable boxes.*/
.style8 {
	color:#F1F1F1;
	text-align: left;
	font-size: 10px;
	font-weight: strong;
	line-height: 12pt;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

h6 {
	color: #F1F1F1;
	text-align: left;
	font-size: 13px;
	font-weight: strong;
	font-family: Helvetica, sans-serif;
}

a:link {
	color:#868686;
	text-decoration:underline;
}

a:visited {
	color:#0099FF;
	text-decoration:none;
}

a:focus {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#0F0F0F;
	text-decoration:none;
}
