/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY:Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin:0px;
	background-color:#E7F2F6;
}
A:link	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
.Body {
	font-size:13px;
	line-height:20px;
	}
.Title {
	font-size:13px;
	font-weight:bold;
	}
.BodyWithDir {
	font-size:13px; direction:rtl;
	line-height:20px;
	}
.TitleWithDir {
	font-size:13px;
	direction:rtl;
	font-weight:bold;
	}
.alarm {
	font-weight: bold;
	color: #CC0000;
	font-size: 14px;
}