body
{
	font-family: Verdana;
    background: #3399ff;
	background-repeat: repeat-x;
	background-image: url(../images/bg_general.gif) ;
	margin: 15px;
}

.rightalignment
{
	
	text-align: right;
}
.leftaligment
{
	vertical-align:top;
	text-align :left ;
}


.maintable
{
    padding: 5px;
    background: #fff;
	height: 174px;
	width: 870px;
}


.logininfo
{
	margin: 0;
	height: 100%;
	padding: 15px 10px 0px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.breadcrum
{
	background-color: #585454;
	padding-left: 10px;
	font-size: 11px;
	color: #000;
}
	
.header
{
	
  	padding: 1px 10px 0px 10px;
            background-color: #DF0000;
            height: 27px;
            background-repeat: repeat-x;
            background-image: url('images/HeaderRed.gif');
	
}




.footer
{
	background-color: #DF0000;
	height: 8px;
	background-repeat: repeat-x;
	background-image: url(../images/HeaderRed.gif);
}

.copyright
{
  color: #fff;
  font-size: 10px
}


