

.bg
{
	background-image : url(../images/bg.jpg);
	background-position : left;
	background-repeat : no-repeat;
}

.box
{
	border-bottom-color : #cccccc;
	border-bottom-style : solid;
	border-bottom-width : 1px;
		border-top-color : #cccccc;
	border-top-style : solid;
	border-top-width : 1px;
		border-left-color : #cccccc;
	border-left-style : solid;
	border-left-width : 1px;
		border-right-color : #cccccc;
	border-right-style : solid;
	border-right-width : 1px;
}

.title
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
}

.titletwo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	padding-left : 10px;
}

.text
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
}

.texttwo
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	padding-left : 20px;
}

.buttonscontainer {width: 100%;}

.buttons a {
	color: #000000;
	background-color: #ff6600;
	padding: 2px;
	padding-left: 3px;
	display: block;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
}

.buttons a:hover {background-color: #ff6600;
color: #ffffff;
text-decoration: none;}

.footer
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	color : Gray;
}