/* צבע הרקע של כל האתר */
body
{
background-color : #ffffff;

}

/* הנקודות שלצד הפריטים בתפריט המאונך */
ul
{
color : #0A255C;
line-height : 16px;
}

/* הנקודות שלצד הפריטים בתפריט המאונך */
li
{
margin-right:-15px;margin-left:3px;margin-bottom:8px;
}

/* הטקסט שבגוף המאמרים */
.styleArticle
{
font-family : Tahoma;
font-size : 14;

}

/* כפתור בטופס */
.styleButton
{
font-family : Tahoma;
font-size : 12;
background-color : #AEC9E6;
color : #AEC9E6;
cursor : pointer;
width: 80px;
}

/* שדה מילוי בטופס */
.styleInput
{
font-family : Tahoma;
font-size : 12;
border-right: #0E3991 1px inset;border-top: #0E3991 1px inset;border-bottom: #0E3991 1px inset;border-left: #0E3991 1px inset;
}

/* הלינקים בתפריטים */
.styleLink
{
font-family : Tahoma;
font-size : 10;
text-decoration : underline;
color : #0E3991;
cursor : pointer;
line-height:16px;
}

/* הלינקים בתפריטים כשהעכבר עומד עליהם */
.styleLinkOver
{
font-family : Tahoma;
font-size : 10;
text-decoration : underline;
background-color : #FFFF80;
color : #0E3991;
cursor : pointer;
line-height : 16px;
}

/* הקו המפריד בין הפריטים בתפריט התחתון */
.styleSepLine
{
font-family : Arial;
color : #1A5DE6;

}

/* טקסט בטופס */
.styleMailingList
{
font-family : Tahoma;
font-size : 12;
padding-left: 5px;
}

/* הטקסט של השורה התחתונה בתפריט התחתון */
.styleSmallText
{
font-family : Tahoma;
font-size : 9;
color : #09255D;

}

/* סגנון תיבה נגללת */
.styleMarquee
{
font-family : Tahoma;
font-size : 11;
color : black;

}

/* סגנון כותרת תיבה */
.styleBoxName
{
font-family : Tahoma;
font-size : 12;
color : #CC0066;
font-weight : bold;

}

