

.h1
{
	color : red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	padding-left : 6px;
}

.h2
{
	color : blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	padding-left : 6px;
}

.h3
{
	color : red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	padding-left : 6px;
}

.copy
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	padding-left : 6px;
	padding-right : 6px;
	text-align : justify;
}

.copytwo
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
}

.bg
{
	background-image : url(../images/bg.jpg);
}


.boxtop
{
	border-top : thin solid Gray;
	border-left : thin solid Gray;
	border-right : thin solid Gray;
}