body
{
	margin:10px 0px 10px 0px;
	padding:0px;
	background-color: #015B66;
	text-align:center;
	background-image:url(../websitegraphics/body_bg.jpg);
	background-repeat:repeat-x;
	}
	
.LoginBox
{
	background-image:url(../websitegraphics/login_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:solid 5px #F5D9B7;
	background-color:#FFF6EB;
	padding:10px;
}


/*************************
	Body Start
************************/
h1
{
	font-family:verdana, tahoma, arial;
	font-size:20px;
	color:#C26930;
	line-height:20px;
}


td
{
	font-family:verdana, tahoma, arial;
	font-size:12px;
	color:#C26930;
	line-height:17px;
}

a
{
	color:#0178A2;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}
a:hover
{
	color:#C46B31;
}

.MainContainer
{
	width:861px;
	background-color:FFF6EB;
	padding:5px;
}
.MiddleContainer
{
	width:100%;
	background-image:url(../websitegraphics/pinstripe_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.BoxesBg
{	width:100%;
	background-image:url(../websitegraphics/box_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#CCDED8;
	border-bottom:solid 5px #FFF6EB;
}

.BottomBox
{	
	background-color:#ffffff;
	border:solid 3px #51BAC7;
	padding:1px;
}

.BottomBox div
{	
	background-image:url(../websitegraphics/box_gredient_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px;
	color:#3A626F;
	font-size:11px;
	line-height:15px;
}

.MarBt10
{
	margin-bottom:10px;
}

.MarTp10
{
	margin-top:10px;
}
/*************************
	Body End
************************/

/*************************
	Footer Start
************************/
.Footer2 td
{
	font-weight:normal;
	color:#FFFFFF;
	font-size:9px;
}

.Footer2 a
{
	font-weight:normal;
	color:#FFFFFF;
	font-size:9px;
	
}
.Footer2 a:hover
{
	color:#00BBD2;
}

.RepeatingVertically

{
	background-repeat:repeat-y;
}

.RepeatingHorizontally

{
	background-repeat:repeat-x;
}

.NoRepeat

{
	background-repeat:no-repeat;
}

/*************************
	Footer End
************************/