@charset "iso-8859-1";
/* CSS Document */


.testByShimon {
	background-color: #FFFF66;
	height: auto;
	width: auto;
	border: thin dotted #3300CC;
	color: #993333;
	padding: 2;
	margin-right: 2px;
	margin-left: 2px;
	margin: 10;
}


.style2	/* Green background header Stands for ??? ???? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	color:#FFFFFF;
	font-style:normal;
	background-color: #009900
}

.style3  /* Red background header Stands for ??? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: normal;
	color:#FFFFFF;
	font-style:normal;
	background-color: #FF0000
}

.style4  /* 2 lines background header Stands for ?????? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bolder;
	color:#2c2c2c;
	font-style:normal;
	text-decoration: underline overline;
}
.style5  /* Gray Bold background header Stands for ???? */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5c5c5c;
	font-style:normal
}
p.style9
{
margin:10px 15px 10px 15px;
font-size: 1.3em;
font-style:italic
width:auto;
border:1px #d46803;
border-width:thick;
padding: 5px;
border-style:solid;
}
p.style9:first-line
{
margin: 2px;
padding: 0px 2px;
font-size: 1.2em;
text-align:right;
color: #fff;
background-image:url(http://www.winflow.net/css/HeaderOrange.jpg);
background-position:top;

/*background: #f00;*/
}


P
{

}

.TMfade{
	background-image:url(From1.jpg);
	padding-right: 80;
	padding-left: 4;
	padding-top:4;
	padding-bottom:4;
	margin-right:0;
	margin-left:1;
	margin-bottom:84;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	font-style: italic;
	background-repeat: no-repeat;
}

.ArticleWriter{
	background-image: url(Froml.jpg);
	table-layout:auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	text-indent: 1px;
	border-top-color: #FFFFFF;
	width: auto;
	height: auto;
	float: right;
	visibility: visible;
}

/* This is a box style for special messages */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url("http://www.winflow.net/css/demobox.jpg") no-repeat bottom right; 
} 
.cssbox { 
    width: 335px !important; /* intended total box width - padding-right(next) */
    width: 320px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
}
