/* main.css
 * Main document 
 */

/* --------------------------------
 * ---   DEFAULTS properties	---
 * -------------------------------*/
BODY {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #00498C;
padding-left: 156;
}


P {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #00498C;
text-align: justify;
}

P.small_menu,
P.bottom_bar {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #FFFFFF;
text-align: center;
/* text-decoration: none; */
}

A.small_menu:link,
A.small_menu:hover,
A.bottom_bar:link,
A.bottom_bar:hover {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #FFFFFF;
text-decoration: underline;
}

A.small_menu:visited,
A.bottom_bar:visited {
font-family: verdana, arial;
font-weight: normal;
font-size: 10pt;
color: #FFFFFF;
text-decoration: none;
}

A:link {
font-family: verdana;
/* font-weight: normal; */
/* font-size: 10pt; */
text-decoration: underline;
color: #00498C;
}

A:visited {
	font-family: verdana;
	/* font-weight: normal; */
	/* font-size: 10pt; */
	text-decoration: none;
	color: #00498C;
}

A:hover {
	font-family: verdana;
	/* font-size: 10pt; */
	text-decoration: underline overline;
	color: #00498C;
}



H1 {
font-family: arial, verdana;
font-weight: bold;
font-size: 14pt;
color: #00498C;
}

H2 {
font-family: verdana;
font-weight: bold;
font-size: 12pt;
color: #00498C;
}

H3 {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
font-style: italic;
color: #00498C;
}
UL {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;  
 /* font-style: normal; */
 /* line-height: 1.5em;     */
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color: #00498C;
 text-decoration: none;
 /* background-color: #CCCCCC; */
 text-indent: 2px; 
 /* list-style-position: outside; */
 /* list-style-image: url(images/bullet_blue_7.gif);   */
 list-style-type: square; 
}

.table_element {
font-family: verdana;
font-weight: normal;
font-size: 10pt;
color: #00498C;
/* text-align: left; */
/* text-decoration: none; */
}

.details {
	font-family: verdana;
	font-weight: normal;
	font-size: 8pt;
	color: #00498C;
	text-decoration: none; 
}

.bsb {
        font-family: arial;
        font-weight: bold;
        font-size: 11pt;
        color: #00498C;
	font-variant: small-caps;
        /* text-decoration: none; */
}

/* For items showing publicity about us */
.pubtitle {
        font-family: arial;
        font-weight: bold;
        font-size: 10pt;
        color: #00498C; 
        text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

