body {
	background-color: #811b0f;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}


.NewsHead {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF33;
}
table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}


.back1
{
	background-image:url(images/background1.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;
}


.myBox
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	width: 100%;
	padding: 5px;
	text-align: left;
	background-color: transparent;
	border: 2px solid #ffffff;
	height: 250px;    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}
.myBox1
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	width: 100%;
	padding: 5px;
	text-align: left;
	background-color: transparent;
	border: 2px solid red;
	height: 250px;    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}
.myBox2
{
	margin: 0 auto;
	border: 0px solid #ffffff;
	width: 100%;
	padding: 5px;
	text-align: left;
	background-color: transparent;
	border: 2px solid green;
	height: 250px;    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

.myBox3
{
	margin: 0;
	width: 100%;
	padding: 5px;
	text-align: center;
	background-color: transparent;
	border: 2px solid #811b0f;
	height: 400px;    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

.inputbox 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background:transparent url(none);
	padding-top: 1pt;
	padding-left: 2pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 1pt;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}