body
{
	margin-top : 0px;
}

.borderleft
{
	border-left-color : #cccccc;
	border-left-style : solid;
	border-left-width : 2px;
}

.borderright
{
	border-right-color : #cccccc;
	border-right-style : solid;
	border-right-width : 2px;
}

.borderleftright
{
	border-right-color : #cccccc;
	border-right-style : solid;
	border-right-width : 2px;
	border-left-color : #cccccc;
	border-left-style : solid;
	border-left-width : 2px;
}

.slogan
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : italic;
	font-variant : normal;
	font-weight : bolder;
	color : Gray;
}

.footer
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Gray;
}

.text
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-align : justify;
	padding-left : 4px;
	padding-right : 4px;
}

.texttwo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	text-align : left;
	padding-left : 4px;
	padding-right : 4px;
}