@charset "iso-8859-1";
/*
 * Style sheet for the Nineveh web site
 * 
 * Initial file 27 Dec 2003 by Chris Hopkins www.parthia.com
 * 
 * Reserved hover color color="#9DBDE3" or make hover FFFFFF ?
 */

/* Default link (unvisited), visited , hover and active link presentation 
	where the sequence must be in that order */
a:link		{color: #9DBDE3; background: none; text-decoration: none; }
a:visited	{color: #9DBDE3; background: none; text-decoration: none; }
a:hover		{color: #FFFFFF; background: #6A9AD5; text-decoration: none; }
a:focus		{color: #FFFFFF; background: #6A9AD5; text-decoration: none; }
a:active	{color: #FFFFFF; background: #6A9AD5; text-decoration: none; }

body		{ color: #FFFFFF; background: #255083 none; }

table.outside {
	border: 5px solid #9DBDE3;
	width:700px
}
table.inside {
	border: 0px solid; 
/*	width: 100%;*/
	padding: 5px
}
td.innercell {
	vertical-align:middle;
	text-align: center;
/*	height: 297px;*/
	border: 1px solid #9DBDE3;
	border-collapse:separate;
	padding:0px;
}
/*  hr replacement with a graphic image 
(see: http://www.sovavsiti.cz/css/hr.html and 
http://ppewww.ph.gla.ac.uk/~flavell/www/hrstyle.html#conc) 
Implementing code on web page: <div class="hr"><hr></div> 
Add to CSS page: */
div.hr {
  height: 10px;
  background: url('../images/hr.gif') no-repeat scroll center;
}
div.hr hr {
  display: none;
}

/* 
hr {
	color: #9DBDE3;
	background-color: #9DBDE3;
	height: 3px;
}
*/

/* Customized classes */

p.main		{ font-family: Arial,Helvetica,sans-serif; color: #000000; background: none; line-height: 130%; 
               text-align: justify; margin-left: 9px; margin-right: 9px;  
               margin-top: 12px; margin-bottom: 9px; font-size:84%; }
p.mainrtit	{ font-family: Arial,Helvetica,sans-serif; color: #000000; background: none; line-height: 130%; 
               text-align: right; margin-left: 9px; margin-right: 9px;  
               margin-top: 0px; margin-bottom: 9px; font-size:84%; font-style:italic; }
h1			{ font-family: Arial,Helvetica,sans-serif; color: #1F426D; background: none; line-height: 120%; 
               text-align: center; margin-left: 9px; margin-right: 9px;  
               margin-top: 12px; margin-bottom: 0px; font-size:150%; font-weight:bold; }               
.menu		{ text-align: left; font-family: Arial,Helvetica,sans-serif; font-size:84%; color:#FFFFFF; background: none; font-weight:bold; }

/* end */
