/*###################  COMMON  ###################*/

BODY, P, TD { font-family:verdana,arial,helvetica,sans-serif; font-size:8pt } /* Font-family */

BODY { background:#CCCCCC; font-size: 8pt }

H1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt; 
    color: #003366; 
    font-style: normal;
    font-variant: normal; 
    font-weight: normal; 
    letter-spacing: 0; 
    padding-bottom: 0.1em; 
    margin-bottom: 0.7em
}

H2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 0.95em; 
    color: #003366; 
    font-style: normal;
    font-variant: normal; 
    font-weight: bold; 
    letter-spacing: 0; 
    margin-bottom: 0.7em; 
    margin-top: 1.7em;
}

H3 {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 0.75em; 
    letter-spacing: 0.1em; 
    color: #003366;
    font-variant: normal; 
    font-weight: bold; 
    margin-bottom: -1.3em; 
    margin-top:2.4em;
}

H4 {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 0.75em; 
    color: #003366;
    font-variant: normal; 
    font-weight: bold; 
    letter-spacing: 0.1em;
}

P {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #000000; 
    font-style: normal;
    font-weight: normal; 
    font-size: 0.95em;
}

B { font-weight:bold; }



LI { font-size: 0.95em; line-height: 1.2em; margin-left:-2.0em; margin-bottom:0.6em; list-style-type:none; list-style-image:url('../images/sidelistdot_tcm31-5256.gif')}
UL { list-style-image:url('/images/list_dot_tcm31-302.gif'); }
UL.sidebarUL { color:#FF6600; list-style-image:url('../images/sidelistdot_tcm31-5256.gif'); }

TABLE { font-size: normal; }

IMG { border:0px; }

A:link { text-decoration:none; color:#3388CC; }
A:visited { text-decoration:none; color:#7394B5; }
A:hover { text-decoration:underline; color:#9ABCD5; }

A.greyLink { font-size:10pt; color:#FFFFFF; font-weight:bold } 
a:link.greyLink { color:#FFFFFF; font-size:10pt; font-weight:bold }
a:visited.greyLink { font-size:10pt; color:#FFFFFF; font-weight:bold }
a:hover.greyLink { font-size:10pt; color:#9ABCD5; text-decoration:underline; font-weight:bold }

.tdyellow    { font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000080 }

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #003366;
}
.orng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}
.tabletop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}