HTML, P, TABLE, TD, TH, TR, DIV, BODY, .normal {
  	font-family: Arial, Century Gothic, Lucida Sans, sans-serif;
  	font-size: 13px;
  	line-height: 19px;
	color: black;
	font-weight: normal;
	}
	
LI {
   margin-top: 6px;
   margin-bottom: 8px;
	}
	
IMG {
   border-color: #AAAAAA;
	}
	
hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.title {
  	font-family: Arial Black;
  	font-size: 28px;
	line-height: 29px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	text-shadow: #ffffff 2px 1px 4px;
	filter: Shadow(Color=#ffffff, 
                 Direction=135, 
                 Strength=5);
	}

.subheading {
	font-size: 16px;
	font-weight: bold;
	color: #000077;
  	margin-top: 15px;
	text-decoration: none;
    margin-bottom: 4px;
	}
	
.big {
	font-size: 14px;
	font-weight: bold;
	}
	
.oversize 
{
    font-size: 115%;
}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.small, sidebar {
	font-size: 12px; 
	line-height: 14px;
	}

.smallbold {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	}

.footer {
	padding-top: 20px;
	color: #666666;
	font-size: 11px;
	line-height: 13px;
	}

.subfooter {
	padding-top: 6px;
	color: #888888;
	font-size: 10px;
	font-weight: normal;
	}

.tiny {
	font-size: 9px;
	color: #606060;
  	line-height: 13px;
	}

.press-release {
  	font-family: Arial, sans-serif;
  	text-align:justify;
  	line-height: 14px;
	}
	
.entryPrompt, .entryPrompt td
{
    font-size: 14px;    
    font-weight: bold;   
    vertical-align: middle; 
    text-align: right;
    padding-right: 5px;
}
	
    .NavbarCell {
	    background-image: url(http://Agent.REOreseller.com/Images/Site/bar.gif); 
	    background-repeat: repeat-x; 
	    text-align: center;
	    font-weight: bold;
    }
    
	.NavbarCellHover
	{ 
		background-image: url(http://Agent.REOreseller.com/Images/Site/bar-hi.gif); 
	    background-repeat: repeat-x; 
	    text-align: center;
	    font-weight: bold;
	}
	
	
/* don't center align table headers by default */
TH  {
	text-align : left;
	}

/* Headline styles */
H2 {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H3 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 0px;
   }

H4 {
   font-size: 11pt;
   font-weight: bold;
   margin-bottom: 0px;
   }

H5 {
   font-size: 12px;
   font-weight: bold;
   margin-bottom: 0px;
   }

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
	color: black;
	}

/* FORM specific styles */
/* setting margins on form style is useful in exact positioning in thin headers etc.*/
form {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	}

input, select, textarea {
    font-size: 14px;
    line-height: 18px;
    background-color: #f2f2f2;
	}
		
input[button], .button {
	font-weight: bold;
	height: 24px;
	padding-left: 12px;
	padding-right: 12px;
	}


/* makes the bold red asterisk on forms - the required fields */
.required {
	font-weight: bold;
	color: #CC0000;
	}
	
/* all the link styles set here */
a:link, a:visited {
    color: #3333FF;
    text-decoration: underline;
	font-weight: bold;
	}
   
a:hover, a:active { 
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.Navbar:link, a.Navbar:visited {
    color: Black;
    text-decoration: none;
	font-weight: bold;
	}
   
a.Navbar:hover, a.Navbar:active { 
	color: Black;
	text-decoration: none;
	font-weight: bold;
	}
	
a.footer:link, a.footer:visited {
    text-decoration: none;
	font-weight: bold;
	}
   
a.footer:hover, a.footer:active { 
	text-decoration: underline;
	font-weight: bold;
	}	
	
a.subfooter:link, a.subfooter:visited {
	color: #888888;
	font-weight: normal;
    text-decoration: none;
	}
   
a.subfooter:hover, a.subfooter:active { 
	font-weight: normal;
    text-decoration: underline;
	}