/* Written for JIC website by Ebru Dulger at July 19 2010  */

/* page layout */

HTML, BODY {
	margin: 0px 0px 0px 0px;
	padding: 0; 
	background: #fff;
	font-family: tahoma,helvetica,sans-serif;
	color: #3A3937;
    font-size: 12px;	
    text-align: left;
}

/* global navigation */

.navigation {
	font-family: tahoma,helvetica,sans-serif;
	text-align: left;
	color:	#153B6C;
	font-size:	12px;
	font-weight :normal;

}

.navigation A:link {
  	font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color:	#153B6C;
    font-size: 12px;
	font-weight :normal;
    text-decoration:	none;
}

.navigation A:hover {
    font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color: #F88727;
    font-size: 12px;
	font-weight :normal;
    text-decoration:	none;
}

.navigation A:active {
    font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color:	#153B6C;
    font-size: 12px;
	font-weight :normal;
    text-decoration:	none;
}

.navigation A:visited {
    font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color:	#F88727;
    font-size: 12px;
	font-weight :normal;
    text-decoration:	none;
}

.navarrow {
		font-family: tahoma,helvetica,sans-serif;
	  text-align: left;
	  color:	#F88727;
	  font-size:	12px;
	  font-weight : bold;

}


/* cell bottom border for navigation */
.tablebottomborder	{           
	border-bottom: 1px #ACB9CB solid;
}

.navtitle	{           
	font-family: tahoma,helvetica,sans-serif;
	text-align: left;
	color:	#54A00D;
	font-size:	12px;
	   font-weight :bold;
}

.navtitle A:link {
  	font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color:	#153B6C;
    font-size: 12px;
	 font-weight :bold;
}

.navtitle A:hover {
    font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color: #F88727;
    font-size: 12px;
	 font-weight :bold;
}

.navtitle A:active {
    font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color:	#153B6C;
    font-size: 12px;
	 font-weight :bold;
}

.navtitle A:visited {
    font-family: tahoma,helvetica,sans-serif;
	text-align: left;
    color:	#F88727;
    font-size: 12px;
 font-weight :bold;
}




/* title*/
.title
{
	font-size : 16px;
	font-family : georgia, tahoma,helvetica,sans-serif;
	font-weight : bold;
	text-decoration: none;
	color : #153B6C;
	line-height:	1.3em;
}

.smalltitle
{
	font-size : 16px;
	font-family : georgia, tahoma,helvetica,sans-serif;
	text-align: left;
	font-weight : bold;
	text-decoration: none;
	color : #F88727;
}

P,UL,OL, .content {
	font-family: tahoma,helvetica,sans-serif;
	text-align: left;
	color : #153B6C;
	font-size:	12px;
	line-height:	1.3em;
}

.content A:link {
     font-family: tahoma,helvetica,sans-serif;
     color : #36495D;
     font-size: 12px;
     font-weight : bold;
     text-decoration:	underline;
}

.content A:visited {
     font-family: tahoma,helvetica,sans-serif;
     color : #36495D;
     font-size: 12px;
	 font-weight : bold;
     text-decoration:	underline;
}


.content A:hover {
      font-family: tahoma,helvetica,sans-serif;
      color : #F88727;
      font-size: 12px;
	  font-weight : bold;
      text-decoration:	underline;
}

.content A:active {
      font-family: tahoma,helvetica,sans-serif;
      color : #36495D;
      font-size: 12px;
	  font-weight : bold;
      text-decoration:	underline;
}

.arrow {
		font-family: tahoma,helvetica,sans-serif;
	  text-align: left;
	  color:	#F88727;
	  font-size:	18px;
	  font-weight : bold;

}

.orangecontent {
	font-family: tahoma,helvetica,sans-serif;
	text-align: left;
	color : #F88727;
	font-size:	12px;
	line-height:	1.3em;
}

.note {
	font-family: tahoma,helvetica,sans-serif;
	color : #153B6C;
	font-size:	11px;
	
	}

/* global footer */
.footertext {
	font-size :11px;
	font-family: arial, tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#ffffff;

	}

.footertext A:link {
	font-size :11px;
	font-family: arial, tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#ffffff;
	}

.footertext A:hover {
	font-size :11px;
	font-family: arial, tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#ffffff;
	}

.footertext A:active {
	font-size :11px;
	font-family: arial, tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#ffffff;
	}

.footertext A:visited {
	font-size :11px;
	font-family: arial, tahoma,helvetica,sans-serif;
	font-weight : normal;
	text-decoration: none;
	 color:	#ffffff;
	}



