﻿body { 
    /*margin:10px 10px 0px 10px; */
    padding:0px; 
    margin:0px;
    background-color:#FFF;/*9ECBE2*/
    background-image:url(Images/bgRpt.png);
    background-repeat:repeat-x;
    font-family: Arial;
    font-size:9pt;
} 
a {
	color:#1878bb;
}
 img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader('images/logo.png');
 }
.pressOne 
{
	width:260px;
	height:120px;
	padding:20px;
	background-image:url('images/pressOne.png');
	background-repeat:no-repeat;
}
.pressTwo
{
	width:360px;
	height:70px;
	padding:15px;
	background-image:url('images/pressTwo.png');
	background-repeat:no-repeat;
}
.pressThree 
{
	width:270px;
	height:130px;
	padding:15px;
	background-image:url('images/pressThree.png');
	background-repeat:no-repeat;
}
.pressFour
{
	width:240px;
	height:160px;
	padding:20px;
	background-image:url('images/pressFour.jpg');
	background-repeat:no-repeat;
}
.pressFive
{
	width:600px;
	height:110px;
	padding:15px;
	background-image:url('images/pressFive.jpg');
	background-repeat:no-repeat;
}


/* Login View */

.login .label {
 
}

.textbox {
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    line-height:10px;
    font-weight:normal;
    height:11px;
    
}
.loginarea
{
	text-align:right;
	float:right;
}
.login .button {

}
.login  
{
	writing-mode : sFlow;
}

/* Textbox Watermark*/


.watermarked 
{
	font-family: Arial, Verdana, sans-serif;
    font-size: 9px;
    line-height:10px;
    height:11px;
	background-color:#F0F8FF;
	color:gray;
}	

