*			/* default settings of text */ 
	{
    COLOR: #000000;
    FONT-FAMILY: "Verdana","Arial", "Arial Black";
    FONT-SIZE: 11px;
	}


BODY		/* default settings for the body tag */ 
	{
	margin:0px;
	}


TR, TD		/* default settings for TR & TD tags */ 
	{
	vertical-align:top;
	}

f.green
	{
	color:#00CC00
	}


.redbold1	/* this class is used for the red headers on the left-bar under the Upcoming Events */ 
	{
	color:#8f0000;
	font-weight:bold;
	line-height: 25px;
	text-decoration:none;
	}


.redbold	/* this class is used for the red headers on a page */
	{
	color:#8f0000;
	font-weight:bold;
	text-decoration:none;
	}


.greyline	/* this class is used to generate the gray horizontal line */
	{
	height:1px;
	background-color:#828282;
	}


A		/* default settings for A tag */
	{
    	color:#8f0000;
	text-decoration:none;
	}
	
A.arabic	/* settings for Arabic fonts */
	{
    	color:#8f0000;
	text-decoration:none;
	font-size:large;
	}


A:hover		/* settings for hover */
	{
	color:#8f0000;
	text-decoration:underline;
	}


A.white		/* this class is used for the links on the top navigation bar  */
	{
    	color: #ffffff;
    	font-family: "tahoma","verdana", "arial";
    	font-size: 11px;	
	text-decoration:none;
	}


A.white:hover	/* settings for hover */
	{
	color:red;
	text-decoration:none;
	}

.pad 		/* settings for image padding */
	{padding: 10px;} 

#content table{border-collapse: collapse; border: solid 1px black;}
#content th {background-color: #6666cc; padding: 0.5em; border: solid 1px black; font-size: 1em;}
#content td {padding: 0.5em; border: solid 1px black; font-size: 1em;}

div.salaatable {
font-family:Arial, Serif;
text-align:center
}

div.salaatable h2 {
//color:#900;
font-size:14px;
font-weight:700;
line-height:100%;
margin-bottom:0;
margin-top:0
}

div.salaatable h3 {
font-size:12px;
font-weight:700;
line-height:100%;
margin-bottom:0;
margin-top:0
}

div.salaatable h4 {
font-size:10px;
font-weight:700;
line-height:100%;
margin-bottom:0;
margin-top:0
}

div.salaatable table {
font-family:Arial, Serif;
font-size:12px;
margin-left:auto;
margin-right:auto;
text-align:center;
width:145px
}

div.salaatable td.salaatype {
font:12px Arial, Serif;
text-align:left;
width:90px
}

div.salaatable td.salaatime {
font:12px Arial, Serif;
text-align:right;
width:55px
}

