@charset "utf-8";
/* CSS Document */

body, input, textarea {
		font-family: Arial;
		font-size: 11px;
		color: #000000;
}

h2 {
		font-family: Arial;
		font-size: 14px;
		font-weight: normal;
}

.h2branding {
		color: #AB39CF; 
}

a.whiteLink, .whiteLink a {
		color: #ffffff;
		text-decoration:none;
}

a:hover.whiteLink, .whiteLink a:hover {
		color: #ffffff;
		text-decoration:underline;
}

a.subLinksSites, .subLinksSites a {
		color: #D1383A;
		text-decoration:underline;
}

a:hover.subLinksSites, .subLinksSites a:hover {
		color: #000000;
		text-decoration:underline;
}

a.subLinksPrint, .subLinksPrint a {
		color: #B6D039;
		text-decoration:underline;
}

a:hover.subLinksPrint, .subLinksPrint a:hover {
		color: #000000;
		text-decoration:underline;
}

a.subLinksBanners, .subLinksBanners a {
		color: #E9AF4B;
		text-decoration:underline;
}

a:hover.subLinksBanners, .subLinksBanners a:hover {
		color: #000000;
		text-decoration:underline;
}

a.subLinksBranding, .subLinksBranding a {
		color: #AB39CF;
		text-decoration:underline;
}

a:hover.subLinksBranding, .subLinksBranding a:hover {
		color: #000000;
		text-decoration:underline;
}
