/*

	Filename:          style.css
	Description:       Style sheet
	Client:            Jeff Feldman
        Start date:        05-17-05
	Last modification: 12-05-09

        Colors:
         #000000 = Black
         #9c0400 = Red (sampled from RE/MAX header)
         #01366C = Blue (sampled from RE/MAX header)
         #33689E = 50% brighter version of above blue

*/

/* Body */

body {
	background-color: #ffffff;
	margin-left:      0;
	margin-right:     0;
	margin-top:       0;
	margin-bottom:    0;
}

.large   { font-family: Arial; font-size: 12pt; font-weight: bold; color: #000000; } /* Larger text */

.heading { font-family: Arial; font-size: 10pt; font-weight: bold; color: #01366C; } /* Headings */
.medium  { font-family: Arial; font-size: 10pt; color: #000000; }                    /* Medium text */

.small   { font-family: Arial; font-size: 9pt;  color: #01366C; }                    /* Small text */

/* Main menu */

A.menu:link    { font-family: Arial; font-size: 9pt; font-weight: bold; color: #01366C; text-decoration: none; }
A.menu:visited { font-family: Arial; font-size: 9pt; font-weight: bold; color: #01366C; text-decoration: none; }
A.menu:hover   { font-family: Arial; font-size: 9pt; font-weight: bold; color: #9c0400; text-decoration: none; }

/* Special link */

A.special:link    { font-family: Arial; font-size: 9pt; font-weight: bold; color: #9c0400; text-decoration: none; }
A.special:visited { font-family: Arial; font-size: 9pt; font-weight: bold; color: #9c0400; text-decoration: none; }
A.special:hover   { font-family: Arial; font-size: 9pt; font-weight: bold; color: #9c0400; text-decoration: underline; }

/* Other links */

A:link    { font-family: Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A:visited { font-family: Arial; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: underline; }
A:hover   { font-family: Arial; font-size: 10pt; font-weight: normal; color: #01366C; text-decoration: underline; }