.body
{
        FONT-FAMILY: calibri,arial;
}

.text 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 15px; 
        font-family: calibri, arial;
		text-align: justify;
}

.text_small
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10px; 
        font-family: calibri, arial;
}

.title 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 12pt; 
        font-family: arial;
        font-weight: bold;
}

.bold_text 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 8pt; 
        font-family: calibri, arial;
        font-weight: bold;
}

a.link:link 
{ 
        color: #000033; 
        text-decoration: underline; 
        font-size: 12pt; 
        font-family: calibri, arial;
        
}

a.link:active 
{ 
        color: #000033; 
        text-decoration: underline; 
        font-size: 12pt; 
        font-family: calibri, arial;
}

a.link:visited 
{ 
        color: #000033; 
        text-decoration: underline; 
        font-size: 12pt; 
        font-family: calibri, arial;
}

a.link:hover 
{ 
        color: #FF9900; 
        text-decoration: underline; 
        font-size: 12pt; 
        font-family: calibri, arial;
        
}

a.faq_link:link 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.faq_link:active 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.faq_link:visited 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.faq_link:hover 
{ 
        color: #000033; 
        text-decoration: underline; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.small_link:link 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 8pt; 
        font-family: calibri, arial;
        font-weight: bold;
}

a.small_link:active 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 8pt; 
        font-family: calibri, arial;
        font-weight: bold;
}

a.small_link:visited 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 8pt; 
        font-family: calibri, arial;
        font-weight: bold;
}

a.small_link:hover 
{ 
        color: #000033; 
        text-decoration: underline; 
        font-size: 8pt; 
        font-family: calibri, arial;
        font-weight: bold;
}

.text_header
{ 
    BORDER-BOTTOM: #cc9933 3px solid;
    BACKGROUND-COLOR: #cccc66;
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.text_highlight
{ 
    BACKGROUND-COLOR: #ffffcc;
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.text_highlight_bold
{ 
    BACKGROUND-COLOR: #ffffcc;
        color: #000033; 
        font-weight: bold;
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.text_highlight_bold_red
{ 
    BACKGROUND-COLOR: #ffffcc;
        color: #B61313; 
        font-weight: bold;
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.text_lowlight
{ 
    BACKGROUND-COLOR: #cccc99;
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.text_lowlight_bold
{ 
    BACKGROUND-COLOR: #cccc99;
        color: #000033; 
        font-weight: bold;
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.text_lowlight_bold_red
{ 
    BACKGROUND-COLOR: #cccc99;
        color: #B61313; 
        font-weight: bold;
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.description_text 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.date_time_text
{
    color: white;
    text-decoration: none;
    font-size: 10pt;
    font-family: calibri, arial;
}

.w_text
{
    color: white;
    text-decoration: none;
    font-size: 8pt;
    font-family: calibri, arial;
	margin: 0px;
}

.header
{
    BORDER-RIGHT: #000033 1px solid;
    BORDER-TOP: #000033 1px solid;
    BORDER-LEFT: #000033 1px solid;
    BORDER-BOTTOM: #000033 1px solid;
    BACKGROUND-COLOR: #eeeeee;
        FONT-FAMILY: calibri,arial;
        FONT-SIZE: 10pt; 
        COLOR: #000033; 
}

.left
{
    BORDER-RIGHT: #000033 1px solid;
    BORDER-TOP: #000033 1px solid;
    BORDER-LEFT: #000033 1px solid;
    BORDER-BOTTOM: #000033 1px solid;
    BACKGROUND-COLOR: #eeeeee;
        FONT-FAMILY: calibri,arial;
        FONT-SIZE: 10pt; 
        COLOR: YELLOW; 
}

.main
{
    BORDER-RIGHT: #000033 1px solid;
    BORDER-TOP: #000033 1px solid;
    BORDER-LEFT: #000033 1px solid;
    BORDER-BOTTOM: #000033 1px solid;
        FONT-FAMILY: calibri,arial;
        FONT-SIZE: 10pt; 
        COLOR: #000033; 
}

.footer
{
    BORDER-RIGHT: #000033 1px solid;
    BORDER-TOP: #000033 1px solid;
    BORDER-LEFT: #000033 1px solid;
    BORDER-BOTTOM: #000033 1px solid;
    BACKGROUND-COLOR: #eeeeee;
        FONT-FAMILY: calibri,arial;
        FONT-SIZE: 10pt; 
        COLOR: SILVER; 
}

a.toolbar:link 
{ 
        color: #ffffff; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: 
        calibri, arial;
}

a.toolbar:active 
{ 
        color: #ffffff; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.toolbar:visited 
{ 
        color: #ffffff; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.toolbar:hover 
{ 
        color: #ffffff; 
        text-decoration: underline; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.toolbar2:link 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.toolbar2:active 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.toolbar2:visited 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

a.toolbar2:hover 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.small_text 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}

.quick_search_text
{ 
        color: #003399; 
        text-decoration: none; 
        font-size: 10pt; 
        font-weight: bold;
        font-family: calibri, arial;
}

.mouse_over_left
{
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-weight: bold;
        font-family: calibri, arial;
        BACKGROUND-COLOR: #cccc99;
}

.mouse_out_left
{
        color: WHITE; 
        text-decoration: none; 
        font-size: 10pt; 
        font-weight: bold;
        font-family: calibri, arial;
        BACKGROUND-COLOR: #ffffff;
}

.toolbar_home
{
    BACKGROUND-COLOR: #B61313;
}

.toolbar_about
{
    BACKGROUND-COLOR: #FFFF99;
}

.toolbar_listing
{
    BACKGROUND-COLOR: #BBB4D6;
}

.toolbar_guide
{
    BACKGROUND-COLOR: #CE6C2E;
}

.toolbar_links
{  
    BACKGROUND-COLOR: #336699;
}

.toolbar_school
{  
    BACKGROUND-COLOR: #669999;
}

.toolbar_contact
{
    BACKGROUND-COLOR: #D9AA48;
}
.toolbar_help 
{
    BACKGROUND-COLOR: #87A3CB;
}

.toolbar_roommate
{
    BACKGROUND-COLOR: #B5C39B;
}
a.toolbar_left:link 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
		padding-top: 10px;  
		padding-bottom: 10px;  
		height: 20px;
}

a.toolbar_left:active 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
		padding-top: 10px;  
		padding-bottom: 10px;  
		height: 20px;s
}

a.toolbar_left:visited 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
		padding-top: 10px;  
		padding-bottom: 10px;  
		height: 20px;
}

a.toolbar_left:hover 
{ 
        color: #000033; 
        text-decoration: none; 
        font-size: 10pt; 
        font-family: calibri, arial;
}


