/************************************
 * HTML
 ************************************/
html 
	{
	border-left:  3px solid #000000 ; 
	border-right: 3px solid #000000 ;
	margin: 0 25px 0 25px ;
	padding: 0 10px 0 10px ;
	}

/************************************
 * BODY
 ************************************/
body
	{
	font-family: verdana, arial, sans-serif ;
	font-size: 10pt ;
	font-weight: normal ;
	text-align: justify ;
	}

/************************************
 * HEADINGS
 ************************************/
h1
	{
	font-family: 'georgia' 'comic sans ms' 'verdana' 'arial' sans-serif ;
	color: #000000 ;
	font-size: 14pt ;
	font-weight: normal ;
	text-align: center ;
	}
h2
	{
	font-family: 'verdana' 'comic sans ms' 'arial' sans-serif ;
	color: #000000 ;
	font-size: 12pt ;
	font-weight: bold ;
	text-align: center ;
	}
h3
	{
	font-family: 'verdana' 'arial' sans-serif ;
	background-color: #000099 ;
	font-size: 10pt ;
	font-weight: bold ;
	color: #ffffff ;
	text-align: left ;
	}

/************************************
 * PARAGRAPHS
 ************************************/
p
{
	font-family: verdana, arial, sans-serif ;
	color: #000000 ;
	font-size: 10pt ;
	font-weight: normal ;
	text-align: justify ;
}
p.nav
{
	font-family: verdana, arial, sans-serif ;
	color: #ffffff ;
	font-size: 9pt ;
	font-weight: normal ;
	text-align: left ;
}
p.mail
	{
	text-align: left ;
	text-indent: 0% ;
	font-family: verdana, arial, sans-serif ;
	font-size: 8pt ;
	font-style: italic ;
	}
p.copy
	{
	text-align: left ;
	text-indent: 0% ;
	color: #800000 ;
	font-family: verdana, arial, sans-serif ;
	font-size: 10pt ;
	font-weight: normal ;
	}

/************************************
 * LINKS
 ************************************/
a, a:link
	{
	color: #0000ff ;
	text-decoration: none ;
	font-weight: bold ;	
	}
a:active
	{
	/* color: #c00 ; */
	/* background: transparent ; */
	}
a:hover
	{
	/* color: #0000ff ; */
	/* background: #ffff99 ; */
	}
a:visited
	{
	color: #0000ff ;
	}

/************************************
 * OUTLINES / ORDERED LISTS
 ************************************/
ol.ur
	{
	list-style-type: upper-roman ;
	}
ol.lr
	{
	list-style-type: lower-roman ;
	}
ol.ua
	{
	list-style-type: upper-alpha ;
	}
ol.la
	{
	list-style-type: lower-alpha ;
	}

/************************************
 * OTHER
 ************************************/
.firstline
{
	font-family: verdana, arial, sans-serif ;
	color: #ffff00 ;
	font-size: 12pt ;
	font-weight: bold ;
	text-align: left ;
}
.navlink
	{
	/* display: block ; */
	/* width: 120px ; */
	line-height: 20px ; 
	color: #ffffff ;
	background: transparent ;
	text-decoration: none ;
	/* border: 1px solid #ffffff ; */
	/* text-align: left ; */
	/* line-height:25px ; */
	/* margin-top: 5px ; */
	font-weight: bold ; 
	}
.question
	{
	font-family: 'verdana' 'comic sans ms' 'arial' sans-serif ;
	color: #ff0000 ;
	font-size: 11pt ;
	font-weight: bold ;
	text-align: left ;
	}
.lead
	{
	font-family: Courier New ;
	font-size: 13pt ;
	color: #ff0000 ;
	}
hr
	{
	color="#800000" ;
	}

