/* CSS Document */
BODY { 
	 margin: 5; 
	 padding 0; 
	 text-align: center; /* hack to force IE5.x pc to center your wrapper div */  
 	 background-image: url('http://www.universerealtygroup.com/images/body-bg.gif');
	 background-color: #FFFFFF }
 
#wrapper {
	margin: 0 auto;
	background-image: url('http://www.universerealtygroup.com/images/wrapper-bg.gif');
	background-repeat: repeat-y;
	text-align: left; /* re-align the text to the left after the above hack */
	width 765px;
	background-position: center}
	

.top-ban {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image: url('http://www.universerealtygroup.com/images/ban-bg.jpg');}

.top-nav {
	backgroung: #A4AEB7;
	background-image: url('http://www.universerealtygroup.com/images/navback2.jpg');}
	
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-image: url('http://www.universerealtygroup.com/images/footer.jpg');
	background-repeat: repeat-x}

.maintext {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}	

/* navigation */
a.NormalLink:link {
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0068CC;
	text-decoration: none;
	font-weight: bold; }
	
a.NormalLink:visited { 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003399;
	text-decoration: none;
	font-weight: bold; }
	
a.NormalLink:hover { 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0068CC;
	text-decoration: underline;
	font-weight: bold; }
	
a.NormalLink:active{ 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0068CC;
	text-decoration: none;
	font-weight: bold; }

a:link { 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0068CC;
	text-decoration: none;
	font-weight: bold; }
a:visited { 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	font-weight: bold; }
a:hover { 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0068CC;
	text-decoration: underline;
	font-weight: bold; }
a:active{ 
	font-family: verdana, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0068CC;
	text-decoration: none;
	font-weight: bold; }

	
/*homepage elements*/

.home-rt-table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url('http://www.universerealtygroup.com/images/text-bg.jpg');}
	
.services-table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	background-color: #D3DBE6;
	background-image: url('http://www.universerealtygroup.com/images/services-bg.jpg');}
	
	.services-table-bold {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;	
	color: #000000;	}
	
/* inner page elements*/

.left-table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	background-color: #D3DBE6;
	background-image: url('http://www.universerealtygroup.com/images/inner-bg.jpg');
	background-repeat: repeat-x}

a.left-links:link {font-size: 11px; color: #095479;	text-decoration: none;}
a.left-links:visited {font-size: 11px; color: #095479; text-decoration: none;}
a.left-links:hover {font-size: 11px; color: #0068CC; text-decoration: none;}
a.left-links:active {font-size: 11px; color: #095479; text-decoration: none;}


.odd {background-color:#CCCCCC}
.even {background-color:#FFFFFF}
.hover {background-color:#FFFFCC}