body { 	background-color:#ffffff;
				font-family: arial, sans serif;
				font-style: normal;
    		font-size: 13pt;
				font-variant: normal;
				margin-top:15px;
    		margin-left:20px;
				margin-right:20px;
				margin-bottom:15px;
				color: #009900;
      	cursor: default;
}
		
:link { color: rgb(0,0,153); text-decoration: none}  /* for unvisited links */
:visited { color: rgb(153,0,153); text-decoration: none} /* for visited links */
a:active { color: rgb(255,0,102)} /* when link is clicked */
a:hover { color: rgb(255,0,0)} /* when mouse is over link */
a.plain { text-decoration: none }


.myIndent { font: 1em/1em bold italic serif;
						color: #663300; 
					  margin: 0cm 2cm }

#footer {
		background:#ffffff;
		border: solid 1px #009966;
		clear:both;
		text-align: center;
		padding: 3px;
		font-size: 1em;
		margin-top:15px;
		margin-right:50px;
		margin-left:50px;
		margin-bottom: 15px;
	}

.heading
{   background : #339999;
    font-family : Arial,sans-serif;
    font-style: normal;
		font-variant:small-caps;
    font-size : 1.7em;
		font-weight : bold;
		text-align : center;
    color : #ffffff;
        }

.highlight {font-size: 1em; text-align: center; }
	
.verse
{
    font-family: Georgia, serif;
    font-style : italic;
    font-size : 1em;
		font-variant: normal;
		font-weight: bolder;
    color : #0033ff;
    text-align : center;
    background : #ffffff;
		}
		
.note
{
    font-family: Georgia, Serif;
    font-style : normal;
    font-size : 1em;
    color : #ff3366;
    text-align : center;
    background : #ccffcc;
		padding: 2px
    }

p.para
{
    font-family : Arial,Sans-serif;
    font-size : 1em;
    color : #008008;
    text-align : justify;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : normal;
		padding: 3px 3px 3px 3px
    }
p { text-align: justify; }
		
blockquote { font-size: 1em; text-decoration: none; color: #008000; }
   em { display: block; }
   cite { color: #FF0000; }
	

TABLE    { margin: auto; border-collapse: collapse; border: 1px solid navy; empty-cells: show; }
 	caption				{  font-size:20px; background:#cccc66; caption-side:top }
  tr.justify		{ text-align: justify }
	tr.center			{ text-align: center }
	th 						{ text-align: center; font-weight: bold; }
  TD            { font-size: 15px; border: 1px solid red; padding: 1px; text-align: justify}
  TD.solid-blue  { border: 5px dashed blue; }
  TD.solid-green { border: 5px solid green; }
	 

hr { color:#009999}

@media print {
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#navigation, #advertising, #other { 
  display : none; 
}

}

@media handheld {
body {max-width: 200px; font-family:verdana,sans-serif; font-size:10px}

#content {max-width:  200px}

#links {max-width: 50px;}

#menu #sidebar #advertising {display: none;}

#footer {max-width: 200px}

#nav {display : none;} 

table, tr, td, p, .h1, .h2, h1, h2, h3, h4 .heading .para {max-width: 100%; font-family: sans-serif; font-size: 10px;}

img {border:none}

a {text-decoration : underline; color : #00f;}

}

/*------------------------------------------------------------*
** Updated on 26.11.2008
**------------------------------------------------------------*/



