/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Ezra SIL, Helvetica, sans-serif;
	color:#FFCC66; /* was #FFFF00; */
	}
	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFCC66;  /* was ##FFFF99;   #FFFFCC;    */
	text-decoration: none;
}

a:hover{
       color:#FFCC66; /* was  #FFFF99;    #FFFFCC;   */ 
	text-decoration: underline;
}

/* a.pdf
	{
		background-image: url("http://www.otw-site.eu/images/pdf.gif");
		background-repeat: no-repeat;
		padding-left: 20px;	
	}/* 


/************** header tag styles **************/

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FF9900
	}

#navigation a {
	font:11px Arial, Ezra SIL, Helvetica, sans-serif;
	color: #FF9900;
	line-height:16px;   
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url("mm_bullet_yellow.gif") 10px 50% no-repeat;
	}
	
#navheader {
	font:24px georgia;  
	color: #1F2669;
	letter-spacing:.4em;
	padding:10px;
	line-height:30px;  
	}
	
#logo 	{
	font:14px Arial, Ezra SIL, Helvetica, sans-serif; /* was 14px;   */
	color: #FF9900;
	letter-spacing:.5em;
	line-height: 27px /* was 30px;  */
	}

#tagline 	{	
	font:8px Arial, Ezra SIL, Helvetica, sans-serif;  /* was 11px;  */
	color: #FF9900;
	letter-spacing:.4em;  
	line-height:10px; /* was 14px;  */
	}
	
#monthformat td {
	 border-bottom: 1px solid #FFFFCC;
	 }
	 
#dateformat {
	font:11px Arial, Ezra SIL, Helvetica, sans-serif;
	color: #FFCC66; /* was #FFFF00; */
	letter-spacing:.4em;
	}
	
#dateformat a {
	font: 11px Arial, Ezra SIL, Helvetica, sans-serif;
	color: #FFCC66; /* was #FFFF00; */
	letter-spacing:.1em;
	text-decoration: none;
	}
	
#dateformat a:hover {
	color: #FFFFCC;
	}

/* Class Styles */
	
.bodyText {
	font:11px Arial, Ezra SIL, Helvetica, sans-serif;
	color:  #FF9900; /* was #FFCC66;  #FFFF00; */
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
	
.pageName{
	font:18px Arial, Ezra SIL, Helvetica, sans-serif;
	color: #FF9900; /* was #FFCC66; #FFFF00; */
	line-height:24px;
	letter-spacing:.3em;
	}
	
.columnHeader {
	font: 11px Arial, Ezra SIL, Helvetica, sans-serif;
	color: #FF9900; /* was  #FF080E*/
	line-height:18px;
	letter-spacing:.05em;
	}
	
.subHeader {
	font:bold 11px Arial, Ezra SIL, Helvetica, sans-serif;
	color: #FF9900; /* was  #FF080E*/
	line-height:18px;
	letter-spacing:.1em;
	}

.smallText {
	font:10px Arial, Ezra SIL, Helvetica, sans-serif;
	color:#333333;
	}
	
.navText {
	font:11px Georgia, Ezra SIL, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}


