/* Swiss Society of Boston */
/* Colors used
red: #A22630
purple: #4F336D
rust: #C76B46
teal: #437F88, #2C6566
*/

	
body { 
    margin: 0; padding: 0;
}


td.ssb_title {
    /*background-image: url(/images/rightgreen-banner.gif);
    background-repeat: no-repeat;*/
    text-align: right; 
    font-family: Helvetica, Arial, sans-serif; 
    color: #FF0000;
    padding: 10px 5px 10px 10px;
    line-height: 50px;
    font-size: 32px; }

td.ssb_salut {
	text-align: left; 
	font-family: Helvetica, Arial, sans-serif; 
	color: #000000;
	padding: 10px 5px 10px 10px;
	line-height: 24px;
	font-size: 18px; }

td.ssb_menu {
    /*background-image: url(/images/rightgreen-banner.gif);
    background-repeat: no-repeat;*/
    text-align: center; 
    font-family: Helvetica, Arial, sans-serif; }

p, li {
	font-family: Helvetica, Arial, sans-serif;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
}

h3.red {
	font-family: Helvetica, Arial, sans-serif; 
	color: #FF0000; 
}


/* NAVIGATION ELEMENTS */


a.nav
{	display: block;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	/*padding: 0 10px 10px 10px;*/
    padding: 0px 0px 0px 0px;
	width: 143px;
	text-decoration: none; 
	color: #FFFFFF;
	line-height: 12px;
	font-size: 11px; }


/* a:link and a:visited, then a:hover, then a:active */

a.nav:visited
{	text-decoration: none; 
	color: #FFFFFF; }
a.nav:hover
{	text-decoration: none; 
	color: #FFFFFF;  }
a.nav#on
{	text-decoration: none; 
	color: #FFFFFF; }

/* Links page */

a.links_page
{	text-align: left;
	font-family: Helvetica, Arial, sans-serif; 
	text-decoration: none; 
	color: #000000;  }
/* 	font-weight: bold;
*/

/* a:link and a:visited, then a:hover, then a:active */

a.links_page:visited
{	text-decoration: none; 
	color: #FF0000;  }
a.links_page:hover
{	text-decoration: none; 
	color: #FF0000;  }


/* Links page - internal links */

a.int_links
{	text-align: left;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold;
	text-decoration: none; 
	color: #FF0000; }


/* a:link and a:visited, then a:hover, then a:active */

a.int_links:visited
{	text-decoration: none; 
	color: #FF0000; }
a.int_links:hover
{	text-decoration: none; 
	color: #FF0000;  }

