/* CSS Document */

body,td,div 
{
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	font-size		:11px;
}
a:hover 
{
	color			:#F00;
	text-decoration	:none;
}
.sidebar
{
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	font-size		:11px;
	color			:#0FF;
}
.sidelinks
{
	font-family		:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		:11px;
	font-weight		:bold;
	padding-right	:11px;
	border			:1px solid #CFC;
}
.sidelinks a
{
	text-decoration	:none;
}
.sidelinks a:hover
{
	color			:#090;/*same as sidenolinks*/
	/*text-decoration	:underline;*/
}
.sidenolinks
{
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	color			:#090; /*same as a:hover*/
	background		:#FFC; /*same as hilite*/
	font-size		:11px;
	font-weight		:bold;
	border			:1px solid #FFC;
}
.home 
{
	border-right	:0px;
	border-left		:0px;
	border-bottom	:1px solid #0F0;
	background-color:#FFC; /*same as title*/
	font-size		:13px;
	text-decoration	:none;
	font-style		:italic;
}
.home a
{
	color:#00F;
	text-decoration	:none;
}
.hilite 
{
	background-color:#FFC; /*same as sidenolinks*/
	color			:#00F;
}
.verses
{
	font-family		:Tahoma, Arial, Helvetica, sans-serif;
	font-size		:11px;
	color			:#00F;
	padding			:5px;
}
.title
{
	font-family		:Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size		:20px; 
	font-weight		:bold;
	color			:#00F; 
	background-color:#FFC; /*same as home*/
	border-bottom	:1px solid #0F0;
}
.content			/*content of the dynamic page*/
{
	font-family		:Arial, Helvetica, sans-serif;
	font-size		:12px;
}
.content a
{
	text-decoration	:none;
}
.content a:hover
{
	color			:#F00;
	text-decoration	:underline;
}
.footer
{
	color			:#666;
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	font-size		:11px;
	border-top		:1px solid #666;
}
.lite
{
	background-color:#CFF;
}
form
{
	margin:0px;
}
input
{
	padding			:0px;
	font-family		:sans-serif;
	font-size		:12px;
}
.contribute 
{
	color			:#00F;
}
.maindot li
{
	padding			:10px;
}