/* STLYES - Contains fonts, colors, etc. */


/* I - Global */
body { color: #666666; font-family: Arial; font-size: 11pt; margin: 0px; padding: 0px; }


/* II - Tags */
a { color: #CC0001; text-decoration: underline; }
a:hover { text-decoration: none; }
h2 { font-size: 14pt; font-weight: bold; margin: 0px; padding: 0 0 10px 0; }
h3 { font-size: 10pt; font-weight: bold; margin-bottom: 5px; }
ul { list-style-type: square; }


/* III - Customized tags */
a.bottom  { color: #999999; font-size: 10pt; text-decoration: none; }
a.bottom:hover { color: #CC0001; font-size: 10pt; text-decoration: underline; }

a.bigbottom  { color: #666666; text-decoration: none; }
a.bigbottom:hover { color: #CC0001; text-decoration: underline; }

a.smallbottom  { color: #999999; font-size: 8pt; text-decoration: none; }
a.smallbottom:hover { color: #CC0001; font-size: 8pt; text-decoration: underline; }

a.navigation  { color: #CC0001; border-color: #FDFDFD; border-style: solid; border-width: 1px; font-weight: bold; padding: 5px; text-decoration: none; }
a.navigation:hover { background-color: #FFFFFF; color: #CC0001; border-color: #CC0001; border-style: solid; border-width: 1px; }


/* IV - Special formats */
.error { color: #FF0000; }
.welcome_header { font-size: 13pt; font-weight: bold; }
.welcome_special { color: #CC0001; font-size: 11pt; font-weight: bold; text-align: center; }


div.l_welcome ul { margin-left: 15px; padding-left: 0px;}
div.l_welcome ul li {
	font-size:13px;
	line-height:18px;
	margin-bottom:4px;
}