
/* ASSOCIATION MANAGEMENT BASIC STYLES */

/* BASIC LINK STYLES */
a:link {
 font-size : 12pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: none;
 background-color: transparent;
}

a:visited {
 font-size : 12pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: none;
 background-color: transparent;
}

a:hover {
 font-size : 12pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: underline;
 background-color: transparent;
}

a:active {
 font-size : 12pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: underline;
 background-color: transparent;
}

/* MENU LINK STYLES */
a:link.menu {
 font-size: 12pt;
 font-weight: bold;
 color: #eeffee;
 text-decoration: none;
 background-color: transparent;
}

a:visited.menu {
 font-size: 12pt;
 font-weight: bold;
 color: #eeffee;
 text-decoration: none;
 background-color: transparent;
}

a:hover.menu {
 font-size: 12pt;
 font-weight: bold;
 color: #eeffee;
 text-decoration: underline;
 background-color: transparent;
}

a:active.menu {
 font-size : 12pt;
 font-weight: bold;
 color: #eeffee;
 text-decoration: underline;
 background-color: transparent;
}

/* FOOTER LINK STYLES */
a:link.footer {
 font-size: 7pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: none;
 background-color: transparent;
}

a:visited.footer {
 font-size: 7pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: none;
 background-color: transparent;
}

a:hover.footer {
 font-size: 7pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: underline;
 background-color: transparent;
}

a:active.footer {
 font-size : 7pt;
 font-weight: bold;
 color: #A52A2A;
 text-decoration: underline;
 background-color: transparent;
}

/* INLINE LINK STYLES */
a:link.inline {
 font-size : 10pt;
 font-weight: normal;
 color: #A52A2A;
 text-decoration: none;
 background-color: transparent;
}

a:visited.inline {
 font-size : 10pt;
 font-weight: normal;
 color: #A52A2A;
 text-decoration: none;
 background-color: transparent;
}

a:hover.inline {
 font-size : 10pt;
 font-weight: normal;
 color: #A52A2A;
 text-decoration: underline;
 background-color: transparent;
}

a:active.inline {
 font-size : 10pt;
 font-weight: normal;
 color: #A52A2A;
 text-decoration: underline;
 background-color: transparent;
}

UL {
 font-size: 11pt;
 font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 color: #000000;
 margin-top: 2px;
 margin-bottom: 6px;
}

LI {
 font-size: 10pt;
 font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 font-weight: normal;
 color: #000000;
 margin-top: 2px;
 margin-bottom: 2px;
}

UL.big {
 font-size: 11pt;
 font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 color: #000000;
}

LI.big {
 font-size: 11pt;
 font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 font-weight: bold;
 color: #000000;
 margin-top: 4px;
 margin-bottom: 4px;
}
 	
TR{
 font-size : 9pt;
 font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 line-height: 110%;
 color: #228877;
 background-color: white;
}


TR.dark{
 font-size : 9pt;
 font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 line-height: 110%;
 color: #eeffee;
 background-color: #115533;
}


TD.footer {
 font-size : 7pt;
 font-family : Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
 line-height: 104%;
 background-color: white;
}



DIV.footer {
  font-family: Arial, "Trebuchet MS", Tahoma, Geneva, Helvetica, Verdana, sans-serif;
  font-size: 7pt;
  line-height: 120%;
}
 	

	

H2 {
font-size : 12pt;
font-family : "Times", serif;
color : #228877;
line-height: 120%;
margin-left : 0;
padding-left : 0;
margin-top: 20px;
margin-bottom: 20px;
} 

H1 {
font-size : 16pt;
font-family : "Times", serif;
color : #A52A2A;
line-height: 120%;
margin-left : 0;
padding-left : 0;
margin-top: 20px;
margin-bottom: 20px;
} 

H1.dark {
font-size : 16pt;
font-family : "Times", serif;
color : #339988;
line-height: 120%;
margin-left : 0;
padding-left : 0;
margin-top: 20px;
margin-bottom: 20px;
} 



