﻿h1, h2, h3, h4, h5 {
	font-size:100%;
	margin:0;
	padding:0;
}

BODY {
	BACKGROUND: #d9dac8; 
	MARGIN: 0px; 
	padding:0px;
	font-size: 75%; 
	FONT-FAMILY:Verdana, arial, sans-serif;
}

h1, h2, h3, h4, h5 {
	
	margin:10px 10px 10px 0;
}

h1 {
	font-size:190%;
}

h2 {
	font-size:170%;
}

h3 {
	font-size:150%;
}

h4 {
	font-size:120%;
}
p {
	FONT-SIZE: 100%; 
	line-height:150%;
}


#rss p {
	font-size: 100%;
}

#rss h2 {
	font-size:120%;
}

#rss .small {font-size: 70%;}

#inner A:visited {
	CURSOR: default; 
	COLOR: #000; 
	TEXT-DECORATION: none
}

A {
	CURSOR: default; 
	/*COLOR: #000;*/ 
	TEXT-DECORATION: none;
	FONT-FAMILY: verdana;
}

A:visited {
	CURSOR: pointer; 
	TEXT-DECORATION: underline;
}
A {
	CURSOR: pointer; 
	TEXT-DECORATION: underline;
}
A:hover {
	CURSOR: pointer; 
	TEXT-DECORATION: none;
	COLOR: red;
}

.title {
	font-weight: bold; 
	font-size: 100%; 
	font-family:verdana, helvetica, arial, geneva, sans-serif;
}

.footcontent {
	font-size: 		  80%; 
	color: 			#ffffff; 
	text-align: 	 center; 
}

.clear {
	CLEAR: both;
}

.code {
	color: purple;
	}



h1, h2, h3, h4, h5 { 
	color: green /*#61b64d; /*#80b262; */

}




.inbox {
	BORDER: 			 1px solid #000; 
	BACKGROUND-COLOR:		    #f6f7f5; 
	font-style:					 normal; 
	font-variant:				 normal; 
	font-weight:				 normal; 
	font-size:					  100%; 
	font-family:	verdana, sans-serif;
	/*width: 40%;*/
	}

.inboxEnq {
	BORDER:    			 1px solid #000; 
	BACKGROUND-COLOR: 			#f6f7f5; 
	font-style:        			 normal; 
	font-variant:      			 normal; 
	font-weight:       			 normal; 
	font-size:            		  70%; 
	font-family:  	verdana, sans-serif;
	width: 							80%;
	}


.button {
	BORDER-RIGHT:		 #f6f7f5 0px solid;
	BORDER-TOP:			 #c0c0c0 0px solid; 
	FONT:	 bold 100% verdana, "sans-serif"; 
	BORDER-LEFT:		 #c0c0c0 0px solid; 
	CURSOR:							 hand; 
	COLOR:							 #fff; 
	BORDER-BOTTOM:		 #c0c0c0 0px solid; 
	HEIGHT:							 1.8em; 
	BACKGROUND-COLOR:				#ff6500;
}

.button2 {
	BORDER-RIGHT: #000 1px solid;
	BORDER-TOP: #000 1px solid; 
	FONT: bold 100% verdana, "sans-serif"; 
	BORDER-LEFT: #000 1px solid; 
	CURSOR: hand; 
	COLOR: #fff; 
	BORDER-BOTTOM: #000 1px solid; 
	HEIGHT: 1.8em; 
	BACKGROUND-COLOR: #666;
	margin-top: 3px;
}

SELECT {
	BORDER: 1px solid #000; 
	BACKGROUND-COLOR: #f6f7f5; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:100%; 
	font-family:verdana, sans-serif
	}

blockquote.less {
	margin-left: 15px;
}

.white {
color: white;
}

.red {
color: red;
}

table.ff {
border: 1px solid white;
}

td.ff {
border-right: 2px solid white;
}

td.ffbl {
border-right: 2px solid white;
border-top: 2px solid white;
padding-left: 10px;
padding-top: 15px;
}

td.ffbr {
border-top: 2px solid white;
padding-left: 10px;
padding-top: 15px;
}



A.navorg:visited, A.navorg:active, A.navorg:link {
	text-decoration: none; 
	font-family: verdana; 
	font-size: 100%; 
	color: #f6d804; 
	font-weight: bold; 
}

A.navorg:hover {
	text-decoration: none; 
	font-family: verdana; 
	font-size: 100%; 
	color: #fff; 
	font-weight: bold;	
}
A.navwht:visited, A.navwht:active, A.navwht:link {
	text-decoration: none; 
	font-family: verdana; 
	font-size: 100%; 
	color: #ffffff; 
	font-weight: bold;
}

A.navwht:hover {
	text-decoration: none; 
	font-family: verdana; 
	font-size: 100%; 
	color: #f6d804; 
	font-weight: bold;
}

.backwards {
    unicode-bidi:bidi-override;
    direction: rtl;
    color:#333;
    font-size: 100%;
    }

.indent {
	padding-left:25px;
	text-indent:-25px;
}

@media print{
	
.noprint {
	display: none;
	}
body {
	font-size: 12pt;
	}	
#left {
	margin-right: 0;
	}

}

@media screen {
	
.nodisplay {
	display: none;
	}

}