/* 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  MN_base.css - For all pages

  Copyright (C) Justin Ribeiro <ribeiro@J5studios.com>
  Project Page - http://www.j5studios.com/
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

body
{
 /*background:  rgb(212,196,146) rgb(0,51,102) url("inc/images/body_background.jpg") no-repeat 0 0; */
 background-color: #80796C;
 font-family: verdana, sans-serif;
 line-height: 1.5em;
 color: #333;
 font-size: x-small; /* IE5 Win */
 voice-family: "\"}\""; 
 voice-family: inherit;
 font-size: small;
}

html>body 
{ 
  font-size: small;
}

a 
{
  color: #183A4D;
  text-decoration: none;
  border-bottom: 1px dotted #183A4D;
}

a:visited 
{
  color: #677;
  border-color: #899;
}

a:hover  
{
  color: #339900;
  border-color: #339900;
  border-bottom-style: solid;
}

a IMG 
{
  text-decoration: none;
  border-bottom-style: none;
}

a:hover IMG  
{
  text-decoration: none;
  border-bottom-style: none;
}

H2
{
  color: #886C3E;
  font: 120%/1.5em Georgia,Serif;
  font-weight: bold;
}

H3
{
  color: #886C3E;
  font: 120%/1.5em Georgia,Serif;
  font-weight: bold;
}
blockquote 
{
  font-family: verdana, arial, sans-serif;
  color: #333;
  font-size: x-small;
  font-weight: normal;
  font-style: italic;
  line-height: 120%;
  letter-spacing: 0.1em;
  padding-left: 1em;
  border-left: 5px solid #333;
  width: 300px; 
}
DL  
{ 
	text-align: left; 
	padding: 1px; 
	margin-top: 0px; 
} 
DT 
{ 
	font-size: 12px; 
	font-weight: bold; 
	margin-top: 6px; 
	margin-bottom: 0px; 
} 
DD  
{ 
	margin-left: 5px; 
}
	
/* :::::::::: Generic Classes :::::::::: */
.noborder	 
{ 
  border: 0px;
  text-decoration: none;
  border-bottom-style: none;
}

.datetitle	 
{ 
  font-weight: bold; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #bbb; 
  color: #000; 
  font-size: small; 
  margin: 2px 2px;
  letter-spacing: 0.2em; 
}	