
/*----------------------------------------------------------------*/
/*-------------All rights reserved,  MULTI EMPLOIS ---------------*/
/*----------------------------------------------------------------*/


/*
Navigation top of header
*/
A.hdr_links:hover 
	{
    FONT-SIZE: 13px;
    COLOR: #FFFFFF;
    FONT-FAMILY: "arial", sans-serif;
    TEXT-DECORATION: none;
	}

A.hdr_links 
	{
    FONT-SIZE: 13px;
    COLOR: #999999;
    FONT-FAMILY: "arial", sans-serif;
    TEXT-DECORATION: none;
	}

/*
links for sites: 7-up.ca, BourqueMarine.com BIG light blue 
*/
A.site_links:hover 
	{
    FONT-SIZE: 16px;
    COLOR: #006CD9;
    FONT-FAMILY: "arial", sans-serif;
    TEXT-DECORATION: underline;
	font-weight: bold;
	}

A.site_links 
	{
    FONT-SIZE: 16px;
    COLOR: #006CD9;
    FONT-FAMILY: "arial", sans-serif;
    TEXT-DECORATION: none;
	font-weight: bold;
	}
/*
Domain names links
*/
A.domains_links:hover 
	{
    FONT-SIZE: 12px;
    COLOR: #006CD9;
    FONT-FAMILY: "arial", sans-serif;
    TEXT-DECORATION: underline;
	font-weight: normal;
	}

A.domains_links 
	{
    FONT-SIZE: 12px;
    COLOR: #006CD9;
    FONT-FAMILY: "arial", sans-serif;
    TEXT-DECORATION: none;
	font-weight: normal;
	}

/*
Text in the header
*/
.text_hdr {
	font-family: "arial", sans-serif;
	font-size: 13px;
	color: #FFAD33;
	font-weight: bold;
}

.text_title {
	font-family: "arial", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}
.text_page {
	font-family: "arial", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.text_page_big {
	padding-left: 4px;
	font-family: "arial", sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #666666;
}
.text_domain_name {
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


